Contributing
1. 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_indexing2. Before committing
2.1 Conformance
2.2 Testing
3. Committing
4. Rebasing
Last updated
Was this helpful?