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:
Karandjeff, Andrew 2021-04-16 07:23:25 -05:00
parent 12614e7c73
commit fbd0413dae
2 changed files with 39 additions and 0 deletions

24
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View 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):

View 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.