diff options
| author | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2018-07-20 21:05:14 +0900 |
|---|---|---|
| committer | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2018-07-20 21:05:58 +0900 |
| commit | 436757c71d4fc254991dea019d73eb9a655e309c (patch) | |
| tree | e029d6506abf61d7b58a35e58d19eac9f0f619f5 /.github/ISSUE_TEMPLATE/bug_report.md | |
| parent | mark as read all -> mark all as read (diff) | |
| download | misskey-436757c71d4fc254991dea019d73eb9a655e309c.tar.gz misskey-436757c71d4fc254991dea019d73eb9a655e309c.tar.bz2 misskey-436757c71d4fc254991dea019d73eb9a655e309c.zip | |
Enrich ISSUE_TEMPLATE
Close #1932
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug_report.md')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000000..47ca8b7a66 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,23 @@ +--- +name: Bug Report +about: Create a report to help us improve +--- + +# Summary +<!-- Tell us what the bug is --> + +# Expected Behavior +<!--- Tell us what should happen --> + +# Actual Behavior +<!--- Tell us what happens instead of the expected behavior --> + +# Steps to Reproduce +1. +2. +3. + +# Environment +<!-- Tell us where on the platform it happens --> +<!-- e.g. desktop or mobile version, your browser, operating system --> + |