UNPKG

1.45 kBMarkdownView Raw
1# Contributing
2
3Thank for taking the time to check out the repo and be willing to contribute!
4
5If you have found an issue or would like to request a new feature, simply create a new issue. Be sure to fill out as much information as possible.
6
7If this is your first open source contribution, please take a look at [this](https://egghead.io/courses/how-to-contribute-to-an-open-source-project-on-github) guide.
8
9## Reporting Bugs & Feature Requests
10
11If you would like to submit a feature request or report a bug, we encourage you to first look through the [issues](https://github.com/oblador/react-native-collapsible/issues) and [pull requests](https://github.com/oblador/react-native-collapsible/pulls) before filing a new issue.
12
13
14## Submitting a Pull Request
15
16If you wish to submit a pull request for a new feature or issue, you should start by forking this repository first. This should get you setup on your local machine:
17
18### Setup
19
20* Install [Node.js](https://nodejs.org/) if you have not already. (*We suggest you to use node v6.x.x*)
21* Fork the repo
22* ```git clone https://github.com/oblador/react-native-collapsible.git && cd react-native-collapsible```
23* ```yarn install``` OR ```npm install```
24* ```npm test```
25
26One you have done this, create a new branch with a name that loosely describes the issue on which you will be working. Once you think you have the addressed the issue in question, submit a pull request to the `next` branch.
27
\No newline at end of file