Skip to content

Commit 31dfb1c

Browse files
Added contributing section
1 parent c4940cd commit 31dfb1c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,3 +127,14 @@ You can also use `less` command for instance to page through the results:
127127
goso "$@" | less -F -R -X
128128
```
129129
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

Comments
 (0)