From e75d9ccd0ee2ca459f6198b798ab7f445a985a61 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 26 Jan 2021 18:40:30 +0000 Subject: [PATCH 1/3] Update issue templates --- .github/ISSUE_TEMPLATE/Bug_report.md | 3 +++ .github/ISSUE_TEMPLATE/Custom.md | 23 ----------------------- .github/ISSUE_TEMPLATE/Feature_request.md | 5 ++++- 3 files changed, 7 insertions(+), 24 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/Custom.md diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md index f40568f16f..2e915c74a6 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -1,6 +1,9 @@ --- name: Bug report about: Create a report to help Firefly III improve +title: '' +labels: '' +assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/Custom.md b/.github/ISSUE_TEMPLATE/Custom.md deleted file mode 100644 index 7cce2da8e2..0000000000 --- a/.github/ISSUE_TEMPLATE/Custom.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -name: I have a question or a problem -about: Ask away! - ---- - -I am running Firefly III version x.x.x. - -**Description** - - -**Extra info** - - -**Bonus points** - - - -- I have read the FAQ at https://bit.ly/FF3-FAQ -- I added a screenshot -- I added log files -- I was able to replicate the issue on the demo site. - diff --git a/.github/ISSUE_TEMPLATE/Feature_request.md b/.github/ISSUE_TEMPLATE/Feature_request.md index df4e2981a2..bf2b2aa03f 100644 --- a/.github/ISSUE_TEMPLATE/Feature_request.md +++ b/.github/ISSUE_TEMPLATE/Feature_request.md @@ -1,6 +1,9 @@ --- name: Feature request about: Suggest an idea or feature for Firefly III +title: '' +labels: '' +assignees: '' --- @@ -28,4 +31,4 @@ Please describe your feature request: - Make a drawing - Donate money (just kidding ;) ---> \ No newline at end of file +--> From 3c494a64f5fb3313e9925f19c8ed6ac47161c708 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 26 Jan 2021 18:41:27 +0000 Subject: [PATCH 2/3] Create config.yml --- .github/ISSUE_TEMPLATE/config.yml | 1 + 1 file changed, 1 insertion(+) 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 0000000000..3ba13e0cec --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false From fcea35ffa9e979a7976ba3a668393f2e2730de6c Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 26 Jan 2021 18:43:02 +0000 Subject: [PATCH 3/3] 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 3ba13e0cec..16429d7fa1 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1 +1,5 @@ blank_issues_enabled: false +contact_links: + - name: Ask a question + url: https://github.com/firefly-iii/firefly-iii/discussions + about: Please ask and answer questions here.