From 2f30fc504a894ecb6016e0dabdac406040a51c7a Mon Sep 17 00:00:00 2001 From: Thad Guidry Date: Thu, 5 Mar 2020 08:37:00 -0600 Subject: [PATCH 1/3] Remove blank_issues creation and add Contacts to "New Issue" --- .github/ISSUE_TEMPLATE/config.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..690bb4ddf --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: Mailing List + url: https://groups.google.com/d/forum/openrefine + about: Please ask and answer questions here. + - name: Gitter Chat + url: https://gitter.im/OpenRefine/OpenRefine + about: general and developer discussions From 0b9ffc800f0ab9a61142e185686a5f49b2b08bbd Mon Sep 17 00:00:00 2001 From: Thad Guidry Date: Thu, 5 Mar 2020 08:40:31 -0600 Subject: [PATCH 2/3] rephrase Ask a Question --- .github/ISSUE_TEMPLATE/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 690bb4ddf..a23d744b5 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,6 +1,6 @@ blank_issues_enabled: false contact_links: - - name: Mailing List + - name: Ask a Question (Mailing List) url: https://groups.google.com/d/forum/openrefine about: Please ask and answer questions here. - name: Gitter Chat From 1a26ff760a9aabddd9a7786a487bf2aea172db5b Mon Sep 17 00:00:00 2001 From: Antonin Delpeuch Date: Thu, 5 Mar 2020 14:43:52 +0000 Subject: [PATCH 3/3] Recapitalize --- .github/ISSUE_TEMPLATE/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index a23d744b5..8dbc191ab 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,8 +1,8 @@ blank_issues_enabled: false contact_links: - - name: Ask a Question (Mailing List) + - name: Ask a question (mailing list) url: https://groups.google.com/d/forum/openrefine about: Please ask and answer questions here. - - name: Gitter Chat + - name: Gitter chat url: https://gitter.im/OpenRefine/OpenRefine - about: general and developer discussions + about: General and developer discussions