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 | |
| parent | mark as read all -> mark all as read (diff) | |
| download | sharkey-436757c71d4fc254991dea019d73eb9a655e309c.tar.gz sharkey-436757c71d4fc254991dea019d73eb9a655e309c.tar.bz2 sharkey-436757c71d4fc254991dea019d73eb9a655e309c.zip | |
Enrich ISSUE_TEMPLATE
Close #1932
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE | 16 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 23 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 11 |
3 files changed, 34 insertions, 16 deletions
diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE deleted file mode 100644 index ba479834f6..0000000000 --- a/.github/ISSUE_TEMPLATE +++ /dev/null @@ -1,16 +0,0 @@ -<!-- -Thanks for your contribution. - -When you report a bug or suggest a new feature, please include these information. -* Your browser -* Desktop version or mobile version - --------- - -Misskeyへの貢献ありがとうございます。 - -バグの報告や提案などで、可能であれば以下の情報を含めてください。 -* お使いのブラウザ -* デスクトップ版Misskeyかモバイル版Misskeyか - ---> 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 --> + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000000..869232fcea --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,11 @@ +--- +name: Feature Request +about: Suggest an idea for this project +--- + +# Summary +<!-- Tell us what the suggestion is --> + +# Environment +<!-- Tell us where on the platform it related --> +<!-- e.g. desktop or mobile version, your browser, operating system --> |