Changeset: ba95b17ff672 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/ba95b17ff672
Added Files:
        .github/ISSUE_TEMPLATE/config.yml
Removed Files:
        .github/ISSUE_TEMPLATE/other_issue.yml
Modified Files:
        .github/ISSUE_TEMPLATE/bug_report.yml
        .github/ISSUE_TEMPLATE/feature_request.yml
Branch: default
Log Message:

Setup links for GitHub discussions


diffs (89 lines):

diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml 
b/.github/ISSUE_TEMPLATE/bug_report.yml
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -1,5 +1,5 @@
 name: Bug report
-description: Use this template to report bugs in MonetDB
+description:
 labels: ["needs triage"]
 body:
   - type: textarea
diff --git a/.github/ISSUE_TEMPLATE/config.yml 
b/.github/ISSUE_TEMPLATE/config.yml
new file mode 100644
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1,10 @@
+blank_issues_enabled: false
+contact_links:
+  - name: Open a discussion on a feature request
+       url: https://github.com/MonetDB/MonetDB/discussions/new?category=ideas
+  - name: Open a discussion on a general issue
+       url: https://github.com/MonetDB/MonetDB/discussions/new?category=general
+       about: Ask and answer general questions here. (documentation bug, how 
to, etc)
+  - name: Q&A
+       url: https://github.com/MonetDB/MonetDB/discussions/new?category=q-a
+       about: Help wanted
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml 
b/.github/ISSUE_TEMPLATE/feature_request.yml
--- a/.github/ISSUE_TEMPLATE/feature_request.yml
+++ b/.github/ISSUE_TEMPLATE/feature_request.yml
@@ -1,5 +1,5 @@
 name: Feature request
-description: Use this template for feature requests
+description:
 labels: ["needs triage"]
 body:
   - type: textarea
diff --git a/.github/ISSUE_TEMPLATE/other_issue.yml 
b/.github/ISSUE_TEMPLATE/other_issue.yml
deleted file mode 100644
--- a/.github/ISSUE_TEMPLATE/other_issue.yml
+++ /dev/null
@@ -1,49 +0,0 @@
-name: Other issue
-description: Use this template for general issues (documentation bug, help, 
etc)
-labels: ["needs triage"]
-body:
-  - type: textarea
-    id: problem
-    attributes:
-      label: Describe your problem
-      description: |
-        A clear and concise description of what the problem is.
-    validations:
-      required: true
-  - type: textarea
-    id: solution
-    attributes:
-      label: Describe the solution you'd like to see implemented
-      description: |
-        A clear and concise description of what you want to happen.
-    validations:
-      required: true
-  - type: textarea
-    id: additional
-    attributes:
-      label: Additional context
-      description: |
-        Add any other context or screenshots about the problem here.
-    validations:
-      required: false
-  - 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 issue 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]

Reply via email to