瀏覽代碼

Improve issue templates

Signed-off-by: Nicola Murino <[email protected]>
Nicola Murino 3 月之前
父節點
當前提交
ae11c81bf8
共有 2 個文件被更改,包括 12 次插入2 次删除
  1. 4 2
      .github/ISSUE_TEMPLATE/bug_report.yml
  2. 8 0
      .github/ISSUE_TEMPLATE/feature_request.yml

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

@@ -7,8 +7,10 @@ body:
     attributes:
     attributes:
       value: |
       value: |
         ### 👍 Thank you for contributing to our project!
         ### 👍 Thank you for contributing to our project!
-        Before asking for help please check the [support policy](https://github.com/drakkan/sftpgo#support-policy).
-        If you are a [commercial user](https://sftpgo.com/) or a project sponsor please contact us using the dedicated [email address](mailto:[email protected]).
+        Before asking for help please check our [support policy](https://github.com/drakkan/sftpgo?tab=readme-ov-file#support).
+        If you are a [commercial user](https://sftpgo.com/) please contact us using the dedicated [email address](mailto:[email protected]).
+        If you'd like to contribute code, please make sure to read and understand our [Contributor License Agreement (CLA)](https://sftpgo.com/cla.html).
+        You’ll be asked to accept it when submitting a pull request.
   - type: checkboxes
   - type: checkboxes
     id: before-posting
     id: before-posting
     attributes:
     attributes:

+ 8 - 0
.github/ISSUE_TEMPLATE/feature_request.yml

@@ -2,6 +2,14 @@ name: 🚀 Feature request
 description: Suggest an idea for SFTPGo
 description: Suggest an idea for SFTPGo
 labels: ["suggestion"]
 labels: ["suggestion"]
 body:
 body:
+  - type: markdown
+    attributes:
+      value: |
+        ### 👍 Thank you for contributing to our project!
+        Before asking for help please check our [support policy](https://github.com/drakkan/sftpgo?tab=readme-ov-file#support).
+        If you are a [commercial user](https://sftpgo.com/) please contact us using the dedicated [email address](mailto:[email protected]).
+        If you'd like to contribute code, please make sure to read and understand our [Contributor License Agreement (CLA)](https://sftpgo.com/cla.html).
+        You’ll be asked to accept it when submitting a pull request.
   - type: textarea
   - type: textarea
     attributes:
     attributes:
       label: Is your feature request related to a problem? Please describe.
       label: Is your feature request related to a problem? Please describe.