From 468ee4dcf6c27f8d937e7d78149eaa42f31dd24a Mon Sep 17 00:00:00 2001 From: William Oldham Date: Tue, 4 Jul 2023 17:08:33 +0100 Subject: [PATCH] docs(pr-template): add pull request template --- .github/pull_request_template.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..f0f0d3dc --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,8 @@ +# Pull request + +This pull request closes issue: #XXX + + - [ ] I have read and agreed to the [code of conduct](https://github.com/movie-web/movie-web/blob/dev/.github/CODE_OF_CONDUCT.md). + - [ ] I have read and complied with the [contributing guidelines](https://github.com/movie-web/movie-web/blob/dev/.github/CONTRIBUTING.md). + - [ ] What I'm implementing was assigned to me and is an [approved issue](https://github.com/movie-web/movie-web/issues?q=is%3Aopen+is%3Aissue+label%3Aapproved). For reference see our [GitHub projects](https://github.com/movie-web/movie-web/projects). + - [ ] I have tested all of my changes.