diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-10-17 05:21:36 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-17 05:21:36 +0900 |
| commit | 0c21ae226bdf8d904a8736f11ef339bdb9aaa137 (patch) | |
| tree | 46723114945273ed62888fa04ba9e1bbebc2f6c5 /CONTRIBUTING.md | |
| parent | feat: ユーザーのリアクション一覧を見れるように (diff) | |
| download | misskey-0c21ae226bdf8d904a8736f11ef339bdb9aaa137.tar.gz misskey-0c21ae226bdf8d904a8736f11ef339bdb9aaa137.tar.bz2 misskey-0c21ae226bdf8d904a8736f11ef339bdb9aaa137.zip | |
Update CONTRIBUTING.md
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f5e0eece1f..3ec8baaacb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,9 +9,9 @@ It will also allow the reader to use the translation tool of their preference if ## Issues Before creating an issue, please check the following: - To avoid duplication, please search for similar issues before creating a new issue. -- Do not use Issues as a question. - - Issues should only be used to feature requests, suggestions, and report problems. - - Please ask questions in the [Misskey Forum](https://forum.misskey.io/) or [Discord](https://discord.gg/Wp8gVStHW3). +- Do not use Issues to ask questions or troubleshooting. + - Issues should only be used to feature requests, suggestions, and bug tracking. + - Please ask questions or troubleshooting in the [Misskey Forum](https://forum.misskey.io/) or [Discord](https://discord.gg/Wp8gVStHW3). ## Before implementation When you want to add a feature or fix a bug, **first have the design and policy reviewed in an Issue** (if it is not there, please make one). Without this step, there is a high possibility that the PR will not be merged even if it is implemented. |