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: