Skip to content
This repository was archived by the owner on Nov 4, 2024. It is now read-only.

Commit 6b7c462

Browse files
committed
feat(contributing): add recommendation for commit message plugin
Add a recommendation in CONTRIBUTING.md to use a plugin to generate commit messages for contributions. This will help maintain clear and concise commit messages and improve the overall quality of the project history.
1 parent 088ef2f commit 6b7c462

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

CONTRIBUTING.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
# Contributing
22

3-
Contributions are **welcome**.
3+
Contributions and Issues are **welcome**.
44

55
## Pull Requests
66

7-
[//]: # (- **Add tests!** - Your patch won't be accepted if it doesn't have tests.)
7+
- Fork the repository and make changes on your fork in a new feature branch.
88

9-
- **Document any change in behaviour** - Make sure the `README.md` and any other relevant documentation are kept up-to-date.
9+
- Make sure your fork is up-to-date with the latest changes from this repository.
1010

11-
- **Create feature branches** - Don't ask us to pull from your master branch.
11+
- Once you're satisfied with your feature, send a pull request with some details about what you've done.
1212

13-
- **One pull request per feature** - If you want to do more than one thing, send multiple pull requests.
13+
- Thanks for your contribution!
1414

15-
- **Send coherent history** - Make sure each individual commit in your pull request is meaningful. If you had to make
16-
multiple intermediate commits while developing, please [squash them] before submitting.
15+
We recommend to use this Plugin to generate the commit message for your contribution.

0 commit comments

Comments
 (0)