diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 9c2f4823a..8aae5d731 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -13,7 +13,7 @@ A clear and concise description of what the bug is. **QB64 info (please complete the following information):** - Version [e.g. 1.3 dev build from git a6101af] - OS: [e.g. Windows] - - Is the bug present in the latest dev build too? + - Is the bug present in the latest dev build too? (If not, try it on the latest dev build first: https://www.qb64.org/portal/development-build/) **To Reproduce** Steps to reproduce the behavior: @@ -26,7 +26,7 @@ Steps to reproduce the behavior: A clear and concise description of what you expected to happen. **Screenshots** -If applicable, add screenshots to help explain your problem. +If applicable, add screenshots to help explain your problem. If not, delete this block. **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 fefa40d5f..e301d68ce 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ name: Feature request about: Suggest an idea for this project title: '' -labels: 'feature request' +labels: feature request assignees: '' ---