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