Skip to content

Latest commit

History

History
32 lines (22 loc) 路 1.53 KB

CONTRIBUTING.md

File metadata and controls

32 lines (22 loc) 路 1.53 KB

Contributing to Emoji Minesweeper

Logo small

First off, thank you for considering contributing! We aim to build an inclusive community around the project. You should know that there are many ways to contribute. You can write tutorials, create videos or blog posts, improve the documentation, submit issues (such as bug reports or feature requests), as well as write actual code. All of these are very worthwhile contributions and are more than welcome!

All contributors will be added in the designated section in the project's readme file.

Semantic Commit Messages

Starting from version 4.0.1, the project is using semantic commit messages. Please refer to the following links:

Semantic Commit Messages Conventional Commits Git Commit Msg

The project is in active development, so if you have any ideas or want to help, feel free to

  1. Start by creating an issue, so proposed changes can be discussed
  2. Fork the Project
  3. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  4. Commit your Changes (git commit -m 'Add some AmazingFeature')
  5. Push to the Branch (git push origin feature/AmazingFeature)
  6. Open a Pull Request to the develop branch

Please contact us for any inquiries 馃檪

Our Contributor Covenant Code of Conduct