-
Fork this repository
-
Clone the forked version of react-native-pgp:
git clone git@github.com:<your_username>/react-native-pgp.git
- Create a new branch
git checkout -b feature/awesome
-
Make your changes
-
Commit your changes and push your branch
git add .
git commit -m 'awesome for react-native-pgp'
git push origin feature/awesome
- Open your Pull Request
- Have your Pull Request merged! 😎