Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create CONTRIBUTING.md #220

Merged
merged 3 commits into from
Jan 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 warning on line 3 in CONTRIBUTING.md

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

CONTRIBUTING.md#L3

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

Check warning on line 4 in CONTRIBUTING.md

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

CONTRIBUTING.md#L4

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

Check warning on line 5 in CONTRIBUTING.md

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

CONTRIBUTING.md#L5

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

Check warning on line 6 in CONTRIBUTING.md

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

CONTRIBUTING.md#L6

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

Check warning on line 7 in CONTRIBUTING.md

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

CONTRIBUTING.md#L7

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

Check warning on line 8 in CONTRIBUTING.md

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

CONTRIBUTING.md#L8

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

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

Check warning on line 10 in CONTRIBUTING.md

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

CONTRIBUTING.md#L10

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

**After your pull request is merged**

Check warning on line 12 in CONTRIBUTING.md

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

CONTRIBUTING.md#L12

[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.
Loading