diff options
| author | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2019-05-26 01:06:36 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2019-05-26 01:06:36 +0900 |
| commit | c65ccd5eb0be6195cd9f45b4094e8c7ce69338af (patch) | |
| tree | 59977dc0f2c1548bbd59fc57a35824290e313186 /CONTRIBUTING.md | |
| parent | Fix #4981 (diff) | |
| download | misskey-c65ccd5eb0be6195cd9f45b4094e8c7ce69338af.tar.gz misskey-c65ccd5eb0be6195cd9f45b4094e8c7ce69338af.tar.bz2 misskey-c65ccd5eb0be6195cd9f45b4094e8c7ce69338af.zip | |
Improve issues description (#4982)
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d93fc50ec6..df4b514e08 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,8 +3,10 @@ ## Issues Feature suggestions and bug reports are filed in https://github.com/syuilo/misskey/issues . -Before creating a new issue, please search existing issues to avoid duplication. -If you find the existing issue, please add your reaction or comment to the issue. + +* Please search existing issues to avoid duplication. If your issue is already filed, please add your reaction or comment to the existing one. +* If you have multiple independent issues, please submit them separately. + ## Localization (l10n) Misskey uses [Crowdin](https://crowdin.com/project/misskey) for localization management. |