docs: update getting started instructions in README
All checks were successful
Lint Pull Request / Lint PR Title (pull_request) Successful in 12s
All checks were successful
Lint Pull Request / Lint PR Title (pull_request) Successful in 12s
This commit is contained in:
parent
820242d48f
commit
10d394907a
1 changed files with 10 additions and 5 deletions
15
README.md
15
README.md
|
@ -78,11 +78,16 @@ Follow the [Conventional Commits](https://www.conventionalcommits.org/) specific
|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
|
||||||
After setup, you can:
|
After completing the setup:
|
||||||
1. Create a feature branch from main
|
1. Remove the images directory and this README
|
||||||
2. Make changes and commit using conventional commit format
|
2. Create feature branches from `main` for your work
|
||||||
3. Create a pull request to main
|
3. Make changes and commit using conventional commit format
|
||||||
4. After approval, changes will be merged to release automatically
|
4. Create pull requests to `main` (changes should be squashed when merged, although this is not required)
|
||||||
|
5. When ready for a release, create a PR from `main` to `release`
|
||||||
|
6. The PR to `release` will automatically:
|
||||||
|
- Create a new version based on your commits
|
||||||
|
- Generate a changelog
|
||||||
|
- Merge changes back into `main`
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue