From 5c468a061980659f9cb2f8a48640a0258a1ab04f Mon Sep 17 00:00:00 2001 From: Josh Kelley Date: Thu, 11 Jan 2024 10:20:58 -0500 Subject: [PATCH 1/3] Create config.yml --- .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 00000000..306d3422 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: Knex Issues + url: https://github.com/knex/knex/issues/new + about: For bug reports in Knex itself + - name: Support + url: https://gitter.im/tgriesser/knex + about: For support, see Gitter or Stack Overflow From b95a25d7d4a58d2083e8287d830980775f1bbe63 Mon Sep 17 00:00:00 2001 From: Josh Kelley Date: Thu, 11 Jan 2024 10:23:51 -0500 Subject: [PATCH 2/3] Update issue templates --- .github/ISSUE_TEMPLATE/documentation-issue.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/documentation-issue.md diff --git a/.github/ISSUE_TEMPLATE/documentation-issue.md b/.github/ISSUE_TEMPLATE/documentation-issue.md new file mode 100644 index 00000000..5739d5b7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/documentation-issue.md @@ -0,0 +1,12 @@ +--- +name: Documentation issue +about: Issues and suggestions for the documentation at https://knexjs.org/ +title: '' +labels: '' +assignees: '' + +--- + +**Link to relevant page:** https://knexjs.org/ + +**Issue or suggestion**: From 96081fc01925e31bcbdcd28a47fcea0b613c24ba Mon Sep 17 00:00:00 2001 From: Josh Kelley Date: Thu, 11 Jan 2024 10:24:32 -0500 Subject: [PATCH 3/3] 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 306d3422..860005a8 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,6 +1,6 @@ blank_issues_enabled: false contact_links: - - name: Knex Issues + - name: Knex issue url: https://github.com/knex/knex/issues/new about: For bug reports in Knex itself - name: Support