From: Brian Date: Tue, 11 Jun 2024 14:43:41 +0000 (+1000) Subject: github: move PR template to .github/ root (#7868) X-Git-Tag: upstream/0.0.4488~1355 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=6fe42d073f0554eada93ac9d40574025aeedb703;p=pkg%2Fggml%2Fsources%2Fllama.cpp github: move PR template to .github/ root (#7868) --- diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md deleted file mode 100644 index 0852fded..00000000 --- a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md +++ /dev/null @@ -1,5 +0,0 @@ -- Self Reported Review Complexity: - - [ ] Review Complexity : Low - - [ ] Review Complexity : Medium - - [ ] Review Complexity : High -- [ ] I have read the [contributing guidelines](CONTRIBUTING.md) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..0852fded --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,5 @@ +- Self Reported Review Complexity: + - [ ] Review Complexity : Low + - [ ] Review Complexity : Medium + - [ ] Review Complexity : High +- [ ] I have read the [contributing guidelines](CONTRIBUTING.md)