diff options
author | Doge-GUI <[email protected]> | 2021-05-15 18:19:36 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2021-05-15 18:19:36 +0800 |
commit | 9bf5852949dfb75cae8602f2d574527c59a554ea (patch) | |
tree | c847e13795d998799c743a33b6167a029cdd0c62 | |
parent | a5815b46faec029a4f74f61352c7f31cf2a6b1e5 (diff) | |
download | chromate-9bf5852949dfb75cae8602f2d574527c59a554ea.tar.gz chromate-9bf5852949dfb75cae8602f2d574527c59a554ea.tar.bz2 chromate-9bf5852949dfb75cae8602f2d574527c59a554ea.zip |
Update issue templates
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 22 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 20 |
2 files changed, 42 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..3675334 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,22 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: guiqiqi + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Enviroment (please complete the following information):** + - OS: [e.g. iOS] + - Browser [e.g. chrome, safari] + - Version [e.g. 22] + +**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 0000000..036a51a --- /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: enhancement +assignees: guiqiqi + +--- + +**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. |