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: