Contributing
Contribution guidelines
Last updated
Was this helpful?
Contribution guidelines
Last updated
Was this helpful?
Issues are invaluable to the success of this project.
Ideas enable others to make meaningful contributions
Problems highlight where this project is lacking
With a single question, you show where contributors can improve the user experience
Thank you for creating them.
Pull requests are the best way to get your ideas into this repository.
When deciding to merge a pull request, the following things are taken into account alongside the :
You should be clear with which problem you're trying to solve within your contribution.
You should justify the way the change solves the problem (i.e. why this change is better). It may also be worth mentioning alternate solutions considered but discarded, if any.
There are no grammatical or spelling mistakes - it reads well.
Try to make sure your explanation can be understood without external resources.
Instead of giving a URL to a discussion, try to summarise the relevant points.
Many commits may form an aforementioned pull request.
Briefly describe your changes in present-tense, imperative style.
Good:
Link the Code of Conduct in the README
, Add navigation
, Remove unused dependency
...
Bad:
Linked the Code of Conduct in the README
, Add navigation as it was highly requested
, Inverting a boolean condition
...
You may add a supplementary, detailed commit body if you deem it necessary.
This project welcomes the use of the standard for major commits!