Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.52 KB

CONTRIBUTING.md

File metadata and controls

36 lines (22 loc) · 1.52 KB

Contributing

Thank you for your interest in contributing! Please feel free to put up a PR for any issue or feature request.

Creating issues

If you notice any bugs in the app, see some code that can be improved, or have features you would like to be added, please create an issue!

If you want to open a PR that fixes a bug or adds a feature, then we can't thank you enough! It is definitely appreciated if an issue has been created before-hand so it can be discussed first.

Submitting pull requests

Modifying react-native-device-info

  1. Fork this repository
  2. Clone your fork
  3. Make a branch for your feature or bug fix (i.e. git checkout -b added-getfoobar)
  4. Work your magic
  5. Execute yarn link when done.

Testing your changes

You should test your changes (and add any new elements in your change) on the example app included in the repo

Running yarn dev-sync in the top level will copy any changes into the example app so a rebuild will use them Running yarn analyze in the top level will make sure typings etc are up to date and ready for a pull request

Opening the Pull Request

  1. Commit your changes with a message following the Angular commit conventions.
  2. Push your branch to your fork
  3. Create a pull request from your branch on your fork to master on this repo
  4. Have your branch get merged in! 🌟

If you experience a problem at any point, please don't hesitate to file an issue to get some assistance!