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:
parent
0051a43aee
commit
c97d13d00e
19
.github/ISSUE_TEMPLATE/BUG_REPORT.md
vendored
Normal file
19
.github/ISSUE_TEMPLATE/BUG_REPORT.md
vendored
Normal 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:
|
11
.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
vendored
Normal file
11
.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
vendored
Normal 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
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal 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.
|
5
.github/PULL_REQUEST_TEMPLATE.md
vendored
5
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -4,16 +4,13 @@
|
|||||||
## Note to the Contributor
|
## Note to the Contributor
|
||||||
|
|
||||||
We encourage contributors to go through a proposal process to discuss major changes.
|
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.
|
Before your PR is allowed to run through CI, the maintainers of Talos will first have to approve the PR.
|
||||||
One of our maintainers will comment on your PR with `/accepted`.
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
## What? (description)
|
## What? (description)
|
||||||
|
|
||||||
## Why? (reasoning)
|
## Why? (reasoning)
|
||||||
|
|
||||||
## Logs (if applicable)
|
|
||||||
|
|
||||||
## Acceptance
|
## Acceptance
|
||||||
|
|
||||||
Please use the following checklist:
|
Please use the following checklist:
|
||||||
|
Loading…
Reference in New Issue
Block a user