Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 649 Bytes

contributing.md

File metadata and controls

15 lines (13 loc) · 649 Bytes

Contributing

Please discuss the proposed change with the repository owner in advance. Note that we follow a contributor code of conduct.

Process

  1. Fork and clone the repo
  2. Install dependencies
  3. Create a feature branch to work on: git checkout -b rad-new-feature
  4. Commit changes to your feature branch: git commit -am 'Rad new feature'
  5. Run static code analysis and unit tests: npm test
  6. Ensure build dependencies and artifacts are removed
  7. Update README.md
  8. Push to your remote branch: git push origin rad-new-feature
  9. Create a new Pull Request
  10. Wait for a response from the repository owner.