Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.88 KB

CONTRIBUTION.md

File metadata and controls

30 lines (20 loc) · 1.88 KB

To contribute and test your changes.

How to contribute

  1. Clone https://github.com/moaazsidat/react-native-qrcode-scanner
  2. Make changes
  3. Clone https://github.com/moaazsidat/react-native-qrcode-scanner-demo
  4. Test your changes by doing one of the following
  5. Once tested, make a pull request against https://github.com/moaazsidat/react-native-qrcode-scanner
  6. Await review, and upon accepted review, merge to master.

Where can I find stuff to contribute?

Navigate to Issues and filter by good first issue or help wanted labels

Active contributor

This project is looking for active contributors, especially those well-versed with Android. If you're interested in becoming an active contributor with write access, create an issue titled 'Active contributor', and create a pull request to address a couple of issues. If it goes well, I'd be happy to give write access to merge PRs to master.

Formatting for commit messages for merge commits

Any merges to the master branch will publish a new version of the NPM package.

This is done using semantic-release, and therefore, merge commits must follow the default semantic-release commit message format in order for the CI to pick up changes and publish the correct version bump.