From b542d3a18b99d49161b007c9f90530101ff8bedc Mon Sep 17 00:00:00 2001 From: Oli Morris Date: Tue, 13 Aug 2024 18:46:22 +0100 Subject: [PATCH] docs: update CONTRIBUTING.md --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 74310f05..20a96fa2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -22,6 +22,7 @@ The following is a set of guidelines for contributing to this project: - If you're adding new functionality, please open an issue to discuss the design of the new feature - Also consider how the end user will consume your new feature. It's often easier to start with the API and work backwards - Consider the use of [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) to make your commit messages more descriptive +- Finally, a [.lazy.lua](https://github.com/olimorris/onedarkpro.nvim/blob/main/.lazy.lua) file has been added to the theme, which allows you to see the realtime impact of your editing. You'll be prompted to load the file when you clone the repository ## Adding new filetypes