diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..f7115d5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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): diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..403533f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -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. +