From 8e42122a8e7bc07240ffa7e783c8562accc76c56 Mon Sep 17 00:00:00 2001 From: Kevin Deldycke Date: Mon, 7 Dec 2020 15:35:29 +0100 Subject: [PATCH] Add default PR and issue template. --- .github/ISSUE_TEMPLATE/custom.md | 17 +++++++++++++---- .github/pull_request_template.md | 12 ++++++++++++ 2 files changed, 25 insertions(+), 4 deletions(-) create mode 100644 .github/pull_request_template.md diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md index 48d5f81..4054031 100644 --- a/.github/ISSUE_TEMPLATE/custom.md +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -1,10 +1,19 @@ --- -name: Custom issue template -about: Describe this issue template's purpose here. +name: +about: Add new link or fix content title: '' labels: '' -assignees: '' - +assignees: 'kdeldycke' --- +#### Preliminary checks +* [ ] I have [read the Code of Conduct](../code-of-conduct.md) +* [ ] I applied all rules from the [Contributing guide](../contributing.md) +* [ ] I have checked there is not other [Issue](../../../issues) or [Pull Requests](../../../pulls) covering the same topic to open + +#### Summary + + + +Explain the motivation for making this change. What does does this bring to the table? \ No newline at end of file diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..4290b0d --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,12 @@ + +#### Preliminary checks + +* [ ] I have [read the Code of Conduct](../code-of-conduct.md) +* [ ] I applied all rules from the [Contributing guide](../contributing.md) +* [ ] I have checked there is not other [Issue](../../../issues) or [Pull Requests](../../../pulls) covering the same topic to open + +#### Summary + + + +Explain the motivation for making this change. What does does this bring to the table? \ No newline at end of file