diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000000..a1ccdba7f3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,58 @@ +--- +name: Bug Report +about: Report a bug +title: '' +labels: bug +assignees: '' + +--- + + + +### Description + +[Description of the bug] + +### Application Configuration + +[If applicable, any relevant resource YAML configuration or the name of the example application] + +### To Reproduce + +[Minimal set of steps to reproduce the behavior] + +1. ... +2. ... +3. ... + +### Actual Behavior + +[Description of the actual behavior] + +### Expected Behavior + +[Description of the expected behavior] + +### Screenshots + +[If applicable, any screenshots that show the issue] + +### Stack Trace + +[If applicable, the stack trace which shows the error. Find it with `cortex logs `, or use `kubectl get pods -n cortex` and use the name of the failed pod in `kubectl logs -n cortex`] + +``` + +``` + +### Version + +[e.g. `0.2.2` or `master` (find with `cortex --version`)] + +### Additional Context + +[If applicable, any other context about the problem] + +### Possible Solution / Implementation + +[Optional] diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 0000000000..9d2ece74dc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,20 @@ +--- +name: Feature Request +about: Suggest a feature +title: '' +labels: enhancement +assignees: '' + +--- + +### Description + +[A description of the feature] + +### Motivation + +[An explanation of how this will improve the product, what problem this will solve, and/or what the use case is] + +### Additional Context + +[Optional: Any relevant context, designs, notes, or resources] diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 0000000000..cc2ea122ce --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,8 @@ +--- +name: Question +about: Ask a question +title: '' +labels: question +assignees: '' + +---