diff options
| author | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2018-07-20 21:40:57 +0900 |
|---|---|---|
| committer | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2018-07-20 21:41:06 +0900 |
| commit | 49298d2f3f263cf1a612a03f32663cb8272d25ba (patch) | |
| tree | e2e5544642aa5c57f5aaf3564415114772e921e0 | |
| parent | タグサジェストが重複しないようにする (diff) | |
| download | misskey-49298d2f3f263cf1a612a03f32663cb8272d25ba.tar.gz misskey-49298d2f3f263cf1a612a03f32663cb8272d25ba.tar.bz2 misskey-49298d2f3f263cf1a612a03f32663cb8272d25ba.zip | |
Update ISSUE_TEMPLATE
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 2 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 56f3613eb9..e4e5282e56 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -19,4 +19,4 @@ about: Create a report to help us improve # Environment <!-- Tell us where on the platform it happens --> -<!-- e.g. desktop or mobile version, your browser, operating system --> +<!-- e.g. desktop or mobile version, your browser, your OS --> diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 869232fcea..018e68df97 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -8,4 +8,4 @@ about: Suggest an idea for this project # Environment <!-- Tell us where on the platform it related --> -<!-- e.g. desktop or mobile version, your browser, operating system --> +<!-- e.g. desktop or mobile version, your browser, your OS --> |