diff --git a/.github/ISSUE_TEMPLATE/bot-bug-report.md b/.github/ISSUE_TEMPLATE/bot-bug-report.md new file mode 100644 index 0000000..7514e54 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bot-bug-report.md @@ -0,0 +1,23 @@ +--- +name: Bot Bug Report +about: Got an issue with the Galaxy bot? Use this. +title: "[BOT BUG]" +labels: bot, bug +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +What caused the bug? + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/bot-suggestion.md b/.github/ISSUE_TEMPLATE/bot-suggestion.md new file mode 100644 index 0000000..bde5362 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bot-suggestion.md @@ -0,0 +1,20 @@ +--- +name: Bot Suggestion +about: Trying to suggest something for the Galaxy bot? Use this. +title: "[BOT SUGGESTION]" +labels: bot, enhancement +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/cog-bug-report.md b/.github/ISSUE_TEMPLATE/cog-bug-report.md new file mode 100644 index 0000000..f3c6374 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/cog-bug-report.md @@ -0,0 +1,23 @@ +--- +name: Cog Bug Report +about: Got an issue with a cog from Galaxy Cogs? Use this. +title: "[COG BUG]" +labels: bug, cog +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +What caused the error? + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/cog-suggestion.md b/.github/ISSUE_TEMPLATE/cog-suggestion.md new file mode 100644 index 0000000..c18fabf --- /dev/null +++ b/.github/ISSUE_TEMPLATE/cog-suggestion.md @@ -0,0 +1,20 @@ +--- +name: Cog Suggestion +about: Trying to suggest something for Galaxy Cogs? Use this. +title: "[COG SUGGESTION]" +labels: cog, enhancement +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here.