Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.17 KB

File metadata and controls

28 lines (19 loc) · 1.17 KB

Contributing

The version in 🇺🇦 ukrainean

Pull Requests

We actively welcome your pull requests.

Issues

We use GitHub issues to track bugs. Please ensure your description is clear and has sufficient instructions to be able to reproduce the issue.

How to contribute?

  1. Create a GitHub issue proposing a feature request or defining a bug.
  2. Fork the repo and create your branch from main.
  3. If you've added code that should be tested, add tests to /test/boost-specificity.test.js.
  4. (OPTIONAL) Check locally that npm test and npm tun lint scripts pass without errors. You may require installing Node.js and project dependencies to be able doing that. Please refer to the README for more details.
  5. Create a pull request.
  6. Check that all CI(continios integration) pipelines are passing. They usually displayed in the bottom of the pull request.
  7. Mention the GitHub issue this pull request resolves.
  8. Assign it to somebody with merging permission.

License

By contributing to this repo, you agree that your contributions will be licensed under the LICENSE file in the root directory of the repository.