Skip to content

Commit

Permalink
Create CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
guibranco authored Jan 26, 2024
1 parent 1427e55 commit 6384eda
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!

Check notice

Code scanning / Remark-lint (reported by Codacy)

Warn when the spacing between a list item’s bullet and its content violates Note

[list-item-indent] Incorrect list-item indent: add 1 space
2. Create your feature branch: `git checkout -b my-new-feature`

Check notice

Code scanning / Remark-lint (reported by Codacy)

Warn when the spacing between a list item’s bullet and its content violates Note

[list-item-indent] Incorrect list-item indent: add 1 space
3. Add files changed: `git add .`

Check notice

Code scanning / Remark-lint (reported by Codacy)

Warn when the spacing between a list item’s bullet and its content violates Note

[list-item-indent] Incorrect list-item indent: add 1 space
4. Commit your changes: `git commit -m "Add some feature"`

Check notice

Code scanning / Remark-lint (reported by Codacy)

Warn when the spacing between a list item’s bullet and its content violates Note

[list-item-indent] Incorrect list-item indent: add 1 space
5. Push to the branch: `git push origin my-new-feature`

Check notice

Code scanning / Remark-lint (reported by Codacy)

Warn when the spacing between a list item’s bullet and its content violates Note

[list-item-indent] Incorrect list-item indent: add 1 space
6. Submit a pull request

Check notice

Code scanning / Remark-lint (reported by Codacy)

Warn when the spacing between a list item’s bullet and its content violates Note

[list-item-indent] Incorrect list-item indent: add 1 space

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

Check notice

Code scanning / Remark-lint (reported by Codacy)

Warn when the spacing between a list item’s bullet and its content violates Note

[list-item-indent] Incorrect list-item indent: add 2 spaces

**After your pull request is merged**

Check notice

Code scanning / Remark-lint (reported by Codacy)

Warn when emphasis (including strong), instead of a heading, introduces Note

[no-emphasis-as-heading] Don’t use emphasis to introduce a section, use a heading

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

0 comments on commit 6384eda

Please sign in to comment.