mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 17:31:43 +00:00
Add PR templates (#3247)
This commit is contained in:
parent
f5a8abebbe
commit
08526f7f06
25
.github/PULL_REQUEST_TEMPLATE/browser_extension.md
vendored
Normal file
25
.github/PULL_REQUEST_TEMPLATE/browser_extension.md
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
---
|
||||
name: Browser extension
|
||||
about: A change to the Sourcegraph browser extension
|
||||
title: ''
|
||||
labels: browser-extension
|
||||
assignees: felixfbecker,lguychard
|
||||
---
|
||||
|
||||
|
||||
#### Test Plan
|
||||
|
||||
##### Code Hosts
|
||||
|
||||
- [ ] GitHub
|
||||
- [ ] GitHub Enterprise
|
||||
- [ ] Refined GitHub
|
||||
- [ ] Phabricator
|
||||
- [ ] Phabricator integration
|
||||
- [ ] Bitbucket
|
||||
- [ ] Gitlab
|
||||
|
||||
##### Browsers
|
||||
|
||||
- [ ] Chrome
|
||||
- [ ] Firefox
|
||||
7
.github/PULL_REQUEST_TEMPLATE/other.md
vendored
Normal file
7
.github/PULL_REQUEST_TEMPLATE/other.md
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
name: Other
|
||||
about: A change to documentation, tooling etc.
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
---
|
||||
11
.github/PULL_REQUEST_TEMPLATE/sourcegraph.md
vendored
Normal file
11
.github/PULL_REQUEST_TEMPLATE/sourcegraph.md
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
---
|
||||
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? -->
|
||||
6
.github/pull_request_template.md
vendored
6
.github/pull_request_template.md
vendored
@ -1,6 +0,0 @@
|
||||
|
||||
|
||||
|
||||
<!-- 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