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 462409f commit d6081a6Copy full SHA for d6081a6
CONTRIBUTING.md
@@ -0,0 +1,9 @@
1
+## PR Guidelines
2
+1. Fork branch from `main`.
3
+1. Ensure to provide unit tests for new functionality.
4
+1. Update documentation accordingly.
5
+1. Update [changelog](CHANGELOG.md) according to ["Keep a changelog"](https://keepachangelog.com/en/1.0.0/) guidelines.
6
+1. Squash changes with a single commit as much as possible and ensure verbose PR name.
7
+1. Open a PR against `main`
8
+
9
+*We reserve the right to take over and modify or abandon PRs that do not match the workflow or are abandoned.*
0 commit comments