From 39dd1a2cc8b4c601b7fae17995895654adaf2e6d Mon Sep 17 00:00:00 2001 From: Darren <27513732@qq.com> Date: Tue, 23 Apr 2024 17:14:48 +0800 Subject: [PATCH] improve --- CONTRIBUTING.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7a858a10..1c4a0173 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,7 +7,22 @@ If you're planning to implement a new feature or change the api please [create a ## Not Sure Architecture? -It's important to figure out the design [architecture of Websoft9](docs/architecture.md) +It's important to figure out the design [Architecture of Websoft9](docs/architecture.md) + +## Code of Conduct{#conduct} + +This project use [Code of Conduct](https://code.fb.com/codeofconduct), you should read it carefully. + +## Consistency convention + +In the process of your participation, we hope that everyone has a good habit of abiding by the agreement, including: + +- Create Issue based on template +- Select tags not create tags +- Complete the smallest unit independent task at one time +- Meaningful remarks when commit your code, you should select from: docs, test, fix, install, misc and so on +- Although the project has automated tests, I still hope that you can test without problems before submitting +- Following the branch management strategy, the core team maintains two branches: main and dev ## Fork @@ -21,7 +36,6 @@ This repository have these branchs: * **main branch**: The only branch that accepts PR from Contributors's branch * **production branch**: For version release and don't permit modify directly, only merge PR from **main branch** - Flow: Contributor's branch → main branch → production branch