For security issues, see SECURITY.
Please raise non-security bugs and suggestions in the Issues on the GitHub-hosted repository.
Please:
- sign commits
- format code with Prettier
- lint code with ESLint (run
npm run lintto check,npm run lint:fixto 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
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.
Follow the Code of Conduct.