Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 533 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (19 loc) · 533 Bytes

How to contribute

  1. Fork this repository

  2. Clone the forked version of react-native-pgp:

git clone git@github.com:<your_username>/react-native-pgp.git
  1. Create a new branch
git checkout -b feature/awesome
  1. Make your changes

  2. Commit your changes and push your branch

git add .
git commit -m 'awesome for react-native-pgp'
git push origin feature/awesome
  1. Open your Pull Request
  2. Have your Pull Request merged! 😎