mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 12:59:39 -07:00
Added an issue template
This commit is contained in:
parent
bd9022199f
commit
5d393c6ab4
2 changed files with 23 additions and 0 deletions
22
.github/ISSUE_TEMPLATE.md
vendored
Normal file
22
.github/ISSUE_TEMPLATE.md
vendored
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
If this is a bug report please make sure you have filled the following in:
|
||||||
|
(If it's not a bug and a feature request then just remove the below)
|
||||||
|
|
||||||
|
#### Plex Requests.Net Version:
|
||||||
|
|
||||||
|
|
||||||
|
#### Operating System:
|
||||||
|
|
||||||
|
|
||||||
|
#### Mono Version:
|
||||||
|
|
||||||
|
|
||||||
|
#### Applicable Logs (from `/logs/` directory or the Admin page):
|
||||||
|
|
||||||
|
```
|
||||||
|
Logs go here (Please make sure you remove any personal information from the logs)
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
#### Reproduction Steps:
|
||||||
|
|
||||||
|
Please include any steps to reproduce the issue, this the request that is causing the problem etc.
|
|
@ -17,6 +17,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
|
||||||
ProjectSection(SolutionItems) = preProject
|
ProjectSection(SolutionItems) = preProject
|
||||||
.travis.yml = .travis.yml
|
.travis.yml = .travis.yml
|
||||||
appveyor.yml = appveyor.yml
|
appveyor.yml = appveyor.yml
|
||||||
|
.github\ISSUE_TEMPLATE.md = .github\ISSUE_TEMPLATE.md
|
||||||
LICENSE = LICENSE
|
LICENSE = LICENSE
|
||||||
README.md = README.md
|
README.md = README.md
|
||||||
EndProjectSection
|
EndProjectSection
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue