Skip to content

Commit

Permalink
Create CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
guibranco authored Mar 7, 2024
1 parent e41d9df commit 51ce1b2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Contributing

1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Add files changed: `git add .`
4. Commit your changes: `git commit -m "Add some feature"`
5. Push to the branch: `git push origin my-new-feature`
6. Submit a pull request

- The pull request and commit should have a useful title.

**After your pull request is merged**

After your pull request is merged, you can safely delete your branch.

0 comments on commit 51ce1b2

Please sign in to comment.