Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 721 Bytes

contributing.md

File metadata and controls

32 lines (22 loc) · 721 Bytes

Contributing

All the changes or proposals should be via pull requests.

Naming conventions

Branches

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

Commits

For commit messages please use conventional commits, so we can automatically generate changelog.

Pull Requests

[<roadmap-full-title>] <meaningful-description>

# Example
[Fundamentals] Add Customer Interview skill