chore(github): Edit templates for consistency (#984)
* chore(github): Edit templates for consistency * Address review comment for PR template * Fix stale labelpull/988/head
parent
34618edc13
commit
b05bbb8db5
@ -1,45 +1,45 @@
|
|||||||
---
|
---
|
||||||
name: Bug report
|
name: Bug report
|
||||||
about: Create a report to help us improve
|
about: Submit a report to help us improve
|
||||||
title: ''
|
title: ''
|
||||||
labels: 'awaiting-triage, type:bug'
|
labels: 'awaiting-triage, type:bug'
|
||||||
assignees: ''
|
assignees: ''
|
||||||
---
|
---
|
||||||
|
|
||||||
**Describe the bug**
|
#### Description
|
||||||
A clear and concise description of what the bug is.
|
|
||||||
|
|
||||||
**What version of Overseerr are you running?**
|
Please provide a clear and concise description of the bug or issue.
|
||||||
Please fill in the version you are currently running.
|
|
||||||
|
|
||||||
You can find it under: Settings -> About -> Version
|
#### Version
|
||||||
|
|
||||||
**To Reproduce**
|
What version of Overseerr are you running? (You can find this in Settings → About → Version.)
|
||||||
Steps to reproduce the behavior:
|
|
||||||
|
|
||||||
1. Go to '...'
|
#### Steps to Reproduce
|
||||||
2. Click on '....'
|
|
||||||
3. Scroll down to '....'
|
|
||||||
4. See error
|
|
||||||
|
|
||||||
**Expected behavior**
|
Please tell us how we can reproduce the undesired behavior.
|
||||||
A clear and concise description of what you expected to happen.
|
|
||||||
|
|
||||||
**Screenshots**
|
1. Go to [...]
|
||||||
If applicable, add screenshots to help explain your problem.
|
2. Click on [...]
|
||||||
|
3. Scroll down to [...]
|
||||||
|
4. See error in [...]
|
||||||
|
|
||||||
**Desktop (please complete the following information):**
|
#### Expected Behavior
|
||||||
|
|
||||||
- OS: [e.g. iOS]
|
Please provide a clear and concise description of what you expected to happen.
|
||||||
- Browser [e.g. chrome, safari]
|
|
||||||
- Version [e.g. 22]
|
|
||||||
|
|
||||||
**Smartphone (please complete the following information):**
|
#### Screenshots
|
||||||
|
|
||||||
- Device: [e.g. iPhone6]
|
If applicable, please provide screenshots depicting the problem.
|
||||||
- OS: [e.g. iOS8.1]
|
|
||||||
- Browser [e.g. stock browser, safari]
|
|
||||||
- Version [e.g. 22]
|
|
||||||
|
|
||||||
**Additional context**
|
#### Device
|
||||||
Add any other context about the problem here.
|
|
||||||
|
What device were you using when you encountered this issue? Please provide this information to help us reproduce and investigate the bug.
|
||||||
|
|
||||||
|
- **Platform:** [e.g., desktop, smartphone, tablet]
|
||||||
|
- **Device:** [e.g., iPhone X, Surface Pro, Samsung Galaxy Tab]
|
||||||
|
- **OS:** [e.g., iOS 8.1, Windows 10, Android 11]
|
||||||
|
- **Browser:** [e.g., Chrome, Safari, Edge, Firefox]
|
||||||
|
|
||||||
|
#### Additional Context
|
||||||
|
|
||||||
|
Please provide any additional information that may be relevant or helpful.
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
#### Description
|
#### Description
|
||||||
|
|
||||||
#### Screenshot (if UI related)
|
#### Screenshot (if UI-related)
|
||||||
|
|
||||||
#### Todos
|
#### To-Dos
|
||||||
|
|
||||||
- [ ] Sucessfully builds `yarn build`
|
- [ ] Successful build `yarn build`
|
||||||
- [ ] Translation Keys `yarn i18n:extract`
|
- [ ] Translation keys `yarn i18n:extract`
|
||||||
- [ ] Database migration created (if required)
|
- [ ] Database migration (if required)
|
||||||
|
|
||||||
#### Issues Fixed or Closed by this PR
|
#### Issues Fixed or Closed
|
||||||
|
|
||||||
- Fixes #XXXX
|
- Fixes #XXXX
|
||||||
|
Loading…
Reference in new issue