8000 Update CONTRIBUTING.md · FFY00/github-pages-deploy-action@a4ffdc5 · GitHub
[go: up one dir, main page]

Skip to content

Commit a4ffdc5

Browse files
authored
Update CONTRIBUTING.md
1 parent c9dbb34 commit a4ffdc5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ email, or any other method with the owners of this repository before making a ch
88
1. Ensure that you've tested your feature/change yourself. As the primary focus of this project is deployment, providing a link to a deployed repository using your branch is preferred. You can reference the forked action using your GitHub username, for example `yourname/github-pages-deplpy-action@master`.
99
2. Make sure you update the README if you've made a change that requires documentation.
1010
3. When making a pull request, highlight any areas that may cause a breaking change so the maintainer can update the version number accordingly on the GitHub marketplace.
11+
4. Make sure you've formatted and linted your code. You can do this by running `yarn format` and `yarn lint`.
12+
5. Fix or add any tests where applicable. You can run `yarn test` to run the suite.
1113

1214
# Deploying
1315

0 commit comments

Comments
 (0)
0