Skip to content

Latest commit

History

History
26 lines (17 loc) 路 1.47 KB

CONTRIBUTING.md

File metadata and controls

26 lines (17 loc) 路 1.47 KB

Contributing!

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

Note: if you are here because you want to submit a port/learn how to port Catppuccin to a program please refer to the documentation

Guidelines

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

  • PRs should go to the dev branch. Reasons:
    • If there is already stuff under development, then it's likely that a conflict may occur.
    • Releases/Deployment.
    • Documentation tends not to be updated by PRs.
    • Testing.
  • Use the .editorconfig file (located at the root of this project) on your editor so as 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 read About pull requests on Github's docs.

License

Any contribution will be published under the same licensing terms as the project itself.