diff options
Diffstat (limited to 'nvim/nvchad/.github/PULL_REQUEST_TEMPLATE/plugin.md')
-rw-r--r-- | nvim/nvchad/.github/PULL_REQUEST_TEMPLATE/plugin.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/nvim/nvchad/.github/PULL_REQUEST_TEMPLATE/plugin.md b/nvim/nvchad/.github/PULL_REQUEST_TEMPLATE/plugin.md new file mode 100644 index 0000000..28ae8d3 --- /dev/null +++ b/nvim/nvchad/.github/PULL_REQUEST_TEMPLATE/plugin.md @@ -0,0 +1,16 @@ +(Make sure your title is either: 'fix', 'chore', or 'feat' then your title. ex: `fix: add new plugin`) + +Fixes Issue # (If it doesn't fix an issue then delete this line) + +Plugins Added: +- [Plugin Name](Plugin Link) +- [Plugin Name](Plugin Link) + +Reasoning: +List why the plugin(s) should be added + +Speed: +Show the impact on the speed of nvChad + +Other: +Anything else relevant goes here |