emoji-catalog/CONTRIBUTING.md

52 lines
1.6 KiB
Markdown
Raw Normal View History

2019-08-30 22:22:51 +03:00
Contributing
============
Contributions in the form of **✍Issues** and **🛠Pull requests** are welcomed
and encouraged.
How to contribute
-----------------
In order to contribute to this project:
1. **Fork** this repository
2. Create a **new branch** and commit your feature or bugfix
3. Once you have finished, create a **Pull Request** to merge your changes into
remote's develop branch
Do not forget to add your name at the end of this file.
Recommendations
---------------
This project adheres to:
* [Contributor Covenant]: A Code of Conduct for Open Source Projects
* [Keep a Changelog]: Good practices for changelog file
* [pds/skeleton]: Standard PHP package skeleton
* [Vincent Driessen's branching model]: A branching model for Git
* [Semantic Versioning]: Simple rules for version numbers
It's encouraged to use:
* [The seven rules of a great Git commit message]: How to Write a good Git
Commit Message
* [git-flow]: Git extensions to provide high-level repository operations for
Vincent Driessen's branching model
Contributors
------------
The following individuals have contributed to this project:
- (add your name here)
[Contributor Covenant]: https://www.contributor-covenant.org/
[git-flow]: https://danielkummer.github.io/git-flow-cheatsheet/
[Keep a Changelog]: http://keepachangelog.com/en/1.0.0/
[pds/skeleton]: https://github.com/php-pds/skeleton
[Semantic Versioning]: http://semver.org/
[The seven rules of a great Git commit message]: https://chris.beams.io/posts/git-commit/#seven-rules
[Vincent Driessen's branching model]: http://nvie.com/posts/a-successful-git-branching-model/