From f54038259b1a2633e65572e426300a073fdc5dcc Mon Sep 17 00:00:00 2001 From: Aaron Liu Date: Sun, 26 Jun 2022 10:15:13 +0800 Subject: [PATCH 1/4] Update config.yml --- .github/ISSUE_TEMPLATE/config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 3ba13e0..2744ef2 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1 +1,5 @@ blank_issues_enabled: false +contact_links: + - name: "Question" + url: https://github.com/stefanhaustein/TerminalImageViewer/discussions/new + about: Ask things about the project From b425e06f405e844620d124bc01e973c25fe2345e Mon Sep 17 00:00:00 2001 From: Aaron Liu Date: Sun, 26 Jun 2022 10:15:28 +0800 Subject: [PATCH 2/4] Delete question.md --- .github/ISSUE_TEMPLATE/question.md | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/question.md diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md deleted file mode 100644 index 16f0cd9..0000000 --- a/.github/ISSUE_TEMPLATE/question.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -name: Question -about: Asks things about the project -title: '' -labels: question -assignees: '' - ---- From e21a6c76a8ce0a87a155361f83ac22bd3b01c6bc Mon Sep 17 00:00:00 2001 From: Aaron Liu Date: Sun, 26 Jun 2022 10:16:27 +0800 Subject: [PATCH 3/4] Update config.yml --- .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 2744ef2..7291c7b 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,5 @@ blank_issues_enabled: false contact_links: - name: "Question" - url: https://github.com/stefanhaustein/TerminalImageViewer/discussions/new + url: https://github.com/stefanhaustein/TerminalImageViewer/discussions/new?category=q-a about: Ask things about the project From 859959afc456034db4bbb555b1adaf23605425d8 Mon Sep 17 00:00:00 2001 From: Aaron Liu Date: Sun, 26 Jun 2022 10:23:17 +0800 Subject: [PATCH 4/4] Fix some grammar --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index bf486fe..e8d4b2d 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -2,7 +2,7 @@ -### How can we test this? Step by step instructions please. +### How can we test this? Step-by-step instructions, please. 1. 2.