From 0d71550fdbeea123ad650d3ade27a47d2e1ef8af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Pereira?= Date: Thu, 3 Dec 2020 16:54:15 -0500 Subject: [PATCH] Add issue templates for kapp --- .github/ISSUE_TEMPLATE/bug-report.md | 25 +++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 1 + .../feature-enhancement-request.md | 16 ++++++++++++ .github/ISSUE_TEMPLATE/other-issue.md | 6 +++++ 4 files changed, 48 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/feature-enhancement-request.md create mode 100644 .github/ISSUE_TEMPLATE/other-issue.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 000000000..b049cb041 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,25 @@ +--- +name: Bug report +about: Tell us about a problem you are experiencing +labels: carvel-triage,bug +--- + +**What steps did you take:** +[A clear and concise description steps and any files that can be used to reproduce the problem.] + +**What happened:** +[A small description of the result] + +**What did you expect:** +[A description of what was expected] + + +**Anything else you would like to add:** +[Additional information that will assist in solving the issue.] + + +**Environment:** + +- kapp version (use `kapp --version`): +- OS (e.g. from `/etc/os-release`): +- Kubernetes version (use `kubectl version`) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..3ba13e0ce --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false diff --git a/.github/ISSUE_TEMPLATE/feature-enhancement-request.md b/.github/ISSUE_TEMPLATE/feature-enhancement-request.md new file mode 100644 index 000000000..f7cd27f76 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-enhancement-request.md @@ -0,0 +1,16 @@ +--- +name: Feature request +about: Suggest an idea for kapp +labels: carvel-triage,enhancement +--- + +**Describe the problem/challenge you have** +[A description of the current challenge that you are experiencing.] + + +**Describe the solution you'd like** +[A clear and concise description of what you want to happen. If applicable a visual representation of the UX (ex: new CLI argument name, the behavior expected).] + + +**Anything else you would like to add:** +[Additional information that will assist in solving the issue.] diff --git a/.github/ISSUE_TEMPLATE/other-issue.md b/.github/ISSUE_TEMPLATE/other-issue.md new file mode 100644 index 000000000..236e93449 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/other-issue.md @@ -0,0 +1,6 @@ +--- +name: Other issue or question +about: Free form issue or question +labels: carvel-triage +--- +