diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index bf0e719d..78d47919 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -1,15 +1,15 @@ --- name: Bug Report -about: Create a report to help us improve Safe Exam Browser. +about: Create a bug report to help us improve Safe Exam Browser. title: '' labels: '' assignees: dbuechel --- -**IMPORTANT** -Please _always_ consult the documentation first before creating a bug report! -https://safeexambrowser.org/windows/win_usermanual_en.html +> [!IMPORTANT] +> - Please _always_ consult the documentation first before creating a bug report: https://safeexambrowser.org/windows/win_usermanual_en.html. +> - Please _always_ attach the log file(s) of the affected session(s)! They can be found under `%LocalAppData%\SafeExamBrowser\Logs`. **Describe the Bug** A clear and concise description of what the bug is. diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml index 428b0685..4538342f 100644 --- a/.github/workflows/issues.yml +++ b/.github/workflows/issues.yml @@ -1,5 +1,6 @@ name: Issue Maintenance on: + workflow_dispatch: schedule: - cron: "0 0 * * *" @@ -20,4 +21,5 @@ jobs: close-issue-message: "This issue was closed because it has been inactive for 14 days since being marked as stale." days-before-pr-stale: -1 days-before-pr-close: -1 + exempt-issue-labels: "bug,enhancement,feature request" repo-token: ${{ secrets.GITHUB_TOKEN }}