Skip to content

Latest commit

History

History
32 lines (23 loc) 路 1.6 KB

contributing.md

File metadata and controls

32 lines (23 loc) 路 1.6 KB

Contributing

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

Guidelines

The following is a set of guidelines for contributing to this project.

  • Use the .editorconfig file in your editor. This maintains a consistent style. Refer to the website for more info.
  • Format code using stylua. This keeps everything consistent.
    • Make sure that the project's stylua.toml file is used for stylua settings.
  • Run make extragen to update extra's folder with changes.
    • If changes are made to palettes
    • If adding a new extra template add it to the list in misc/extra.lua
  • Run make docgen if changes are made to usage.md.
    • Requires pandoc to be installed. If using nix there is a devShell in the flake.nix
  • Run make all to execute the above make recipes.

Recommendations

  • Create a topic branch on your fork for your specific PR.
  • Consider using conventional commits rules for creating explicit and meaningful commit messages.
  • If your change creates a breaking change for others make sure that in your commit you have a line BREAKING CHANGE: that explains the breaking change.
  • 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.