Skip to content

Commit

Permalink
Add simple contributing guide
Browse files Browse the repository at this point in the history
  • Loading branch information
cptartur committed Oct 25, 2023
1 parent 22aaf4c commit 457e356
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Building and Contributing Guide

To contribute to this project, feel free to open a PR introducing your changes.

Make sure that your PR is properly formatted. It can be automatically done with `npm run fmt`.

Make sure that you've run `npm run build` command and committed any changes introduced in `dist` directory.
This step is necessary for your changes to actually be used in the action.

0 comments on commit 457e356

Please sign in to comment.