Skip to content
This repository has been archived by the owner on Mar 2, 2024. It is now read-only.

Contributing

Samrath Chadha edited this page Aug 6, 2021 · 2 revisions

Contributing to kyoto.nvim

We love your input! We want to make contributing as easy and transparent as possible, whether it's:

  • Reporting a bug
  • Proposing new features
  • Discussing the current state of the code
  • Submitting a fix
  • Coding new features
  • Becoming a maintainer

Setup

On top of the requirements in the installation part of the wiki, you only need stylua to contribute!

Report bugs using Github's issues

Momentarily, we use GitHub issues to track public bugs. Report a bug by opening a new issue; it's that easy!

Committing

  • To commit simply create a fork, make your changes and then create a pull request. Before making a pull request make sure you run the format executable in the root of the project.
  • We require users to sign-off their commits in compliance with Developer's Certificate of Origin
Clone this wiki locally