diff --git a/.github/ISSUE_TEMPLATE/bug-report---.md b/.github/ISSUE_TEMPLATE/bug-report---.md index 1ddc80be2..311aad12f 100644 --- a/.github/ISSUE_TEMPLATE/bug-report---.md +++ b/.github/ISSUE_TEMPLATE/bug-report---.md @@ -1,10 +1,9 @@ --- -name: "Bug report \U0001F41B" +name: "Bug report \U0001F41B" about: 'Report a bug or defect!' title: This is a bug please fix! labels: bug assignees: '' - --- ### Description + A clear and concise description of what the bug is. ### Steps to reproduce + 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error ### Expected behavior + A clear and concise description of what you expected to happen. ### Screenshots + If applicable, add screenshots to help explain your problem. ### Additional context + Add any other context about the problem here. ### Environment diff --git a/.github/ISSUE_TEMPLATE/documentation-issue.md b/.github/ISSUE_TEMPLATE/documentation-issue.md deleted file mode 100644 index f781464bd..000000000 --- a/.github/ISSUE_TEMPLATE/documentation-issue.md +++ /dev/null @@ -1,41 +0,0 @@ ---- -name: "Documentation issue \U0001F4DC" -about: Report a documentation issue! -title: This is a documentation problem! -labels: documentation -assignees: '' - ---- - - - -### Summary - -What problem(s) did you see in our documentation? Please be explicit. - -### Screenshots -If applicable, add screenshots to help explain your problem. - -### Additional context -Add any other context about the problem here. - -### Improving the documentation - -If you are interested in helping us fixing this documentation please let us know. -We encourage community contributions and can more quickly move your idea to publication if you suggest changes, or create an outline or rough draft. We'll collaborate with you to hone whatever content you provide. - diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index 7d984c2e2..2dfceeddb 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -4,22 +4,25 @@ about: Suggest an enhancement! title: 'This is an enhancement request!' labels: enhancement assignees: '' - --- -### Is your feature request related to a problem? Please describe. +### Is your feature request related to a problem? Please describe + A clear and concise description of what the problem is. ### Describe the solution you'd like + A clear and concise description of what you want to happen. What is the expected outcome? ### Describe why this important to you -Why should we work on this? What use cases does it support? + +Why should we work on this? What use cases does it support? ### Additional context + Add any other context or screenshots about the feature request here.