Changeset: 7d494a8c6f71 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/7d494a8c6f71 Added Files: .github/DISCUSSION_TEMPLATE/general.yml .github/DISCUSSION_TEMPLATE/q&a.yml Branch: default Log Message:
Add templates for GH discussions tab diffs (68 lines): diff --git a/.github/DISCUSSION_TEMPLATE/general.yml b/.github/DISCUSSION_TEMPLATE/general.yml new file mode 100644 --- /dev/null +++ b/.github/DISCUSSION_TEMPLATE/general.yml @@ -0,0 +1,29 @@ +body: + - type: textarea + id: general + attributes: + label: + description: + 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 discussion 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/q&a.yml b/.github/DISCUSSION_TEMPLATE/q&a.yml new file mode 100644 --- /dev/null +++ b/.github/DISCUSSION_TEMPLATE/q&a.yml @@ -0,0 +1,29 @@ +body: + - type: textarea + id: question + attributes: + label: + description: + 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]
