Changeset: 2f25345ef134 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/2f25345ef134
Added Files:
.github/DISCUSSION_TEMPLATE/questions.yml
Removed Files:
.github/DISCUSSION_TEMPLATE/q&a.yml
Modified Files:
.github/DISCUSSION_TEMPLATE/general.yml
Branch: default
Log Message:
Change template name
diffs (95 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,12 +1,18 @@
-title: "[GENERAL] "
+title:
body:
- type: textarea
id: question
attributes:
- label: general topic
- description: describe the general topic
+ label: What is the topic ?
+ description: Straight to the point. Be succinct.
validations:
required: true
+ - type: textarea
+ id: additional
+ attributes:
+ label: Additional context
+ description: |
+ Add any other context or screenshots here.
- type: markdown
attributes:
value: "Identity Disclosure"
diff --git a/.github/DISCUSSION_TEMPLATE/q&a.yml
b/.github/DISCUSSION_TEMPLATE/q&a.yml
deleted file mode 100644
--- a/.github/DISCUSSION_TEMPLATE/q&a.yml
+++ /dev/null
@@ -1,30 +0,0 @@
-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
- attributes:
- value: "Identity Disclosure"
- - type: input
- attributes:
- label: "Full Name:"
- placeholder: e.g., Jane Doe
- validations:
- required: true
- - type: input
- attributes:
- label: "Affiliation:"
- placeholder: e.g., FooBar Corp
- validations:
- required: true
- - type: markdown
- attributes:
- value: |
- If the above is not provided and cannot be inferred from your GitHub
profile page,
- we might close your question without further review. Refer to the
- [reasoning behind this
rule](https://berthub.eu/articles/posts/anonymous-help/) if you have questions.
diff --git a/.github/DISCUSSION_TEMPLATE/questions.yml
b/.github/DISCUSSION_TEMPLATE/questions.yml
new file mode 100644
--- /dev/null
+++ b/.github/DISCUSSION_TEMPLATE/questions.yml
@@ -0,0 +1,30 @@
+title:
+body:
+ - type: textarea
+ id: question
+ attributes:
+ label: What is your question ?
+ description: Give all context possible. Be succinct.
+ validations:
+ required: true
+ - type: markdown
+ attributes:
+ value: "Identity Disclosure"
+ - type: input
+ attributes:
+ label: "Full Name:"
+ placeholder: e.g., Jane Doe
+ validations:
+ required: true
+ - type: input
+ attributes:
+ label: "Affiliation:"
+ placeholder: e.g., FooBar Corp
+ validations:
+ required: true
+ - type: markdown
+ attributes:
+ value: |
+ If the above is not provided and cannot be inferred from your GitHub
profile page,
+ we might close your question without further review. Refer to the
+ [reasoning behind this
rule](https://berthub.eu/articles/posts/anonymous-help/) if you have questions.
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]