mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-06 05:01:14 -07:00
Make readme consistent with settings page
This commit is contained in:
parent
de9f60aa7f
commit
d5f4a1a48a
3 changed files with 9 additions and 5 deletions
|
@ -20,9 +20,11 @@ In case you read this because you are posting an issue, please take a minute and
|
||||||
2. Provide a clear title to easily help identify your problem.
|
2. Provide a clear title to easily help identify your problem.
|
||||||
3. Use proper [markdown syntax](https://help.github.com/articles/github-flavored-markdown) to structure your post (i.e. code/log in code blocks).
|
3. Use proper [markdown syntax](https://help.github.com/articles/github-flavored-markdown) to structure your post (i.e. code/log in code blocks).
|
||||||
4. Make sure you provide the following information:
|
4. Make sure you provide the following information:
|
||||||
|
- [ ] Version
|
||||||
- [ ] Branch
|
- [ ] Branch
|
||||||
- [ ] Version/Commit hash
|
- [ ] Commit hash
|
||||||
- [ ] Your operating system and python version
|
- [ ] Operating system
|
||||||
|
- [ ] Python version
|
||||||
- [ ] What you did?
|
- [ ] What you did?
|
||||||
- [ ] What happened?
|
- [ ] What happened?
|
||||||
- [ ] What you expected?
|
- [ ] What you expected?
|
||||||
|
|
|
@ -50,9 +50,11 @@ This project is based on code from [Headphones](https://github.com/rembo10/headp
|
||||||
2. Provide a clear title to easily help identify your problem.
|
2. Provide a clear title to easily help identify your problem.
|
||||||
3. Use proper [markdown syntax](https://help.github.com/articles/github-flavored-markdown) to structure your post (i.e. code/log in code blocks).
|
3. Use proper [markdown syntax](https://help.github.com/articles/github-flavored-markdown) to structure your post (i.e. code/log in code blocks).
|
||||||
4. Make sure you provide the following information:
|
4. Make sure you provide the following information:
|
||||||
|
- [ ] Version
|
||||||
- [ ] Branch
|
- [ ] Branch
|
||||||
- [ ] Version/Commit hash
|
- [ ] Commit hash
|
||||||
- [ ] Your operating system and python version
|
- [ ] Operating system
|
||||||
|
- [ ] Python version
|
||||||
- [ ] What you did?
|
- [ ] What you did?
|
||||||
- [ ] What happened?
|
- [ ] What happened?
|
||||||
- [ ] What you expected?
|
- [ ] What you expected?
|
||||||
|
|
|
@ -68,7 +68,7 @@ available_notification_agents = sorted(notifiers.available_notification_agents()
|
||||||
<td><a class="no-highlight" href="${anon_url('https://github.com/drzoidberg33/plexpy/tree/%s' % plexpy.CONFIG.GIT_BRANCH)}">${plexpy.CONFIG.GIT_BRANCH}</a></td>
|
<td><a class="no-highlight" href="${anon_url('https://github.com/drzoidberg33/plexpy/tree/%s' % plexpy.CONFIG.GIT_BRANCH)}">${plexpy.CONFIG.GIT_BRANCH}</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Git Hash:</td>
|
<td>Git Commit Hash:</td>
|
||||||
<td><a class="no-highlight" href="${anon_url('https://github.com/drzoidberg33/plexpy/commit/%s' % plexpy.CURRENT_VERSION)}">${plexpy.CURRENT_VERSION}</a></td>
|
<td><a class="no-highlight" href="${anon_url('https://github.com/drzoidberg33/plexpy/commit/%s' % plexpy.CURRENT_VERSION)}">${plexpy.CURRENT_VERSION}</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
% endif
|
% endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue