diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 72e175baf..03b71ecec 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -3,6 +3,18 @@ 1. Consider creating this PR as draft: https://github.com/CherryHQ/cherry-studio/blob/main/CONTRIBUTING.md --> + + ### What this PR does Before this PR: diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 408057252..88f034976 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -65,7 +65,28 @@ The Test Plan aims to provide users with a more stable application experience an ### Other Suggestions - **Contact Developers**: Before submitting a PR, you can contact the developers first to discuss or get help. -- **Become a Core Developer**: If you contribute to the project consistently, congratulations, you can become a core developer and gain project membership status. Please check our [Membership Guide](https://github.com/CherryHQ/community/blob/main/docs/membership.en.md). + +## Important Contribution Guidelines & Focus Areas + +Please review the following critical information before submitting your Pull Request: + +### Temporary Restriction on Data-Changing Feature PRs 🚫 + +**Currently, we are NOT accepting feature Pull Requests that introduce changes to our Redux data models or IndexedDB schemas.** + +Our core team is currently focused on significant architectural updates that involve these data structures. To ensure stability and focus during this period, contributions of this nature will be temporarily managed internally. + +* **PRs that require changes to Redux state shape or IndexedDB schemas will be closed.** +* **This restriction is temporary and will be lifted with the release of `v2.0.0`.** You can track the progress of `v2.0.0` and its related discussions on issue [#10162](https://github.com/YOUR_ORG/YOUR_REPO/issues/10162) (please replace with your actual repo link). + +We highly encourage contributions for: +* Bug fixes 🐞 +* Performance improvements 🚀 +* Documentation updates 📚 +* Features that **do not** alter Redux data models or IndexedDB schemas (e.g., UI enhancements, new components, minor refactors). ✨ + +We appreciate your understanding and continued support during this important development phase. Thank you! + ## Contact Us diff --git a/README.md b/README.md index 634a4fc73..c3d3f915a 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@
English | 中文 | Official Site | Documents | Development | Feedback