diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2022-05-19 12:47:43 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-19 12:47:43 +0900 |
| commit | 7ed0763ad2357ff7edeb2bfd7428dd50f6c512a8 (patch) | |
| tree | 023728316c6ca29236696b4fd946feb72a6fda20 | |
| parent | chore(deps): bump async from 3.2.0 to 3.2.3 in /packages/backend (#8706) (diff) | |
| download | sharkey-7ed0763ad2357ff7edeb2bfd7428dd50f6c512a8.tar.gz sharkey-7ed0763ad2357ff7edeb2bfd7428dd50f6c512a8.tar.bz2 sharkey-7ed0763ad2357ff7edeb2bfd7428dd50f6c512a8.zip | |
Update CONTRIBUTING.md
| -rw-r--r-- | CONTRIBUTING.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cafca625d4..62a7dd9ff2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,6 +15,7 @@ Before creating an issue, please check the following: - 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). +- Do not close issues that are about to be resolved. It should remain open until a commit that actually resolves it is merged. ## 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. |