chore(github): Edit templates for consistency (#984)
* chore(github): Edit templates for consistency * Address review comment for PR template * Fix stale label
This commit is contained in:
54
.github/ISSUE_TEMPLATE/bug_report.md
vendored
54
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -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.
|
||||||
|
|||||||
15
.github/ISSUE_TEMPLATE/feature_request.md
vendored
15
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@@ -6,11 +6,14 @@ labels: 'awaiting-triage, type:enhancement'
|
|||||||
assignees: ''
|
assignees: ''
|
||||||
---
|
---
|
||||||
|
|
||||||
**Is your feature request related to a problem? Please describe.**
|
#### Description
|
||||||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
|
||||||
|
|
||||||
**Describe the solution you'd like**
|
Is your feature request related to a problem? If so, please provide a clear and concise description of the problem. E.g., "I'm always frustrated when [...]."
|
||||||
A clear and concise description of what you want to happen.
|
|
||||||
|
|
||||||
**Additional context**
|
#### Desired Behavior
|
||||||
Add any other context or screenshots about the feature request here.
|
|
||||||
|
Provide a clear and concise description of what you want to happen.
|
||||||
|
|
||||||
|
#### Additional Context
|
||||||
|
|
||||||
|
Provide any additional information or screenshots that may be relevant or helpful.
|
||||||
|
|||||||
12
.github/PULL_REQUEST_TEMPLATE.md
vendored
12
.github/PULL_REQUEST_TEMPLATE.md
vendored
@@ -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
|
||||||
|
|||||||
2
.github/stale.yml
vendored
2
.github/stale.yml
vendored
@@ -8,7 +8,7 @@ exemptLabels:
|
|||||||
- security
|
- security
|
||||||
- dependencies
|
- dependencies
|
||||||
# Label to use when marking an issue as stale
|
# Label to use when marking an issue as stale
|
||||||
staleLabel: wontfix
|
staleLabel: stale
|
||||||
# Comment to post when marking an issue as stale. Set to `false` to disable
|
# Comment to post when marking an issue as stale. Set to `false` to disable
|
||||||
markComment: >
|
markComment: >
|
||||||
This issue has been automatically marked as stale because it has not had
|
This issue has been automatically marked as stale because it has not had
|
||||||
|
|||||||
Reference in New Issue
Block a user