Issues are very valuable to this project.
- Ideas are a valuable source of contributions others can make
- Problems show where this project is lacking
- With a question you show where contributors can improve the user experience
Thank you for creating them.
Pull requests are, a great way to get your ideas into this repository.
When deciding if I merge in a pull request I look at the following things:
You should be clear which problem you're trying to solve with your contribution.
For example:
Add link to code of conduct in README.md
Doesn't tell me anything about why you're doing that
Add link to code of conduct in README.md because users don't always look in the CONTRIBUTING.md
Tells me the problem that you have found, and the pull request shows me the action you have taken to solve it.
- There are no spelling mistakes
- It reads well
- For english language contributions: Has a good score on Grammarly or Hemingway App
-
The aim of this repository is:
-
To provide a README.md and assorted documents anyone can copy and paste, into their project
-
The content is usable by someone who hasn't written something like this before
-
Foster a culture of respect and gratitude in the open source community
This repository has a code of conduct, I will remove things that do not respect it.
- Fork the repository.
- Clone the forked repository to local.
- Create your branch from
develop
branch. - Develop the package.
- Commit with a message based on Conventional Commits.
- Fill out the description, link any related issues and submit your pull request.
NOTE: Create a pull request to merge intodevelop
branch
Case | Commit message |
---|---|
Added a new feature | feat: add new feature |
Added a suggested feature #999 | feat: add new feature Close #999 |
Fixed a bug | fix: a problem |
Fixed a reported bug #999 | fix: a problem Close #999 |
Added features that include breaking changes | feat: add new feature BREAKING CHANGE: Details of the changes |
This is an open source project that I am developing in my spare time.
If you like it, please support me.
With your support, I can spend more time on development. :)
By contributing to this repository, you agree that your contributions will be licensed under its MIT license.