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 2783cd6 commit 0bcda55Copy full SHA for 0bcda55
README.md
@@ -55,3 +55,13 @@ Under the hood `pyya` uses [munch](https://pypi.org/project/munch/) library to c
55
`paya` automatically adds underscore prefix to Python keywords and can be configured to convert `camelCase` or `PascalCase` keys to snake_case.
56
57
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