diff options
author | Doge <[email protected]> | 2021-05-15 18:36:12 +0800 |
---|---|---|
committer | Doge <[email protected]> | 2021-05-15 18:36:12 +0800 |
commit | 6dbc726ea2077ee47ae2dc2ff522287139c55f1a (patch) | |
tree | 2af698b8f70b1b60d44a70fcbfa70340ce8b6247 | |
parent | 2a9eb5496009acc213aa5da453f1101ec2a0c723 (diff) | |
parent | 9bf5852949dfb75cae8602f2d574527c59a554ea (diff) | |
download | chromate-6dbc726ea2077ee47ae2dc2ff522287139c55f1a.tar.gz chromate-6dbc726ea2077ee47ae2dc2ff522287139c55f1a.tar.bz2 chromate-6dbc726ea2077ee47ae2dc2ff522287139c55f1a.zip |
Merge branch 'main' of https://github.com/guiqiqi/chromate into main
-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. |