Skip to content

Commit b53648e

Browse files
authored
Update README.md
added contributing info
1 parent 79f0baa commit b53648e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,12 @@ Message limits are checked after each push with the following request:
4646
![requests](https://github.com/BloodieToes/ruby-push/blob/main/requests.png?raw=true)
4747

4848
# opt directory
49-
Contains notification images that can be used as visuals (optional).
49+
Contains notification images that can be used as visuals (optional)
50+
51+
# Contributing
52+
1. Fork the repo
53+
2. Switch to the dev branch: `git checkout dev`
54+
3. Create your feature branch: `git checkout -b your-feature-name`
55+
4. Commit your changes: `git commit -am 'your added feature'`
56+
5. Push to the branch: `git push origin your-feature-name`
57+
6. Create a new Pull Request against the `dev` repo

0 commit comments

Comments
 (0)