chore: Dev pr template (#495)
* chore: add pr templates * Move title formatting and make speed optional
This commit is contained in:
parent
94b01be483
commit
dc80ae5795
4
.github/CONTRIBUTING.md
vendored
4
.github/CONTRIBUTING.md
vendored
@ -37,6 +37,10 @@ If you wish to contribute to NvChad, you should:
|
|||||||
|
|
||||||
- When making a PR (pull request), please be very descriptive about what you've done!
|
- When making a PR (pull request), please be very descriptive about what you've done!
|
||||||
|
|
||||||
|
- PR titles should be formatted with 'fix', 'chore' or 'feat'. ex: `feat: add new plugin`
|
||||||
|
|
||||||
|
- PRs should follow the pull request formats where applicable
|
||||||
|
|
||||||
- We are open to all PRs, but may decline some for a myriad of reasons. Though don't be discouraged! We'll still be open to discussions.
|
- We are open to all PRs, but may decline some for a myriad of reasons. Though don't be discouraged! We'll still be open to discussions.
|
||||||
|
|
||||||
- PR's are always welcomed however NvChad aims to be less bloated. So PR's regarding existing plugin's enhancement and creating new features with existing plugins itself ( without adding a new plugin), bug fixes and corrections are more encouraged.
|
- PR's are always welcomed however NvChad aims to be less bloated. So PR's regarding existing plugin's enhancement and creating new features with existing plugins itself ( without adding a new plugin), bug fixes and corrections are more encouraged.
|
||||||
|
14
.github/PULL_REQUEST_TEMPLATE/feature.md
vendored
Normal file
14
.github/PULL_REQUEST_TEMPLATE/feature.md
vendored
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
|
||||||
|
Fixes Issue # (If it doesn't fix an issue then delete this line)
|
||||||
|
|
||||||
|
Features Added:
|
||||||
|
- Plugin Name (Add links if possible too)
|
||||||
|
|
||||||
|
Reasoning:
|
||||||
|
List why the feature is needed
|
||||||
|
|
||||||
|
Speed (If applicable):
|
||||||
|
Show the impact on the speed of nvChad
|
||||||
|
|
||||||
|
Other:
|
||||||
|
Anything else relevant goes here
|
16
.github/PULL_REQUEST_TEMPLATE/plugin.md
vendored
Normal file
16
.github/PULL_REQUEST_TEMPLATE/plugin.md
vendored
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user