From 2d62c414c01a53b3974c3260b8812a8e8103c544 Mon Sep 17 00:00:00 2001 From: Joan Edwards Date: Mon, 9 Nov 2020 11:02:15 +0000 Subject: [PATCH 1/8] Update documentation_change_template.md --- .../ISSUE_TEMPLATE/documentation_change_template.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/documentation_change_template.md b/.github/ISSUE_TEMPLATE/documentation_change_template.md index f56fb1ec..991a8c1d 100644 --- a/.github/ISSUE_TEMPLATE/documentation_change_template.md +++ b/.github/ISSUE_TEMPLATE/documentation_change_template.md @@ -1,9 +1,7 @@ --- name: Documentation about: Suggest an improvement/change to the docs -title: '' -labels: '' -assignees: '' +labels: 'documentation' --- @@ -15,16 +13,9 @@ assignees: '' ## How will this impact users? -## To which release does this apply? - -- [] Current release -- [] Future release - ## Additional context *(Add any other context or screenshots about the feature request here)* 1. -1. -1. From 6dfbf77e19cc6c9a06c3fad3da1125ed550f827b Mon Sep 17 00:00:00 2001 From: Joan Edwards Date: Mon, 9 Nov 2020 11:05:12 +0000 Subject: [PATCH 2/8] Update pull_request_template.md --- .github/pull_request_template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index ab2a27ca..95a756b3 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,4 +1,4 @@ -Pull requests should be opened against the `main` branch. For more information on contributing to Lookyloo documentation, see the [Contributor Guidelines](). +Pull requests should be opened against the `main` branch. For more information on contributing to Lookyloo documentation, see the [Contributor Guidelines](https://www.lookyloo.eu/docs/main/contributor-guide.html). ## Type of change @@ -19,4 +19,4 @@ Fixes #issue-number * * -* \ No newline at end of file +* From 14b7b07501636cac404f500a47148a249bdef25a Mon Sep 17 00:00:00 2001 From: Joan Edwards Date: Mon, 9 Nov 2020 11:08:43 +0000 Subject: [PATCH 3/8] Update bug_fix_template.md --- .github/ISSUE_TEMPLATE/bug_fix_template.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_fix_template.md b/.github/ISSUE_TEMPLATE/bug_fix_template.md index e7c800c0..2088ddea 100644 --- a/.github/ISSUE_TEMPLATE/bug_fix_template.md +++ b/.github/ISSUE_TEMPLATE/bug_fix_template.md @@ -1,9 +1,7 @@ --- name: Bug about: Report a bug -title: '' -labels: kind/bug -assignees: '' +labels: 'bug' --- @@ -17,8 +15,7 @@ assignees: '' ## Steps to reproduce the problem 1. -1. -1. + ## Additional information From 799475fc7448db63801c8bfb9929a4855a031d9a Mon Sep 17 00:00:00 2001 From: Joan Edwards Date: Mon, 9 Nov 2020 11:09:37 +0000 Subject: [PATCH 4/8] Update bug_fix_template.md --- .github/ISSUE_TEMPLATE/bug_fix_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_fix_template.md b/.github/ISSUE_TEMPLATE/bug_fix_template.md index 2088ddea..ef515876 100644 --- a/.github/ISSUE_TEMPLATE/bug_fix_template.md +++ b/.github/ISSUE_TEMPLATE/bug_fix_template.md @@ -1,7 +1,7 @@ --- name: Bug about: Report a bug -labels: 'bug' +labels: 'Bug' --- From 6e01f1363ede0fe39fa0780f1f76d966e669fc2c Mon Sep 17 00:00:00 2001 From: Joan Edwards Date: Mon, 9 Nov 2020 11:11:17 +0000 Subject: [PATCH 5/8] Update new_feature_template.md --- .github/ISSUE_TEMPLATE/new_feature_template.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/new_feature_template.md b/.github/ISSUE_TEMPLATE/new_feature_template.md index f800556a..8d27418a 100644 --- a/.github/ISSUE_TEMPLATE/new_feature_template.md +++ b/.github/ISSUE_TEMPLATE/new_feature_template.md @@ -1,24 +1,17 @@ --- name: New/changing feature about: For new features in Lookyloo, or updates to existing functionality -title: '' -labels: '' -assignees: '' +labels: 'New Features' --- ## What is changing? -*(Please include as many details as possible)* + ## How will this impact users? -## To which release does this apply? - -- [] Current release -- [] Future release - ## Context Link to associated PRs or issues from other repos here. From 90cdc8db22ea11baafb708501dbf02e7a426f165 Mon Sep 17 00:00:00 2001 From: Joan Edwards Date: Mon, 9 Nov 2020 11:14:02 +0000 Subject: [PATCH 6/8] Update new_feature_template.md --- .github/ISSUE_TEMPLATE/new_feature_template.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/new_feature_template.md b/.github/ISSUE_TEMPLATE/new_feature_template.md index 8d27418a..8e4d3bf4 100644 --- a/.github/ISSUE_TEMPLATE/new_feature_template.md +++ b/.github/ISSUE_TEMPLATE/new_feature_template.md @@ -14,9 +14,8 @@ labels: 'New Features' ## Context -Link to associated PRs or issues from other repos here. + -1. 1. 1. From b5217f45706a3c212e97accdc2e3447fbff2ac49 Mon Sep 17 00:00:00 2001 From: Joan Edwards Date: Mon, 9 Nov 2020 11:15:32 +0000 Subject: [PATCH 7/8] Update documentation_change_template.md --- .github/ISSUE_TEMPLATE/documentation_change_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/documentation_change_template.md b/.github/ISSUE_TEMPLATE/documentation_change_template.md index 991a8c1d..7cc3411e 100644 --- a/.github/ISSUE_TEMPLATE/documentation_change_template.md +++ b/.github/ISSUE_TEMPLATE/documentation_change_template.md @@ -15,7 +15,7 @@ labels: 'documentation' ## Additional context -*(Add any other context or screenshots about the feature request here)* + 1. From a87affb4ede493059fc2686d3ebaaecc479c14bb Mon Sep 17 00:00:00 2001 From: Joan Edwards Date: Mon, 9 Nov 2020 11:16:22 +0000 Subject: [PATCH 8/8] Update bug_fix_template.md --- .github/ISSUE_TEMPLATE/bug_fix_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_fix_template.md b/.github/ISSUE_TEMPLATE/bug_fix_template.md index ef515876..eff7d095 100644 --- a/.github/ISSUE_TEMPLATE/bug_fix_template.md +++ b/.github/ISSUE_TEMPLATE/bug_fix_template.md @@ -19,5 +19,5 @@ labels: 'Bug' ## Additional information -*(Add any other context about the problem here.)* +