Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1018 Bytes

File metadata and controls

31 lines (18 loc) · 1018 Bytes

Contributing

Security

For security issues, see SECURITY.

Bugs and issues

Please raise non-security bugs and suggestions in the Issues on the GitHub-hosted repository.

Developing

Please:

  • sign commits
  • format code with Prettier
  • lint code with ESLint (run npm run lint to check, npm run lint:fix to auto-fix)
  • add unit tests and run them with npm test. Tests are documented in TESTING.md
  • do end-to-end testing with the script against a test organization and Enterprise, and check the results are as expected

Submitting changes

Please fork the repository, and raise a Pull Request (PR) for review.

Remember to update the README and CHANGELOG.

Contributions to this project are released to the public under the project's open source license.

Code of conduct

Follow the Code of Conduct.