summary refs log tree commit diff
diff options
context:
space:
mode:
authorCatalan Lover <48515417+FSG-Cat@users.noreply.github.com>2022-08-23 23:49:31 +0200
committerGitHub <noreply@github.com>2022-08-23 23:49:31 +0200
commit8bd9848fe3a094b26a485d0bae5eb65a9634f3fd (patch)
tree42c672c3bd3d50b79c8da9a89009fb67edc7bc85
parentMerge remote-tracking branch 'Puyodead1/patch/prettier-config' into staging (diff)
parentUpdate issue templates (diff)
downloadserver-8bd9848fe3a094b26a485d0bae5eb65a9634f3fd.tar.xz
Merge pull request #1 from FSG-Cat/FSG-Cat-patch-1
Update issue templates
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md33
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md20
2 files changed, 53 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644

index 00000000..b5e27de4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,33 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Console Logs** +If applicable, add console logs to help give more information about your problem. + +**System Information(please complete the following information):** + - OS: [e.g. iOS] + - Version: [e.g Ubuntu 22.04 LTS/Windows Server 2022] + - Node Version: [e.g Node v18.7.0] + - Python 3 Version: [e.g Python 3.10.6] + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644
index 00000000..bbcbbe7d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +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.