diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index c4c161b24..c3251228a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -10,6 +10,8 @@ assignees: '' **BEFORE SUBMITTING** Be sure to update to the latest version of JELOS and test. Please do not submit bug requests for older versions of the distribution. +Review the [issue guidelines](https://github.com/JustEnoughLinuxOS/distribution/issues/122) before opening this issue. Failure to follow the process will result in a closed request. + **Describe the bug** A clear and concise description of what the bug is. @@ -23,5 +25,8 @@ Steps to reproduce the behavior: **Expected behavior** A clear and concise description of what you expected to happen. +**Steps to Resolve** +Technical detail on how to resolve the issue. + **Additional context** Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index bbcbbe7d6..87d05c1b5 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -7,6 +7,9 @@ assignees: '' --- +**Please read before opening this feature request.** +Review the [issue guidelines](https://github.com/JustEnoughLinuxOS/distribution/issues/122) before opening this issue. Failure to follow the process will result in a closed request. + **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 [...]