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 /.github/ISSUE_TEMPLATE/bug_report.md | |
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
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug_report.md')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 22 |
1 files changed, 22 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. |