Commit 84fa8ba2 authored by zeynel's avatar zeynel

Add contributing part

parent de2211e6
......@@ -34,6 +34,7 @@ A Node.js client library for [OneSignal](https://onesignal.com/) API.
* [CSV Export](#csv-export)
* [Open track](#open-track)
* [Tests](#tests)
* [Contributing](#contributing)
## Installation
......@@ -481,6 +482,19 @@ Running all tests:
```bash
$ npm test
```
## Contributing
### TL;DR
To send a pull request:
- Fork the repo
- Clone the forked repo on your computer
- Switch to develop branch
- Create a feature branch (`git checkout -b feature/new-feature-name`)
- Make your changes and add new tests if necessary
- Run tests using `npm test`
- Push your changes to your fork
- Open a pull request
## License
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment