Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1.42 KB

CONTRIBUTING.md

File metadata and controls

17 lines (11 loc) · 1.42 KB

Contributing to purescript-vim

Thanks for your interest in contributing to purescript-vim! We welcome new contributions regardless of your level of experience or familiarity with PureScript or VimL.

Every library in the Contributors organization shares a simple handbook that helps new contributors get started. With that in mind, please read the short contributing guide on purescript-contrib/governance before contributing to this library.

Preparing a pull request or patch

Pull requests may be opened on the primary Git forge. If you do not have a Microsoft GitHub account or would prefer, there is also a mailing list that can be used with git send-email.

Patches/pull request checklist:

  • Opened an issue or posted to the mailing list before investing a significant amount of work into changes
  • Update README.md with any new configuration options and behavior
  • Update CHANGELOG.md with the proposed changes
  • Run ./generate-doc.sh to re-generate the documentation (requires npx which can be gotten from Nix shell)
  • Run linters via nix flake check