From 836ecff7854b67598c0f446cf996dd6413df9fb7 Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 17 Jun 2022 11:02:47 +0900 Subject: [PATCH 1/2] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a37df3bde..e4a5d48cf 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -74,8 +74,6 @@ The `/deploy` command by issue comment can be used to deploy the contents of a P An actual domain will be assigned so you can test the federation. ## 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 ### Release Instructions From 70450fe6b4bd79a8257ed553ce4f24381ab72e9f Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 17 Jun 2022 13:56:39 +0900 Subject: [PATCH 2/2] Update ROADMAP.md --- ROADMAP.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ROADMAP.md b/ROADMAP.md index 3ccc098d3..bd96b2c50 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -19,6 +19,7 @@ This is the phase we are at now. We need to make a high-maintenance environment ## (2) Improve functionality Once Phase 1 is complete and an environment conducive to the development of a stable system is in place, the implementation of new functions can begin gradually. +- Improve features for moderation - OAuth2 support https://github.com/misskey-dev/misskey/issues/8262 - GraphQL support?