We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbadcea commit 41ae579Copy full SHA for 41ae579
1 file changed
README.md
@@ -277,6 +277,16 @@ _Run the test suite against all supported python versions._
277
$ tox
278
```
279
280
+## Contributing
281
+
282
+1. Create an issue with all necessary details.
283
+2. Create a branch off from `main`.
284
+3. Make changes.
285
+4. Verify tests pass in all supported python versions: `tox`.
286
+5. Verify code conventions are maintained: `git add --all && pre-commit run -a`.
287
+6. Create your commit following the [conventionalcommits](https://www.conventionalcommits.org/en/v1.0.0/#summary).
288
+7. Create a pull request with all necessary details: description, testing notes, resolved issues.
289
290
## Publishing
291
292
**Create**
0 commit comments