You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 13, 2025. It is now read-only.
We recommend that developers following the rules [here](https://jeffkreeftmeijer.com/git-flow/git-flow.png).
6
+
7
+
- Branch `main` with stable code and tags on it.
8
+
- Branch `develop` for "next release" development.
9
+
- Feature branches start with prefix `feat/`
10
+
- Release branches start with prefix `release/`
11
+
- Hotfix branches start with prefix `hotfix/`
12
+
13
+
## Contributing
14
+
15
+
- Fork the repository.
16
+
- Checkout your branch like a feature or bugfix.
17
+
- Make a pull request to the `develop` branch of this repository.
18
+
- Wait for review and PR merged.
19
+
20
+
---
21
+
22
+
**Working on your first Pull Request?** You can learn how from this *free* series [How to Contribute to an Open Source Project on GitHub](https://kcd.im/pull-request)
0 commit comments