diff options
author | Catalan Lover <48515417+FSG-Cat@users.noreply.github.com> | 2022-08-23 23:48:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-23 23:48:57 +0200 |
commit | 0744d2852e0e24295df2a6b4be52754fe0844fcf (patch) | |
tree | 309aac94c4e6993a9bc7eb7fed290d3237ecaddf | |
parent | New translations common.json (Russian) (diff) | |
download | server-0744d2852e0e24295df2a6b4be52754fe0844fcf.tar.xz |
Update issue templates
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 33 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 20 |
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. |