diff --git a/.github/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md similarity index 100% rename from .github/bug_report.md rename to .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/documentation.md b/.github/ISSUE_TEMPLATE/documentation.md similarity index 100% rename from .github/documentation.md rename to .github/ISSUE_TEMPLATE/documentation.md diff --git a/.github/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md similarity index 100% rename from .github/feature_request.md rename to .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/question.md b/.github/ISSUE_TEMPLATE/question.md similarity index 100% rename from .github/question.md rename to .github/ISSUE_TEMPLATE/question.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..71e9f7f --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,22 @@ +**Description** + +This PR fixes # + +**Notes for Reviewers** + + +**[Signed commits](https://github.com/meshery/meshery/blob/master/CONTRIBUTING.md#signing-off-on-commits-developer-certificate-of-origin)** +- [ ] Yes, I signed my commits. + + +