You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by wa...@apache.org on 2022/11/15 12:57:57 UTC

[incubator-devlake] branch main updated: fix: update the template for feature-request and PR (#3740)

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

warren pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git


The following commit(s) were added to refs/heads/main by this push:
     new 335993bde fix: update the template for feature-request and PR (#3740)
335993bde is described below

commit 335993bde93d752b0772b979d1df4cbf9495a0d6
Author: Louis.z <lo...@gmail.com>
AuthorDate: Tue Nov 15 20:57:52 2022 +0800

    fix: update the template for feature-request and PR (#3740)
    
    * fix: refactor feature request template
    
    * fix: update pr template
    
    Co-authored-by: Startrekzky <ka...@merico.dev>
---
 .github/ISSUE_TEMPLATE/feature-request.yml | 17 ++++++++---------
 .github/pull_request_template.md           |  7 +++----
 2 files changed, 11 insertions(+), 13 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml
index ee8d6676a..c139df1ec 100644
--- a/.github/ISSUE_TEMPLATE/feature-request.yml
+++ b/.github/ISSUE_TEMPLATE/feature-request.yml
@@ -22,9 +22,7 @@ body:
   - type: markdown
     attributes:
       value: |
-        For better global communication, Please write in English.
-
-        If you feel the description in English is not clear, then you can append description in Chinese, thanks!
+        For better communication, Please write in English.
 
   - type: checkboxes
     attributes:
@@ -40,16 +38,17 @@ body:
 
   - type: textarea
     attributes:
-      label: Description
-      description: A short description of your feature
+      label: Use case
+      description: Tell us about your contexts and goals.
+      placeholder: >
+        As a tech lead/product manager/QA engineer/DevOps engineer, I want to ...
 
   - type: textarea
     attributes:
-      label: Use case
-      description: What do you want to happen?
+      label: Description
+      description: The description of the feature
       placeholder: >
-        Rather than telling us how you might implement this feature, try to take a
-        step back and describe what you are trying to achieve.
+        Tell us about the detailed description, proposed solutions, wireframes, deliverables or other information of the feature.
 
   - type: textarea
     attributes:
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index 356173c6c..fa9a95dd6 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -7,10 +7,6 @@
 - [ ] I have added relevant documentation.
 - [ ] I will add labels to the PR, such as `pr-type/bug-fix`, `pr-type/feature-development`, etc.
 
-
-
-# Summary
-
 <!--
 Thanks for submitting a pull request!
 
@@ -18,6 +14,9 @@ We appreciate you spending the time to work on these changes.
 Please fill out as many sections below as possible.
 -->
 
+### Summary
+What does this PR do?
+
 ### Does this close any open issues?
 Closes xx