From a2d9474a759db9bbb97e051aabb63da7299f1aa3 Mon Sep 17 00:00:00 2001 From: Joan Edwards Date: Sun, 16 Aug 2020 20:16:58 +0100 Subject: [PATCH] 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