From c97d13d00e8e8f7f13ed9ca848b739dc2b5845d5 Mon Sep 17 00:00:00 2001 From: Andrew Rynhard Date: Tue, 14 Apr 2020 07:41:12 -0700 Subject: [PATCH] chore: add bug report issue template This adds an issue template for bug reports. Signed-off-by: Andrew Rynhard --- .github/ISSUE_TEMPLATE/BUG_REPORT.md | 19 +++++++++++++++++++ .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md | 11 +++++++++++ .github/ISSUE_TEMPLATE/config.yml | 5 +++++ .github/PULL_REQUEST_TEMPLATE.md | 5 +---- 4 files changed, 36 insertions(+), 4 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/BUG_REPORT.md create mode 100644 .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.md b/.github/ISSUE_TEMPLATE/BUG_REPORT.md new file mode 100644 index 000000000..4325cb074 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.md @@ -0,0 +1,19 @@ +--- +name: Bug Report +about: Report a bug. +title: "" +labels: "" +assignees: "" +--- + +## Bug Report + +### Description + +### Logs + +### Environment + +- Talos version: [`talosctl version --nodes `] +- Kubernetes version: [`kubectl version --short`] +- Platform: diff --git a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md new file mode 100644 index 000000000..a32ec008c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md @@ -0,0 +1,11 @@ +--- +name: Feature Requests +about: Create a feature request. +title: "" +labels: "" +assignees: "" +--- + +## Feature Request + +### Description diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..40e15de15 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 528f21618..35b40e095 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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: