Please discuss the proposed change with the repository owner in advance. Note that we follow a contributor code of conduct.
- Fork and clone the repo
- Install dependencies
- Create a feature branch to work on:
git checkout -b rad-new-feature
- Commit changes to your feature branch:
git commit -am 'Rad new feature'
- Run static code analysis and unit tests:
npm test
- Ensure build dependencies and artifacts are removed
- Update README.md
- Push to your remote branch:
git push origin rad-new-feature
- Create a new Pull Request
- Wait for a response from the repository owner.