mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-09 20:44:03 -08:00
parent
fbc21b8c97
commit
47464328e7
2
.github/ISSUE_TEMPLATE/bug.yml
vendored
2
.github/ISSUE_TEMPLATE/bug.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Bug Report
|
||||
name: 🐛 Bug Report
|
||||
description: File a bug report
|
||||
labels: ["🐛 bug"]
|
||||
assignees:
|
||||
|
|
27
.github/ISSUE_TEMPLATE/docs.yml
vendored
Normal file
27
.github/ISSUE_TEMPLATE/docs.yml
vendored
Normal file
|
@ -0,0 +1,27 @@
|
|||
name: 📖 Documentation
|
||||
description: Suggest a change to the documentation
|
||||
labels: ["📖 docs"]
|
||||
assignees:
|
||||
- jandedobbeleer
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for taking the time to request this improvement!
|
||||
- type: checkboxes
|
||||
id: terms
|
||||
attributes:
|
||||
label: Code of Conduct
|
||||
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/CONTRIBUTING.md)
|
||||
options:
|
||||
- label: I agree to follow this project's Code of Conduct
|
||||
required: true
|
||||
- type: textarea
|
||||
id: enhancement-request
|
||||
attributes:
|
||||
label: What would you like to see changed/added?
|
||||
description: Try to give some examples or text to make it really clear!
|
||||
placeholder: Tell us what you would like to see!
|
||||
value: "This could change in the documentation!"
|
||||
validations:
|
||||
required: true
|
27
.github/ISSUE_TEMPLATE/enhancement.yml
vendored
Normal file
27
.github/ISSUE_TEMPLATE/enhancement.yml
vendored
Normal file
|
@ -0,0 +1,27 @@
|
|||
name: 🤩 Enhancement
|
||||
description: Suggest a change to an existing feature
|
||||
labels: ["🤩 enhancement"]
|
||||
assignees:
|
||||
- jandedobbeleer
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for taking the time to request this improvement!
|
||||
- type: checkboxes
|
||||
id: terms
|
||||
attributes:
|
||||
label: Code of Conduct
|
||||
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/CONTRIBUTING.md)
|
||||
options:
|
||||
- label: I agree to follow this project's Code of Conduct
|
||||
required: true
|
||||
- type: textarea
|
||||
id: enhancement-request
|
||||
attributes:
|
||||
label: What would you like to see changed?
|
||||
description: Try to give some examples to make it really clear!
|
||||
placeholder: Tell us what you would like to see!
|
||||
value: "This feature would benefit from this!"
|
||||
validations:
|
||||
required: true
|
6
.github/ISSUE_TEMPLATE/feat.yml
vendored
6
.github/ISSUE_TEMPLATE/feat.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Feature Request
|
||||
name: 🚀 Feature Request
|
||||
description: Request a new feature
|
||||
labels: ["🚀 feat"]
|
||||
assignees:
|
||||
|
@ -19,8 +19,8 @@ body:
|
|||
- type: textarea
|
||||
id: feature-request
|
||||
attributes:
|
||||
label: What would you like to see changed/added?
|
||||
description: Try to give some examples to make it really clear!
|
||||
label: What would you like to see added?
|
||||
description: Try to give some examples to make it really clear.
|
||||
placeholder: Tell us what you would like to see!
|
||||
value: "Something new and amazing!"
|
||||
validations:
|
||||
|
|
Loading…
Reference in a new issue