main
. A branch must be in a working and stable state before it can be merged into main
.main
since a feature branch was created, rebase the branch onto main using git rebase
.git rebase -i
. Use git commit --amend
when fixing minor typos or bugs with the most recent commit. These practices help maintain a clean and coherent commit history while preserving contribution authorship.npm run lint
or using a code editor with a tslint plugin. Per-line or per-file exceptions to linting rules are allowable in certain cases.opendexd
or introduces new functionality, update the README to describe these changes.opendexd
uses TypeDoc and any comments documenting specific classes, methods, properties should follow this convention.