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 22aaf4c commit 457e356Copy full SHA for 457e356
CONTRIBUTING.md
@@ -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