Skip to content

Commit 0bcda55

Browse files
Added contributing section
1 parent 2783cd6 commit 0bcda55

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,13 @@ Under the hood `pyya` uses [munch](https://pypi.org/project/munch/) library to c
5555
`paya` automatically adds underscore prefix to Python keywords and can be configured to convert `camelCase` or `PascalCase` keys to snake_case.
5656

5757
If `raise_error_non_identifiers` is True, `pyya` will raise error if section name is not valid Python identifier.
58+
59+
## Contributing
60+
61+
Are you a developer?
62+
63+
- Fork the repository
64+
- Create your feature branch: `git switch -c my-new-feature`
65+
- Commit your changes: `git commit -am 'Add some feature'`
66+
- Push to the branch: `git push origin my-new-feature`
67+
- Submit a pull request

0 commit comments

Comments
 (0)