Make readme consistent with settings page

This commit is contained in:
JonnyWong16 2016-02-21 16:18:26 -08:00
parent de9f60aa7f
commit d5f4a1a48a
3 changed files with 9 additions and 5 deletions

View file

@ -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?

View file

@ -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?

View file

@ -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