Ver código fonte

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

csagan5 3 anos atrás
pai
commit
069095f200

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

@@ -6,7 +6,8 @@ body:
       value: |
         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.
         
@@ -25,6 +26,8 @@ body:
           required: true
         - label: "I have updated Bromite to the latest version. The bug is reproducible on this latest version."
           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
     id: is_chromium

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

@@ -6,7 +6,8 @@ body:
       value: |
         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.
         
@@ -27,6 +28,8 @@ body:
           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."
           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
     id: is_privacy_related