This commit is contained in:
Darren 2024-04-23 17:14:48 +08:00 committed by GitHub
parent be69dc0935
commit 39dd1a2cc8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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