From a2d9474a759db9bbb97e051aabb63da7299f1aa3 Mon Sep 17 00:00:00 2001 From: Joan Edwards Date: Sun, 16 Aug 2020 20:16:58 +0100 Subject: [PATCH 1/3] Add issues and PR templates --- .../issues_templates.md/bug_fix_template.md | 0 .../documentation_change_template.md | 0 .../new_feature_template.md | 0 .github/pull_request_template.md | 20 +++++++++++++++++++ 4 files changed, 20 insertions(+) create mode 100644 .github/issues_templates.md/bug_fix_template.md create mode 100644 .github/issues_templates.md/documentation_change_template.md create mode 100644 .github/issues_templates.md/new_feature_template.md create mode 100644 .github/pull_request_template.md diff --git a/.github/issues_templates.md/bug_fix_template.md b/.github/issues_templates.md/bug_fix_template.md new file mode 100644 index 00000000..e69de29b diff --git a/.github/issues_templates.md/documentation_change_template.md b/.github/issues_templates.md/documentation_change_template.md new file mode 100644 index 00000000..e69de29b diff --git a/.github/issues_templates.md/new_feature_template.md b/.github/issues_templates.md/new_feature_template.md new file mode 100644 index 00000000..e69de29b diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..bd2d05e8 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,20 @@ +Pull requests should be opened against the `main` branch. For more information on contributing to Lookyloo documentation, see the [Contributor Guidelines](). + +## Type of change + +Select the type of change(s) made in this pull request. + +- [ ] Bug fix *(non-breaking change which fixes an issue)* +- [ ] New feature *(non-breaking change which adds functionality)* +- [ ] Documentation *(change or fix to documentation)* + +--------------------------------------------------------------------------------------------------------- + +Fixes #issue-number + + +## Proposed Changes + +* +* +* \ No newline at end of file From c708edaeeb5a5f62f2041c6bf7d1fad374f3782c Mon Sep 17 00:00:00 2001 From: Joan Edwards Date: Tue, 18 Aug 2020 13:03:05 +0100 Subject: [PATCH 2/3] Issues templates --- .../issues_templates.md/bug_fix_template.md | 26 ++++++++++++++++ .../documentation_change_template.md | 30 +++++++++++++++++++ .../new_feature_template.md | 30 +++++++++++++++++++ 3 files changed, 86 insertions(+) diff --git a/.github/issues_templates.md/bug_fix_template.md b/.github/issues_templates.md/bug_fix_template.md index e69de29b..e7c800c0 100644 --- a/.github/issues_templates.md/bug_fix_template.md +++ b/.github/issues_templates.md/bug_fix_template.md @@ -0,0 +1,26 @@ +--- +name: Bug +about: Report a bug +title: '' +labels: kind/bug +assignees: '' + +--- + + +## Expected behavior + + +## Actual behavior + + +## Steps to reproduce the problem + +1. +1. +1. + + +## Additional information +*(Add any other context about the problem here.)* + diff --git a/.github/issues_templates.md/documentation_change_template.md b/.github/issues_templates.md/documentation_change_template.md index e69de29b..f56fb1ec 100644 --- a/.github/issues_templates.md/documentation_change_template.md +++ b/.github/issues_templates.md/documentation_change_template.md @@ -0,0 +1,30 @@ +--- +name: Documentation +about: Suggest an improvement/change to the docs +title: '' +labels: '' +assignees: '' + +--- + + +## Describe the change +*(A clear and concise description of what you want to happen)* + + +## 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. + diff --git a/.github/issues_templates.md/new_feature_template.md b/.github/issues_templates.md/new_feature_template.md index e69de29b..f800556a 100644 --- a/.github/issues_templates.md/new_feature_template.md +++ b/.github/issues_templates.md/new_feature_template.md @@ -0,0 +1,30 @@ +--- +name: New/changing feature +about: For new features in Lookyloo, or updates to existing functionality +title: '' +labels: '' +assignees: '' + +--- + +## 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. + +1. +1. +1. + +## Additional information From 4945ac5debcf8bd4ec73b88fb5bb8591ea2d43af Mon Sep 17 00:00:00 2001 From: Joan Edwards Date: Tue, 18 Aug 2020 13:11:58 +0100 Subject: [PATCH 3/3] Update templates --- .github/pull_request_template.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index bd2d05e8..ab2a27ca 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -2,8 +2,10 @@ Pull requests should be opened against the `main` branch. For more information o ## Type of change -Select the type of change(s) made in this pull request. +**Description:** + +**Select the type of change(s) made in this pull request:** - [ ] Bug fix *(non-breaking change which fixes an issue)* - [ ] New feature *(non-breaking change which adds functionality)* - [ ] Documentation *(change or fix to documentation)* @@ -13,7 +15,7 @@ Select the type of change(s) made in this pull request. Fixes #issue-number -## Proposed Changes +## Proposed changes * *