Merge branch 'main' of https://github.com/SeaswimmerTheFsh/GalaxyCogs
This commit is contained in:
commit
a4be7c3e76
4 changed files with 86 additions and 0 deletions
23
.github/ISSUE_TEMPLATE/bot-bug-report.md
vendored
Normal file
23
.github/ISSUE_TEMPLATE/bot-bug-report.md
vendored
Normal 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.
|
20
.github/ISSUE_TEMPLATE/bot-suggestion.md
vendored
Normal file
20
.github/ISSUE_TEMPLATE/bot-suggestion.md
vendored
Normal 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.
|
23
.github/ISSUE_TEMPLATE/cog-bug-report.md
vendored
Normal file
23
.github/ISSUE_TEMPLATE/cog-bug-report.md
vendored
Normal 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.
|
20
.github/ISSUE_TEMPLATE/cog-suggestion.md
vendored
Normal file
20
.github/ISSUE_TEMPLATE/cog-suggestion.md
vendored
Normal 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.
|
Loading…
Reference in a new issue