mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04:00
Update and rename documentation.md to documentation.yaml
Signed-off-by: Bhargavkonidena <Bhargavkonidena@users.noreply.github.com>
This commit is contained in:
parent
ca89ae2d7a
commit
94318741e5
2 changed files with 19 additions and 10 deletions
10
.github/ISSUE_TEMPLATE/documentation.md
vendored
10
.github/ISSUE_TEMPLATE/documentation.md
vendored
|
|
@ -1,10 +0,0 @@
|
|||
---
|
||||
name: Documentation
|
||||
about: Report any mistakes or missing information from the documentation or the examples
|
||||
labels: kind/documentation
|
||||
|
||||
---
|
||||
|
||||
**Link to the issue (please include a link to the specific documentation or example)**:
|
||||
|
||||
**Description of the issue (please include outputs or screenshots if possible)**:
|
||||
19
.github/ISSUE_TEMPLATE/documentation.yaml
vendored
Normal file
19
.github/ISSUE_TEMPLATE/documentation.yaml
vendored
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
name: Documentation
|
||||
description: Report any mistakes or missing information from the documentation or the examples
|
||||
labels: kind/documentation
|
||||
body:
|
||||
- type: textarea
|
||||
id: feature
|
||||
attributes:
|
||||
label: What would you like to be added?
|
||||
description: |
|
||||
Link to the issue (please include a link to the specific documentation or example).
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: rationale
|
||||
attributes:
|
||||
label: Why is this needed?
|
||||
validations:
|
||||
required: true
|
||||
Loading…
Reference in a new issue