diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 000000000..5f9dab70c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,26 @@ +--- +name: Bug Report +about: Create a report to help us improve. +title: "[BUG]" +labels: bug +assignees: '' + +--- + + + +### What version of Kratos are you using? + +### What version of Go are you using (`go version`)? + +### What operating system (Linux, Windows, …) and version? + +### What did you do? +If possible, provide a recipe for reproducing the error. + +### What did you expect to see? + +### What did you see instead? diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 000000000..f3c2ac6d2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,18 @@ +--- +name: Feature Request +about: Suggest an idea for Kratos. +title: "[Feature]" +labels: feature +assignees: '' + +--- + +Please see the FAQ in our main README.md before submitting your issue. + +### Use case(s) - what problem will this feature solve? + +### Proposed Solution + +### Alternatives Considered + +### Additional Context diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 000000000..6e59ca67a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,10 @@ +--- +name: Question +about: Ask a question about Kratos. +title: "[Question]" +labels: question +assignees: '' + +--- + +Please see the FAQ in our main README.md before submitting your issue.