Skip to content

Commit 4574977

Browse files
authored
docs: add CONTRIBUTING.md
1 parent 3a438ff commit 4574977

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CONTRIBUTING.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Contributing
2+
3+
Bug reports and pull requests are welcome on GitHub at https://github.com/dbongo/callable-mixin.
4+
5+
Here's how to get started:
6+
7+
1. Fork the repo, then `git clone` your fork.
8+
2. Create a feature branch: `git checkout -b feat/my-feature`.
9+
3. Run tests: `bundle exec rspec`.
10+
4. Make your changes, commit, and push up your branch.
11+
5. Open a Pull Request describing your change.

0 commit comments

Comments
 (0)