diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2022-05-05 18:33:24 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-05 18:33:24 +0900 |
| commit | a36f54dec2bd9033f7bc0992a44af88740f4a1dc (patch) | |
| tree | a6db7b51590212d0e2b234ad83d70f9a0c03310e | |
| parent | fix(client): fix duplicate token request dialog in plugin install (#8612) (diff) | |
| download | sharkey-a36f54dec2bd9033f7bc0992a44af88740f4a1dc.tar.gz sharkey-a36f54dec2bd9033f7bc0992a44af88740f4a1dc.tar.bz2 sharkey-a36f54dec2bd9033f7bc0992a44af88740f4a1dc.zip | |
Update CONTRIBUTING.md
| -rw-r--r-- | CONTRIBUTING.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a696bc5ceb..1d82a0cbb3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -62,6 +62,19 @@ Be willing to comment on the good points and not just the things you want fixed - Are there any omissions or gaps? - Does it check for anomalies? +## Merge +For now, basically only @syuilo has the authority to merge PRs into develop because he is most familiar with the codebase. +However, minor fixes, refactoring, and urgent changes may be merged at the discretion of a contributor. + +## Release +For now, basically only @syuilo has the authority to release Misskey. +However, in case of emergency, a release can be made at the discretion of a contributor. + +### Release Instructions +1. commit version changes in the `develop` branch ([package.json](https://github.com/misskey-dev/misskey/blob/develop/package.json)) +2. follow the `master` branch to the `develop` branch. +3. Create a [release of GitHub](https://github.com/misskey-dev/misskey/releases) + ## Localization (l10n) Misskey uses [Crowdin](https://crowdin.com/project/misskey) for localization management. You can improve our translations with your Crowdin account. |