瀏覽代碼

Clarify distinction for bug reports/feature requests about the browser itself

csagan5 3 年之前
父節點
當前提交
069095f200
共有 2 個文件被更改,包括 8 次插入2 次删除
  1. 4 1
      .github/ISSUE_TEMPLATE/bug_report.yml
  2. 4 1
      .github/ISSUE_TEMPLATE/feature_request.yml

+ 4 - 1
.github/ISSUE_TEMPLATE/bug_report.yml

@@ -6,7 +6,8 @@ body:
       value: |
       value: |
         Welcome! Thanks for taking the time to submit a bug report.
         Welcome! Thanks for taking the time to submit a bug report.
         
         
-        If you are looking for a place to ask a question to the Bromite community then please use the [GitHub Discussions](https://github.com/bromite/bromite/discussions) instead.
+        If this is not a bug about the Bromite browser, or you are looking for a place to ask a question to the community,
+        then please use the [GitHub Discussions](https://github.com/bromite/bromite/discussions) instead.
         
         
         Make sure you have acknowledged and completed this template before submitting your issue.
         Make sure you have acknowledged and completed this template before submitting your issue.
         
         
@@ -25,6 +26,8 @@ body:
           required: true
           required: true
         - label: "I have updated Bromite to the latest version. The bug is reproducible on this latest version."
         - label: "I have updated Bromite to the latest version. The bug is reproducible on this latest version."
           required: true
           required: true
+        - label: "This is a bug report about the Bromite browser; not the website nor F-Droid nor anything else."
+          required: true
 
 
   - type: dropdown
   - type: dropdown
     id: is_chromium
     id: is_chromium

+ 4 - 1
.github/ISSUE_TEMPLATE/feature_request.yml

@@ -6,7 +6,8 @@ body:
       value: |
       value: |
         Welcome! Thanks for taking time to submit a feature request.
         Welcome! Thanks for taking time to submit a feature request.
         
         
-        If you are looking for a place to ask a question to the Bromite community then please use the [GitHub Discussions](https://github.com/bromite/bromite/discussions) instead.
+        If this is not a feature request about the Bromite browser, or you are looking for a place
+        to ask a question to the community then please use the [GitHub Discussions](https://github.com/bromite/bromite/discussions) instead.
         
         
         Make sure you have acknowledged and completed this template before submitting your issue.
         Make sure you have acknowledged and completed this template before submitting your issue.
         
         
@@ -27,6 +28,8 @@ body:
           required: true
           required: true
         - label: "I have searched [existing issues](https://github.com/bromite/bromite/issues) for my feature request. This is a new issue (NOT a duplicate) and is not related to another issue."
         - label: "I have searched [existing issues](https://github.com/bromite/bromite/issues) for my feature request. This is a new issue (NOT a duplicate) and is not related to another issue."
           required: true
           required: true
+        - label: "This is a feature request for the Bromite browser; not the website nor F-Droid nor anything else."
+          required: true
 
 
   - type: dropdown
   - type: dropdown
     id: is_privacy_related
     id: is_privacy_related