Skip to content

Latest commit

History

History
23 lines (17 loc) 路 1.26 KB

CONTRIBUTING.md

File metadata and controls

23 lines (17 loc) 路 1.26 KB

Contributing!

馃帀 First off, thanks for taking the time to contribute! 馃帀

Guidelines

The following is a set of guidelines for contributing to this repository. Use your best judgment, and feel free to propose changes to this document in a pull request.

  • Use the .editorconfig file (located at the root of this project) on your editor to "maintain consistent coding styles." For instructions on how to use this file refer to EditorConfig's website.

Recommendations

  • Create a topic branch on your fork for your specific PR.
  • Consider using conventionalcommits.org's rules for creating explicit and meaningful commit messages.
  • If it's your first time contributing to a project then you should look to the popular first-contributions repository on GitHub. This will give you hands-on experience with the features of GitHub required to make a contribution. As always, feel free to join our Discord to ask any questions and clarify your understanding, we are more than happy to help!