mirror of
https://github.com/idanoo/autobrr
synced 2025-07-22 16:29:12 +00:00
chore: add issue templates (#434)
This commit is contained in:
parent
5260b864d2
commit
b4c3734bbd
3 changed files with 103 additions and 0 deletions
38
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
38
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
|
@ -0,0 +1,38 @@
|
|||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: ''
|
||||
labels: bug
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Describe the bug**
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
**To Reproduce**
|
||||
Steps to reproduce the behavior:
|
||||
1. Go to '...'
|
||||
2. Click on '....'
|
||||
3. Scroll down to '....'
|
||||
4. See error
|
||||
|
||||
**Expected behavior**
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
**Screenshots**
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
|
||||
**Desktop (please complete the following information):**
|
||||
- OS: [e.g. iOS]
|
||||
- Browser [e.g. chrome, safari]
|
||||
- Version [e.g. 22]
|
||||
|
||||
**Smartphone (please complete the following information):**
|
||||
- Device: [e.g. iPhone6]
|
||||
- OS: [e.g. iOS8.1]
|
||||
- Browser [e.g. stock browser, safari]
|
||||
- Version [e.g. 22]
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here.
|
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
title: "[FEATURE REQ]"
|
||||
labels: Feature request
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Is your feature request related to a problem? Please describe.**
|
||||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
||||
|
||||
**Describe the solution you'd like**
|
||||
A clear and concise description of what you want to happen.
|
||||
|
||||
**Describe alternatives you've considered**
|
||||
A clear and concise description of any alternative solutions or features you've considered.
|
||||
|
||||
**Additional context**
|
||||
Add any other context or screenshots about the feature request here.
|
45
.github/ISSUE_TEMPLATE/indexer-request.md
vendored
Normal file
45
.github/ISSUE_TEMPLATE/indexer-request.md
vendored
Normal file
|
@ -0,0 +1,45 @@
|
|||
---
|
||||
name: Indexer request
|
||||
about: Use this template to request an indexer
|
||||
title: "[INDEXER REQ]"
|
||||
labels: Feature request, indexers
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**We currently only support indexers with IRC announces.**
|
||||
|
||||
# Indexer request
|
||||
|
||||
- Do they have irc announce? Yes / No
|
||||
- Link to existing `autodl-irssi .tracker` file: Check wiki, forums and autodl-trackers repo
|
||||
|
||||
### If no existing `autodl-irssi .tracker` file
|
||||
|
||||
- Indexer name: Indexer Name
|
||||
- Short name: IN
|
||||
- URL: https://indexer.request
|
||||
- Download link examples with key such as `passkey, rss key, auth key, torrent pass` etc
|
||||
|
||||
## Announce examples
|
||||
|
||||
Please provide 1-5 different announces. And change release titles for good measure. If they have tags like freeleech and internals etc make sure to get examples of those.
|
||||
|
||||
- `SOME LONG ANNOUNCE`
|
||||
- `OTHER ANNOUNCE`
|
||||
|
||||
## IRC Network
|
||||
|
||||
- Network name: TrackerNetwork
|
||||
- Network address: irc.network.tld
|
||||
- Port: 6697 is common for TLS
|
||||
- SSL/TLS: Yes / No
|
||||
- NickServ registration required? Check wiki, guides etc: Yes / No
|
||||
- Is there a required format for the nick? Like `username|bot`? Check wiki, guides etc
|
||||
- Invite command: Eg. `invitebot announce USERNAME IRCKEY`
|
||||
|
||||
## Bonus
|
||||
|
||||
Check their categories in the announce an on site
|
||||
|
||||
Announce category - Site category name
|
Loading…
Add table
Add a link
Reference in a new issue