All the changes or proposals should be via pull requests.
Please use the following naming convention for branches:
feature/<roadmap-title>/<meaningfull-short-description>
# Example
feature/fundamentals/add-customer-interview-skill
# Example
fix/fundamentals/fix-customer-interview-missprint
# Example
feature/fundamentals/add-materials-to-customer-interview
For commit messages please use conventional commits, so we can automatically generate changelog.
[<roadmap-full-title>] <meaningful-description>
# Example
[Fundamentals] Add Customer Interview skill