mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
Merge pull request #4013 from Ombi-app/org_github_templating
Org GitHub templating
This commit is contained in:
commit
4cd72f56d4
7 changed files with 14 additions and 14 deletions
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -27,7 +27,7 @@ If applicable, a snippet of the logs that seems relevant to the bug if present.
|
|||
- OS: [e.g. iOS]
|
||||
|
||||
**Ombi Version (please complete the following information):**
|
||||
- Version [e.g. 3.0.1158]
|
||||
- Version [e.g. 4.0.958]
|
||||
- Media Server [e.g. Plex]
|
||||
- Database Type: SQLite (Please change if using MySQL)
|
||||
|
||||
|
|
6
.github/ISSUE_TEMPLATE/config.yml
vendored
6
.github/ISSUE_TEMPLATE/config.yml
vendored
|
@ -1,8 +1,8 @@
|
|||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: Wiki
|
||||
url: https://github.com/tidusjar/Ombi/wiki
|
||||
about: The Ombi wiki should help guide you through installation and setup as well as help resolve common problems and answer frequently asked questions
|
||||
- name: Docs
|
||||
url: https://docs.ombi.app/
|
||||
about: The Ombi documentation should help guide you through installation and setup as well as help resolve common problems and answer frequently asked questions
|
||||
- name: Reddit support
|
||||
url: https://www.reddit.com/r/Ombi
|
||||
about: Ask questions about Ombi
|
||||
|
|
|
@ -661,7 +661,7 @@
|
|||
|
||||
- Added capture of anonymous analytical data. [tidusjar]
|
||||
|
||||
- Added {AvailableDate} as a Notification Variable, this is the date the request was marked as available. See here: https://github.com/tidusjar/Ombi/wiki/Notification-Template-Variables. [tidusjar]
|
||||
- Added {AvailableDate} as a Notification Variable, this is the date the request was marked as available. See here: https://docs.ombi.app/info/notification-template-variables/. [tidusjar]
|
||||
|
||||
- Added the ability to search movies via the movie db with a different language! [tidusjar]
|
||||
|
||||
|
|
|
@ -63,7 +63,7 @@ Here are some of the features Ombi has:
|
|||
# Installation
|
||||
|
||||
[Installation Guide](https://docs.ombi.app/installation/)
|
||||
[Here for Reverse Proxy Config Examples](https://docs.ombi.app/settings/reverse-proxy/)
|
||||
[Here for Reverse Proxy Config Examples](https://docs.ombi.app/info/reverse-proxy/)
|
||||
|
||||
# Contributors
|
||||
|
||||
|
|
|
@ -42,7 +42,7 @@ namespace Ombi.Helpers
|
|||
//com.plexapp.agents.themoviedb://390043?lang=en
|
||||
//com.plexapp.agents.imdb://tt2543164?lang=en
|
||||
//plex://movie/5e1632df2d4d84003e48e54e
|
||||
// https://github.com/tidusjar/Ombi/issues/3277
|
||||
// https://github.com/Ombi-app/Ombi/issues/3277
|
||||
if (string.IsNullOrEmpty(guid))
|
||||
{
|
||||
return new ProviderId();
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<settings-menu></settings-menu>
|
||||
<settings-menu></settings-menu>
|
||||
<div *ngIf="about" class="small-middle-container">
|
||||
<legend>About</legend>
|
||||
<div class="row">
|
||||
|
@ -41,14 +41,14 @@
|
|||
|
||||
<div class="mat-row">
|
||||
<div class="mat-cell">Issues</div>
|
||||
<div class="mat-cell"> <a href="https://github.com/tidusjar/Ombi/issues"
|
||||
target="_blank">https://github.com/tidusjar/Ombi/issues</a></div>
|
||||
<div class="mat-cell"> <a href="https://github.com/Ombi-app/Ombi/issues"
|
||||
target="_blank">https://github.com/Ombi-app/Ombi/issues</a></div>
|
||||
</div>
|
||||
|
||||
<div class="mat-row">
|
||||
<div class="mat-cell">Wiki</div>
|
||||
<div class="mat-cell"> <a href="https://github.com/tidusjar/Ombi/wiki"
|
||||
target="_blank">https://github.com/tidusjar/Ombi/wiki</a></div>
|
||||
<div class="mat-cell"> <a href="https://docs.ombi.app"
|
||||
target="_blank">https://docs.ombi.app</a></div>
|
||||
</div>
|
||||
|
||||
<div class="mat-row">
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
|
||||
<settings-menu></settings-menu>
|
||||
<wiki [path]="'https://github.com/tidusjar/Ombi/wiki/Update-Settings'"></wiki>
|
||||
<wiki [path]="'https://docs.ombi.app/guides/updating/'"></wiki>
|
||||
<div *ngIf="form" class="small-middle-container">
|
||||
<fieldset>
|
||||
<legend>Update Settings</legend>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue