Add default PR and issue template.

This commit is contained in:
Kevin Deldycke
2020-12-07 15:35:29 +01:00
parent d224a8b3b6
commit 8e42122a8e
2 changed files with 25 additions and 4 deletions

View File

@@ -1,10 +1,19 @@
---
name: Custom issue template
about: Describe this issue template's purpose here.
name: <CHANGE ISSUE TITLE HERE>
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
<!-- You can skip this if you're proposing something as trivial as fixing a typo -->
Explain the motivation for making this change. What does does this bring to the table?

12
.github/pull_request_template.md vendored Normal file
View File

@@ -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
<!-- You can skip this if you're proposing something as trivial as fixing a typo -->
Explain the motivation for making this change. What does does this bring to the table?