-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
- Loading branch information
There are no files selected for viewing
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. |