Issue Templates for Docs project
This will add the enhancement & bug templates to the airshipit/docs project Change-Id: I5fe8ead78e256eeeabe7e251f05899f7586bc0b5
This commit is contained in:
parent
12614e7c73
commit
fbd0413dae
24
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
24
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
---
|
||||||
|
name: Bug report
|
||||||
|
about: Report a bug or discrepancy in the Airship documentation
|
||||||
|
title: ''
|
||||||
|
labels: bug, triage, documentation
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**Describe the bug**
|
||||||
|
Please identify the issue found in the documentation. If possible, provide the
|
||||||
|
link to the appropriate section on the webpage where the discrepancy was found.
|
||||||
|
|
||||||
|
**Expected behavior**
|
||||||
|
A clear and concise description of what you expected to happen or changes to
|
||||||
|
correct the documentation.
|
||||||
|
|
||||||
|
**Environment (if relevant)**
|
||||||
|
- Airship Version:
|
||||||
|
- Operating System:
|
||||||
|
- Kernel version:
|
||||||
|
- Kubernetes Version:
|
||||||
|
- Go version:
|
||||||
|
- Hardware specs (e.g. 4 vCPUs, 16GB RAM, bare metal vs VM):
|
15
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
15
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
name: Feature request
|
||||||
|
about: Suggest a new documentation addition or enhancement
|
||||||
|
title: ''
|
||||||
|
labels: enhancement, triage, documentation
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**Enhancement description (if applicable)**
|
||||||
|
A description of the documentation enhancement or addition.
|
||||||
|
|
||||||
|
**Proposed change**
|
||||||
|
A detailed description of the new change, any verbiage to be included, etc.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user