Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
onesignal-node
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
CI / CD
CI / CD
Pipelines
Schedules
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Cedar Studios
onesignal-node
Commits
84fa8ba2
Commit
84fa8ba2
authored
Oct 13, 2018
by
zeynel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add contributing part
parent
de2211e6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
README.md
README.md
+14
-0
No files found.
README.md
View file @
84fa8ba2
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment