Contributing
1. Setting up the project
2. Creating a new branch
git checkout -b {feat|fix|refactor|test|benchmark|doc|style|chore}/short-description_$issue_id
git checkout -b short-description_$issue_id
git checkout -b $issue_id_short-descriptiongit checkout -b feat/explicit-tlu_11
git checkout -b tracing_indexing_42
git checkout -b 42_tracing_indexing3. Before committing
3.1 Conformance
3.2 Testing
4. Committing
5. Rebasing
Last updated
Was this helpful?