summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2021-08-30 19:50:50 +0900
committerGitHub <noreply@github.com>2021-08-30 19:50:50 +0900
commit229780f6ff35d05051bfc1cd98f6afa14fbbcd2b (patch)
tree7f5e2b6e2e108de5efdd3bfa3c027f42c1635a9d
parentfix(client): fix button style (diff)
downloadsharkey-229780f6ff35d05051bfc1cd98f6afa14fbbcd2b.tar.gz
sharkey-229780f6ff35d05051bfc1cd98f6afa14fbbcd2b.tar.bz2
sharkey-229780f6ff35d05051bfc1cd98f6afa14fbbcd2b.zip
Update CONTRIBUTING.en.md
-rw-r--r--docs/CONTRIBUTING.en.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/CONTRIBUTING.en.md b/docs/CONTRIBUTING.en.md
index 3b83abe142..ac81a5e017 100644
--- a/docs/CONTRIBUTING.en.md
+++ b/docs/CONTRIBUTING.en.md
@@ -13,6 +13,12 @@ Before creating an issue, please check the following:
- 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).
+## Before implementation
+
+When you want to add a feature or fix a bug, first have the design and policy reviewed in an Issue or something similar (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.
+
+Also, when you start implementation, assign yourself to the issue (if you cannot do it yourself, ask another member to assign you). By expressing your intention to work the issue, you can prevent conflicts in the work.
+
## Creating a PR
Thank you for your PR! Before creating a PR, please check the following:
- If possible, prefix the title with a keyword that identifies the type of this PR, as shown below.