Skip to content

Commit 4fd07a8

Browse files
committed
docs: create CONTRIBUTING.md
1 parent 5368533 commit 4fd07a8

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CONTRIBUTING.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Contributing
2+
3+
If you want to contribute to this project, check out this steps!
4+
5+
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.
6+
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.
7+
3. Edit the source files to implement your feature or fix.
8+
4. Build the action and test it in a test repo.
9+
5. Update the [action manifest](./action.yml) AND the [README](./README.md) with your changes.
10+
6. [Open a PR](https://github.com/EndBug/add-and-commit/compare).
11+
12+
Thanks! 💖
13+

0 commit comments

Comments
 (0)