From f605991b38a9bc2a32feebc564a42d0e519047d6 Mon Sep 17 00:00:00 2001 From: Felix Becker Date: Mon, 8 Apr 2019 13:31:57 +0200 Subject: [PATCH] Remove front matter from PR templates (#3289) GitHub doesn't suppor the front matter for PR templates, only the `?template=` parameter. The front matter was added to the body, which is undesirable. --- .github/PULL_REQUEST_TEMPLATE.md | 5 +++++ .github/PULL_REQUEST_TEMPLATE/browser_extension.md | 7 ------- .github/PULL_REQUEST_TEMPLATE/other.md | 8 -------- .github/PULL_REQUEST_TEMPLATE/sourcegraph.md | 12 ------------ 4 files changed, 5 insertions(+), 27 deletions(-) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md delete mode 100644 .github/PULL_REQUEST_TEMPLATE/other.md delete mode 100644 .github/PULL_REQUEST_TEMPLATE/sourcegraph.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000000..a486fdd4b96 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,5 @@ + + + + +Test plan: diff --git a/.github/PULL_REQUEST_TEMPLATE/browser_extension.md b/.github/PULL_REQUEST_TEMPLATE/browser_extension.md index 4b5c3c27204..c125775766a 100644 --- a/.github/PULL_REQUEST_TEMPLATE/browser_extension.md +++ b/.github/PULL_REQUEST_TEMPLATE/browser_extension.md @@ -1,11 +1,4 @@ ---- -name: Browser extension -about: A change to the Sourcegraph browser extension -title: '' -labels: browser-extension -assignees: felixfbecker,lguychard ---- #### Test Plan diff --git a/.github/PULL_REQUEST_TEMPLATE/other.md b/.github/PULL_REQUEST_TEMPLATE/other.md deleted file mode 100644 index ab49fb22dc4..00000000000 --- a/.github/PULL_REQUEST_TEMPLATE/other.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -name: Other -about: A change to documentation, tooling etc. -title: '' -labels: '' -assignees: '' - ---- \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE/sourcegraph.md b/.github/PULL_REQUEST_TEMPLATE/sourcegraph.md deleted file mode 100644 index 5f9902befca..00000000000 --- a/.github/PULL_REQUEST_TEMPLATE/sourcegraph.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -name: Sourcegraph web app and server -about: A change to the Sourcegraph web app or the backend -title: '' -labels: '' -assignees: '' - ---- - - - -Test plan: