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 c4940cd commit 31dfb1cCopy full SHA for 31dfb1c
README.md
@@ -127,3 +127,14 @@ You can also use `less` command for instance to page through the results:
127
goso "$@" | less -F -R -X
128
```
129
130
+## Contributing
131
+
132
+Are you a developer?
133
134
+- Fork the repository
135
+- Create your feature branch: `git switch -c my-new-feature`
136
+- Commit your changes: `git commit -am 'Add some feature'`
137
+- Push to the branch: `git push origin my-new-feature`
138
+- Submit a pull request
139
140
0 commit comments