Skip to content

Commit d6081a6

Browse files
authored
Create CONTRIBUTING.md
1 parent 462409f commit d6081a6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CONTRIBUTING.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)