diff --git a/.github/bug_report.md b/.github/bug_report.md new file mode 100644 index 000000000..1b3413312 --- /dev/null +++ b/.github/bug_report.md @@ -0,0 +1,25 @@ +--- +name: Bug report +about: Tell us about a problem you are experiencing + +--- + +**What steps did you take and what happened:** +[A clear and concise description of what the bug is.] + + +**What did you expect to happen:** + + +**Anything else you would like to add:** +[Miscellaneous information that will assist in solving the issue.] + + +**Environment:** + +- Sonobuoy version: +- Kubernetes version: (use `kubectl version`): +- Kubernetes installer & version: +- Cloud provider or hardware configuration: +- OS (e.g. from `/etc/os-release`): +- Sonobuoy tarball (which contains * below) diff --git a/.github/feature_enhancement_request.md b/.github/feature_enhancement_request.md new file mode 100644 index 000000000..715c8213d --- /dev/null +++ b/.github/feature_enhancement_request.md @@ -0,0 +1,22 @@ +--- +name: Feature enhancement request +about: Suggest an idea for this project + +--- + +**Describe the solution you'd like** +[A clear and concise description of what you want to happen.] + + +**Anything else you would like to add:** +[Miscellaneous information that will assist in solving the issue.] + + +**Environment:** + +- Sonobuoy version: +- Kubernetes version: (use `kubectl version`): +- Kubernetes installer & version: +- Cloud provider or hardware configuration: +- OS (e.g. from `/etc/os-release`): +