Skip to content

Commit d48f52e

Browse files
committed
Add CONTRIBUTING.md
1 parent bbcef4f commit d48f52e

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CONTRIBUTING.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Contributing
2+
We appreciate any pull requests for changes you may have in mind! Here are some tips and instructions you should follow before we can accept your PR.
3+
4+
* Add a changeset file which explains the changes contained in the PR.
5+
6+
In the root folder, execute the following commands:
7+
```
8+
pnpm install
9+
pnpm changeset
10+
```
11+
12+
Follow the instructions on screen to create the changeset file.
13+
14+
* Format your code using `./gradlew spotlessApply`.
15+
16+
* On your first pull request, the CLA Assistant bot will give you a link to sign this project's Contributor License Agreement, required to add your code to the repository. This license is non-optional and we cannot accept any PRs from contributors who have not signed the CLA.
17+

0 commit comments

Comments
 (0)