We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79f0baa commit b53648eCopy full SHA for b53648e
README.md
@@ -46,4 +46,12 @@ Message limits are checked after each push with the following request:
46

47
48
# opt directory
49
- Contains notification images that can be used as visuals (optional).
+ 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