README: add contributing and testing sections

This commit is contained in:
Cole Helbling 2021-11-05 08:45:47 -07:00
parent 5a95cb6772
commit 1aae24f313
1 changed files with 7 additions and 0 deletions

View File

@ -45,3 +45,10 @@ git commit --amend --no-edit
git push origin update_flake_lock_action --force
```
## Contributing
Feel free to send a PR or open an issue if you find something functions unexpectedly! Please make sure to test your changes and update any related documentation before submitting your PR.
### How to test changes
In order to more easily test your changes to this action, we have created a template repository that should point you in the right direction: https://github.com/DeterminateSystems/update-flake-lock-test-template. Please see the README in that repository for instructions on testing your changes.