diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..827a3ce --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,16 @@ + + +Checklist: + +* [ ] I have updated the necessary documentation +* [ ] I have updated the changelog, if necessary (CHANGELOG.md) +* [ ] I have signed off all my commits as required by [DCO](../CONTRIBUTING.md#legal) +* [ ] My build is green diff --git a/.github/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md similarity index 100% rename from .github/CODE_OF_CONDUCT.md rename to CODE_OF_CONDUCT.md diff --git a/.github/CONTRIBUTING.md b/CONTRIBUTING.md similarity index 100% rename from .github/CONTRIBUTING.md rename to CONTRIBUTING.md diff --git a/.github/SECURITY.md b/SECURITY.md similarity index 100% rename from .github/SECURITY.md rename to SECURITY.md diff --git a/.github/SUPPORT.md b/SUPPORT.md similarity index 100% rename from .github/SUPPORT.md rename to SUPPORT.md