chore: add bug report issue template

This adds an issue template for bug reports.

Signed-off-by: Andrew Rynhard <andrew@andrewrynhard.com>
This commit is contained in:
Andrew Rynhard 2020-04-14 07:41:12 -07:00
parent 0051a43aee
commit c97d13d00e
4 changed files with 36 additions and 4 deletions

19
.github/ISSUE_TEMPLATE/BUG_REPORT.md vendored Normal file
View File

@ -0,0 +1,19 @@
---
name: Bug Report
about: Report a bug.
title: ""
labels: ""
assignees: ""
---
## Bug Report
### Description
### Logs
### Environment
- Talos version: [`talosctl version --nodes <problematic nodes>`]
- Kubernetes version: [`kubectl version --short`]
- Platform:

View File

@ -0,0 +1,11 @@
---
name: Feature Requests
about: Create a feature request.
title: ""
labels: ""
assignees: ""
---
## Feature Request
### Description

5
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Question
url: https://taloscommunity.slack.com
about: Ask a question. Get your invite by visiting https://slack.dev.talos-systems.io.

View File

@ -4,16 +4,13 @@
## Note to the Contributor
We encourage contributors to go through a proposal process to discuss major changes.
Before your PR is allowed to run through CI, the maintainers of Talos will first have to accept the PR.
One of our maintainers will comment on your PR with `/accepted`.
Before your PR is allowed to run through CI, the maintainers of Talos will first have to approve the PR.
-->
## What? (description)
## Why? (reasoning)
## Logs (if applicable)
## Acceptance
Please use the following checklist: