From 4fd07a8ee2566653175cb67eaf0542f5efb4d585 Mon Sep 17 00:00:00 2001 From: Federico Grandi Date: Wed, 15 Feb 2023 19:31:30 +0100 Subject: [PATCH] docs: create CONTRIBUTING.md --- CONTRIBUTING.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..3d1131d --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,13 @@ +# Contributing + +If you want to contribute to this project, check out this steps! + +1. Check out existing features to make sure your case is not already covered. Also, try [searching open or closed issues](https://github.com/EndBug/add-and-commit/issues) that may cover the same topic. +2. Either [open a new issue](https://github.com/EndBug/add-and-commit/issues/new/choose) or comment on an existing one to let everyone know what you're working on. +3. Edit the source files to implement your feature or fix. +4. Build the action and test it in a test repo. +5. Update the [action manifest](./action.yml) AND the [README](./README.md) with your changes. +6. [Open a PR](https://github.com/EndBug/add-and-commit/compare). + +Thanks! 💖 +