Skip to content

Commit 457e356

Browse files
committed
Add simple contributing guide
1 parent 22aaf4c commit 457e356

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CONTRIBUTING.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Building and Contributing Guide
2+
3+
To contribute to this project, feel free to open a PR introducing your changes.
4+
5+
Make sure that your PR is properly formatted. It can be automatically done with `npm run fmt`.
6+
7+
Make sure that you've run `npm run build` command and committed any changes introduced in `dist` directory.
8+
This step is necessary for your changes to actually be used in the action.

0 commit comments

Comments
 (0)