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. ...@@ -34,6 +34,7 @@ A Node.js client library for [OneSignal](https://onesignal.com/) API.
* [CSV Export](#csv-export) * [CSV Export](#csv-export)
* [Open track](#open-track) * [Open track](#open-track)
* [Tests](#tests) * [Tests](#tests)
* [Contributing](#contributing)
## Installation ## Installation
...@@ -481,6 +482,19 @@ Running all tests: ...@@ -481,6 +482,19 @@ Running all tests:
```bash ```bash
$ npm test $ 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 ## 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