diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 2746c69..d56af1b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: Bug report about: Create a bug report title: '' -labels: bug, needs triage +labels: bug assignees: '' --- @@ -29,4 +29,4 @@ A description with steps to reproduce the issue. If your have a public example o A description of what you expected to happen. **Actual behavior:** -A description of what is actually happening. \ No newline at end of file +A description of what is actually happening. diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md new file mode 100644 index 0000000..48d5f81 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -0,0 +1,10 @@ +--- +name: Custom issue template +about: Describe this issue template's purpose here. +title: '' +labels: '' +assignees: '' + +--- + + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 2c9d47d..bbcbbe7 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,15 +2,19 @@ name: Feature request about: Suggest an idea for this project title: '' -labels: feature request, needs triage +labels: '' assignees: '' + --- -**Description:** -Describe your proposal. +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -**Justification:** -Justification or a use case for your proposal. +**Describe the solution you'd like** +A clear and concise description of what you want to happen. -**Are you willing to submit a PR?** - \ No newline at end of file +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here.