fix spelling of some words

This commit is contained in:
yutou 2024-04-24 09:04:19 +08:00
parent 39dd1a2cc8
commit eefd073e06

View file

@ -18,7 +18,7 @@ This project use [Code of Conduct](https://code.fb.com/codeofconduct), you shoul
In the process of your participation, we hope that everyone has a good habit of abiding by the agreement, including: 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 - Create Issue based on template
- Select tags not create tags - Select tags instead of creating tags
- Complete the smallest unit independent task at one time - 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 - 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 - Although the project has automated tests, I still hope that you can test without problems before submitting
@ -30,10 +30,10 @@ Contributor only allow to fork [main branch](https://github.com/Websoft9/websoft
## Branch ## Branch
This repository have these branchs: This repository have these branches:
* **Contributor's branch**: Develpoer can fork main branch as their delelopment branch anytime * **Contributor's branch**: Developer can fork main branch as their development branch anytime
* **main branch**: The only branch that accepts PR from Contributors's branch * **main branch**: The only branch that accepts PR from Contributors' branch
* **production branch**: For version release and don't permit modify directly, only merge PR from **main 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 Flow: Contributor's branch → main branch → production branch
@ -72,7 +72,7 @@ Websoft9 use below [Artifact](https://jfrog.com/devops-tools/article/what-is-a-s
### Tags ### Tags
- Type tags: Bug, enhancement, Documetation - Type tags: Bug, enhancement, Documentation
- Stages Tags: PRD, Dev, QA(include deployment), Documentation - Stages Tags: PRD, Dev, QA(include deployment), Documentation
### WorkFlow ### WorkFlow