mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 15:51:43 +00:00
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.
This commit is contained in:
parent
66b44fc03f
commit
f605991b38
5
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
5
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
|
||||
|
||||
<!-- Reminder: Have you updated the changelog? -->
|
||||
|
||||
Test plan: <!-- Required: What is the test plan for this change? -->
|
||||
@ -1,11 +1,4 @@
|
||||
---
|
||||
name: Browser extension
|
||||
about: A change to the Sourcegraph browser extension
|
||||
title: ''
|
||||
labels: browser-extension
|
||||
assignees: felixfbecker,lguychard
|
||||
|
||||
---
|
||||
|
||||
|
||||
#### Test Plan
|
||||
|
||||
8
.github/PULL_REQUEST_TEMPLATE/other.md
vendored
8
.github/PULL_REQUEST_TEMPLATE/other.md
vendored
@ -1,8 +0,0 @@
|
||||
---
|
||||
name: Other
|
||||
about: A change to documentation, tooling etc.
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
12
.github/PULL_REQUEST_TEMPLATE/sourcegraph.md
vendored
12
.github/PULL_REQUEST_TEMPLATE/sourcegraph.md
vendored
@ -1,12 +0,0 @@
|
||||
---
|
||||
name: Sourcegraph web app and server
|
||||
about: A change to the Sourcegraph web app or the backend
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
<!-- Reminder: Have you updated the changelog? -->
|
||||
|
||||
Test plan: <!-- Required: What is the test plan for this change? -->
|
||||
Loading…
Reference in New Issue
Block a user