This is an automated email from the ASF dual-hosted git repository.

chaokunyang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fury-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 57dbc16  infra: add issue & pr tmpl (#151)
57dbc16 is described below

commit 57dbc16e3c9da6bfb3e8872850d848753abd6658
Author: YuLuo <[email protected]>
AuthorDate: Tue Aug 13 23:44:06 2024 +0800

    infra: add issue & pr tmpl (#151)
    
    Signed-off-by: yuluo-yx <[email protected]>
---
 .github/ISSUE_TEMPLATE/documentation.yaml       | 36 +++++++++++++++++++++++++
 .github/ISSUE_TEMPLATE/pull_request_template.md | 11 ++++++++
 .github/ISSUE_TEMPLATE/website.yaml             | 35 ++++++++++++++++++++++++
 3 files changed, 82 insertions(+)

diff --git a/.github/ISSUE_TEMPLATE/documentation.yaml 
b/.github/ISSUE_TEMPLATE/documentation.yaml
new file mode 100644
index 0000000..64ab340
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/documentation.yaml
@@ -0,0 +1,36 @@
+name: 📄 Documentation Issue
+description: File an issue/update related to documentation
+title: "[Docs]: "
+labels: ["documentation"]
+body:
+  - type: markdown
+    attributes:
+      value: |
+        Thanks for taking the time to point out documentation issues for 
Apache Fury!
+  - type: textarea
+    id: "current-state"
+    attributes:
+      label: Current State
+      description: Current state of the documentation page with possible links 
and screenshots
+      placeholder: The "What is Apache Fury" page does not fully explain...
+      value: |
+        **Description of the current issue**:
+
+        **Link to the page, allows developers to better identify problems**:
+
+        **Screenshots (if relevant)**:
+  - type: textarea
+    id: "desired-state"
+    attributes:
+      label: Desired State
+      description: How should the docs look like instead?
+      placeholder: The page should instead explain...
+      value: |
+        **Description of the change you are proposing**:
+  - type: dropdown
+    id: "is-working"
+    attributes:
+      label: Would you like to fix this issue?
+      description: You can choose to fix this documentation issue yourself or 
have another contributor in the community fix it.
+      options:
+        ["Yes! Please assign to me!", "No. Please assign another contributor"]
diff --git a/.github/ISSUE_TEMPLATE/pull_request_template.md 
b/.github/ISSUE_TEMPLATE/pull_request_template.md
new file mode 100644
index 0000000..70c0281
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/pull_request_template.md
@@ -0,0 +1,11 @@
+### Related issues
+
+Closes #[Add issue number here]
+
+### Changes:
+
+<!-- Add here what changes were made in this pull request and if possible 
provide links showcasing the changes. -->
+
+### Screenshots of the change:
+
+<!-- Add screenshots depicting the changes. -->
diff --git a/.github/ISSUE_TEMPLATE/website.yaml 
b/.github/ISSUE_TEMPLATE/website.yaml
new file mode 100644
index 0000000..e1e3eb2
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/website.yaml
@@ -0,0 +1,35 @@
+name: 🖥 Website Issue
+description: File an issue to update the website
+title: "[Site]: "
+body:
+  - type: markdown
+    attributes:
+      value: |
+        Thank you for taking the time to raise questions and update the Apache 
Fury official website!
+  - type: textarea
+    id: "current-state"
+    attributes:
+      label: Current State
+      description: Current state of the website with possible links and 
screenshots
+      placeholder: Some of the semantics in the page are unclear...
+      value: |
+        **Description of the current state**:
+
+        **Link to the wensite page, allow developers to better understand the 
problem**:
+
+        **Screenshots (if relevant)**:
+  - type: textarea
+    id: "desired-state"
+    attributes:
+      label: Desired State
+      description: How should the site look like instead?
+      placeholder: A more reasonable explanation for the relevant entries 
should be...
+      value: |
+        **Description of the change you are proposing**:
+  - type: dropdown
+    id: "is-working"
+    attributes:
+      label: Would you like to fix this issue?
+      description: You can choose to fix this issue yourself or let other 
contributors in the community fix it.
+      options:
+        ["Yes! Please assign to me!", "No. Please assign another contributor"]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to