Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.52 KB

CONTRIBUTING.md

File metadata and controls

31 lines (24 loc) · 1.52 KB

Contributing to openid-client

Please note we have a code of conduct, please follow it in all your interactions with the project.

When contributing to this project, please first discuss the change you wish to make via issue, email, or any other method with the owners of this project before proposing a change via a Pull Request. Use (and follow!) the appropriate Issue Template to do so. The project promotes and follows current best practices in regards to the specifications it implements. A contribution that tries to implement something non-standard will most likely be dismissed.

Rules of the discussions

Remember to be very clear and transparent when discussing any issue in the discussions boards. We ask that you keep the language to English and keep on track with the issue at hand. Lastly, please be respectful of our fellow contributors and keep an exemplary level of professionalism at all times.

Pull Request Checklist

  • Follow the eslint rules
  • Do not modify the eslint rules
  • File names must be snake_case.js
  • Add tests covering 100% of the library code you are adding or modifying
  • Existing tests must pass
  • Unless previously agreed upon (i.e. fixing a bug) all contributions must be backwards compatible
  • Follow standard-version commit guidelines