diff options
author | gumi <git@gumi.ca> | 2018-10-03 13:46:29 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2018-10-03 14:05:46 -0400 |
commit | cb46a50d6849259aeb68a7908f2b47d0fe7a56de (patch) | |
tree | f6ecd59ed6a4df66e3b1548aa52c931a2739a13b /.github/ISSUE_TEMPLATE | |
parent | 83e2af813b1c5231f19f04cd7c7f26ce72a096ba (diff) | |
download | hercules-cb46a50d6849259aeb68a7908f2b47d0fe7a56de.tar.gz hercules-cb46a50d6849259aeb68a7908f2b47d0fe7a56de.tar.bz2 hercules-cb46a50d6849259aeb68a7908f2b47d0fe7a56de.tar.xz hercules-cb46a50d6849259aeb68a7908f2b47d0fe7a56de.zip |
[github] refresh the issue template
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 36 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 19 |
2 files changed, 55 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..95da04be6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,36 @@ +--- +name: Bug report +about: Create a report to help us improve + +--- + +**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. Use skill '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**System specs (please complete the following information):** + - OS: [e.g. windows 10 version 1809, macOS 10.14] + - Hercules Version [e.g. v2018.09.22] + - Mode: [renewal or pre-renewal?] + - Packet version: [e.g. 20101130] + - Client type: [e.g. main, RE, zero, sak, ad] + +**Plugins used or source modifications** +If you are using any plugins besides the ones that come bundled with Hercules, +please enumerate them here. + +**Additional context** +Add any other context about the problem here. If the bug report is about a +crash, please attach the core/stack-dump or crash-log, if any. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..654402b7f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,19 @@ +--- +name: Feature request +about: Suggest an idea for this project + +--- + +**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. |