Changeset: de0d5923ead2 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/de0d5923ead2
Modified Files:
        .github/DISCUSSION_TEMPLATE/general.yml
        .github/DISCUSSION_TEMPLATE/q&a.yml
Branch: default
Log Message:

Add need fields for proper display of templates


diffs (30 lines):

diff --git a/.github/DISCUSSION_TEMPLATE/general.yml 
b/.github/DISCUSSION_TEMPLATE/general.yml
--- a/.github/DISCUSSION_TEMPLATE/general.yml
+++ b/.github/DISCUSSION_TEMPLATE/general.yml
@@ -1,7 +1,10 @@
-title:
+title: [GENERAL]
 body:
   - type: textarea
     id: question
+    attributes:
+      label: general topic
+      description: describe the general topic
     validations:
       required: true
   - type: markdown
diff --git a/.github/DISCUSSION_TEMPLATE/q&a.yml 
b/.github/DISCUSSION_TEMPLATE/q&a.yml
--- a/.github/DISCUSSION_TEMPLATE/q&a.yml
+++ b/.github/DISCUSSION_TEMPLATE/q&a.yml
@@ -1,7 +1,10 @@
-title:
+title: [QUESTION]
 body:
   - type: textarea
     id: question
+    attributes:
+      label: What is your question ?
+      description: Give all context possible. Be succinct.
     validations:
       required: true
   - type: markdown
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to