mirror of
https://github.com/markmanx/isoflow.git
synced 2025-02-01 07:34:46 +00:00
chore: updates README with ways of working
This commit is contained in:
parent
ae2d7f4b93
commit
f027170b0e
1 changed files with 13 additions and 0 deletions
13
README.md
13
README.md
|
@ -98,6 +98,19 @@ To deploy:
|
|||
|
||||
## Contributions
|
||||
|
||||
### Branching Strategy:
|
||||
|
||||
Branches are named using the following convention:
|
||||
|
||||
- `feature/` for new feature implementations
|
||||
- `fix/` for broken code / build / bug fixes
|
||||
- `chore/` non-breaking & non-fixing code changes such as linting, formatting, etc.
|
||||
|
||||
#### Commit / PR Strategy:
|
||||
|
||||
- Commits are to be squashed prior to merge
|
||||
- PRs are to target a singular issue in order to keep the commit history clean and easy to follow
|
||||
|
||||
See [good first issues](https://github.com/markmanx/isoflow/contribute).
|
||||
|
||||
## License
|
||||
|
|
Loading…
Reference in a new issue