This commit is contained in:
Seaswimmer 2023-03-13 23:12:35 -04:00
commit a4be7c3e76
4 changed files with 86 additions and 0 deletions

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.