mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 02:11:33 +00:00
meta: update issue & PR templates to modernize, reword
Some checks failed
Set up binary cache / cachix (default) (push) Has been cancelled
Set up binary cache / cachix (maximal) (push) Has been cancelled
Set up binary cache / cachix (nix) (push) Has been cancelled
Treewide Checks / Validate flake (push) Has been cancelled
Treewide Checks / Check formatting (push) Has been cancelled
Treewide Checks / Check source tree for typos (push) Has been cancelled
Treewide Checks / Validate documentation builds (push) Has been cancelled
Treewide Checks / Validate hyperlinks in documentation sources (push) Has been cancelled
Treewide Checks / Validate Editorconfig conformance (push) Has been cancelled
Some checks failed
Set up binary cache / cachix (default) (push) Has been cancelled
Set up binary cache / cachix (maximal) (push) Has been cancelled
Set up binary cache / cachix (nix) (push) Has been cancelled
Treewide Checks / Validate flake (push) Has been cancelled
Treewide Checks / Check formatting (push) Has been cancelled
Treewide Checks / Check source tree for typos (push) Has been cancelled
Treewide Checks / Validate documentation builds (push) Has been cancelled
Treewide Checks / Validate hyperlinks in documentation sources (push) Has been cancelled
Treewide Checks / Validate Editorconfig conformance (push) Has been cancelled
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I6a6a69649c2b4a353088654bf90764e8a320cd86
This commit is contained in:
parent
9ad4756114
commit
8fbecab446
2 changed files with 46 additions and 41 deletions
11
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
11
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
|
@ -90,15 +90,6 @@ body:
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: input
|
|
||||||
id: nix-metadata
|
|
||||||
attributes:
|
|
||||||
label: "💻 Metadata"
|
|
||||||
description: 'Please run `nix-shell -p nix-info --run "nix-info -m"` and paste the result.'
|
|
||||||
placeholder: '[user@system:~]$ nix-shell -p nix-info --run "nix-info -m"'
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: System Information
|
label: System Information
|
||||||
|
@ -119,7 +110,7 @@ body:
|
||||||
id: logs
|
id: logs
|
||||||
attributes:
|
attributes:
|
||||||
render: bash
|
render: bash
|
||||||
label: "📝 Relevant log output"
|
label: "Relevant log output"
|
||||||
description: >-
|
description: >-
|
||||||
Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
|
Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
|
||||||
|
|
||||||
|
|
76
.github/ISSUE_TEMPLATE/feature_request.yaml
vendored
76
.github/ISSUE_TEMPLATE/feature_request.yaml
vendored
|
@ -1,58 +1,72 @@
|
||||||
name: 🚀 Feature Request
|
name: 🚀 Feature Request
|
||||||
description: "Propose a new feature"
|
description: "Propose a new feature"
|
||||||
#title: "[Feature] "
|
title: "<short description of the desired addition>"
|
||||||
labels: [feature-request]
|
labels: [feature-request]
|
||||||
body:
|
body:
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
id: no-duplicate-issues
|
|
||||||
attributes:
|
attributes:
|
||||||
label: "⚠️ Please verify that this feature request has NOT been suggested before."
|
label: I have verified that this feature request has not been made before
|
||||||
description: "Search in the issues sections by clicking [HERE](https://github.com/notashelf/neovim-flake/issues?q=)"
|
description: >-
|
||||||
|
Before opening a new issue for feature requests, please consider searching through currently
|
||||||
|
open issues [here](https://github.com/notashelf/nvf/issues). If you would like to discuss a
|
||||||
|
new addition beforehand, you may first want to create a new discussion threat and discuss it
|
||||||
|
with the maintainers [on the discussions tab](https://github.com/notashelf/nvf/discussions)
|
||||||
options:
|
options:
|
||||||
- label: "I checked and didn't find a similar feature request"
|
- required: true
|
||||||
required: true
|
label: >-
|
||||||
|
I have checked the [issues tab](https://github.com/notashelf/nvf/issues?q=is%3Aissue),
|
||||||
|
and did not find a similar feature request. I understand that my issue will be closed
|
||||||
|
if it is a duplicate.
|
||||||
|
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: feature-area
|
id: feature-area
|
||||||
attributes:
|
attributes:
|
||||||
label: "🏷️ Feature Type"
|
label: Feature Type
|
||||||
description: "What kind of a feature request is this?"
|
description: Please describe the kind of addition this is
|
||||||
multiple: true
|
multiple: true
|
||||||
options:
|
options:
|
||||||
- New Command
|
- New Plugin
|
||||||
- New Addon
|
- Update Request (Plugin/Nixpkgs)
|
||||||
- API Additions
|
- Documentation Updates
|
||||||
- Other
|
- Other
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: feature-description
|
id: feature-description
|
||||||
|
attributes:
|
||||||
|
label: Feature description
|
||||||
|
description: >-
|
||||||
|
Please provide a clear and concise description of the desired addition. If this is a plugin
|
||||||
|
addition, please also include a link to the desired plugin and the reason why you think this
|
||||||
|
is a good addition. Keep in mind that we may refuse plugin requests as nvf already provides
|
||||||
|
appropriate methods of installing plugins in user configurations.
|
||||||
|
placeholder: >-
|
||||||
|
"nvf currently does [...], which really frustrates me" or "You should add [...] because I think
|
||||||
|
[...]"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
attributes:
|
|
||||||
label: "🔖 Feature description"
|
|
||||||
description: "A clear and concise description of what your feature request is."
|
|
||||||
placeholder: "'You should add [...]' or '[...] has always frustrated me' "
|
|
||||||
- type: textarea
|
|
||||||
id: solution
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
attributes:
|
|
||||||
label: "✔️ Solution"
|
|
||||||
description: "A clear and concise description of what you want to happen."
|
|
||||||
placeholder: "In my use-case, I would like [...]"
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: alternatives
|
id: alternatives
|
||||||
|
attributes:
|
||||||
|
label: Alternatives
|
||||||
|
description: >-
|
||||||
|
If you have tried anything before creating this issue, please give us a clear and concise
|
||||||
|
description of any alternative solutions or methods you have considered.
|
||||||
|
placeholder: "I have considered [...]"
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
attributes:
|
|
||||||
label: "❓ Alternatives"
|
|
||||||
description: "A clear and concise description of any alternative solutions or features you've considered."
|
|
||||||
placeholder: "I have considered [...]"
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: additional-context
|
id: additional-context
|
||||||
|
attributes:
|
||||||
|
label: Additional Context
|
||||||
|
description: >-
|
||||||
|
If there is anything else you would like to mention, such as additional context or screenshots
|
||||||
|
demonstrating the requested feature, please add them here. This field is optional, but you may
|
||||||
|
be requested to provide further context. Please ensure that your feature request clearly describes
|
||||||
|
the requested feature in good detail.
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
attributes:
|
|
||||||
label: "📝 Additional Context"
|
|
||||||
description: "Add any other context or screenshots about the feature request here."
|
|
||||||
placeholder: "..."
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue