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

lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git


The following commit(s) were added to refs/heads/main by this push:
     new 73e320e61 chore: clarify issue templates (#1932)
73e320e61 is described below

commit 73e320e61b3ddd9479a9c99369fe5ad4d881d2bd
Author: David Li <[email protected]>
AuthorDate: Mon Jun 24 08:49:24 2024 +0900

    chore: clarify issue templates (#1932)
    
    Fixes #1551.
---
 .github/ISSUE_TEMPLATE/bug.yml     | 7 +++++++
 .github/ISSUE_TEMPLATE/feature.yml | 4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml
index 30036eaf5..9babd1701 100644
--- a/.github/ISSUE_TEMPLATE/bug.yml
+++ b/.github/ISSUE_TEMPLATE/bug.yml
@@ -30,6 +30,13 @@ body:
       description: What did you expect to happen?
     validations:
       required: true
+  - type: textarea
+    id: stack-trace
+    attributes:
+      label: Stack Trace
+      description: Please provide a stack trace if possible.
+    validations:
+      required: false
   - type: textarea
     id: repro
     attributes:
diff --git a/.github/ISSUE_TEMPLATE/feature.yml 
b/.github/ISSUE_TEMPLATE/feature.yml
index 3de62a242..9716314c9 100644
--- a/.github/ISSUE_TEMPLATE/feature.yml
+++ b/.github/ISSUE_TEMPLATE/feature.yml
@@ -15,8 +15,8 @@
 # specific language governing permissions and limitations
 # under the License.
 
-name: Feature Request
-description: Ask for a feature or improvement.
+name: Enhancement/Feature Request
+description: Suggest something that could be improved, or a new feature.
 labels: ["Type: enhancement"]
 body:
   - type: textarea

Reply via email to