From e4300d020aa2d6801db8af4657bf9d1b0d17b416 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Tue, 5 Jul 2022 10:04:52 -0500 Subject: [PATCH] Add bug report template --- .github/ISSUE_TEMPLATE/bug.yml | 59 ++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug.yml diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml new file mode 100644 index 0000000..8ff3440 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -0,0 +1,59 @@ +name: Bug +description: Bug report + +body: + + - type: markdown + attributes: + value: "> _This template is rather extensive. Fill out all that you can, if are a new contributor or you're unsure about any section, leave it unchanged and a reviewer will help you_ :smile:." + + - type: textarea + validations: + required: true + attributes: + label: Expected behavior + description: Tell us what you expect to happen + + - type: textarea + validations: + required: true + attributes: + label: Current behavior + description: Tell us what happens instead of the expected behavior + + - type: textarea + attributes: + label: Possible solution + description: Suggest a fix/reason for the bug (optional) + + - type: textarea + validations: + required: true + attributes: + label: Steps to reproduce + description: You may include copy-pasteable snippets or a list of steps to reproduce the bug + + - type: textarea + attributes: + label: Context + description: How has this issue affected you? What are you trying to accomplish? Providing context helps us come up with a solution that is most useful in the real world. + + - type: input + attributes: + label: Package version used + + - type: input + attributes: + label: Julia version used + + - type: input + attributes: + label: Operating system and version + + - type: input + attributes: + label: Link to your project + + - type: textarea + attributes: + label: Please list installed packages here