diff --git a/.forgejo/issue_template/bug-report-ui.yaml b/.forgejo/issue_template/bug-report-ui.yaml index 8bb7bf1d49..1c66c3b648 100644 --- a/.forgejo/issue_template/bug-report-ui.yaml +++ b/.forgejo/issue_template/bug-report-ui.yaml @@ -23,8 +23,9 @@ body: It is running the latest development branch and will confirm the problem is not already fixed. If you can reproduce it, provide a URL in the description. options: - - "Yes" - - "No" + - "Yes, I've linked the repository below" + - "No, I've tried it and the problem is not present there" + - "No, I can't try it on the test instance for some reason" validations: required: true - type: textarea diff --git a/.forgejo/issue_template/bug-report.yaml b/.forgejo/issue_template/bug-report.yaml index a2b50dbca2..c11ebf9c1f 100644 --- a/.forgejo/issue_template/bug-report.yaml +++ b/.forgejo/issue_template/bug-report.yaml @@ -23,8 +23,9 @@ body: It is running the latest development branch and will confirm the problem is not already fixed. If you can reproduce it, provide a URL in the description. options: - - "Yes" - - "No" + - "Yes, I've linked the repository below" + - "No, I've tried it and the problem is not present there" + - "No, I can't try it on the test instance for some reason" validations: required: true - type: textarea