docs: add versioning policy, changelog, and update contributing guide #149

Merged
shoko merged 2 commits from fix/issue-120 into main 2026-04-05 12:44:44 +02:00
Showing only changes of commit 92f8369d6f - Show all commits

View File

@@ -2,7 +2,7 @@
## Workflow
1. Create a branch for your work: `git checkout -b fix/issue-N-name` or `git checkout -b feat/feature-name`
1. Create a branch for your work: `git checkout -b fix/issue-N-name` or `git checkout -b feat/issue-N-feature-name`
Outdated
Review

the branch name should be fix/issue-N-bug-name or feat/issue-N-feature-name

the branch name should be fix/issue-N-bug-name or feat/issue-N-feature-name
2. Make changes and commit with clear messages
3. Open a Pull Request for review
4. Do not merge directly to `main` or `develop` for reviewable changes