Browse Source

Improve issue template

Improve the issue template and fix broken links
doc-issue-template
MrS0m30n3 7 years ago
committed by GitHub
parent
commit
20b6f507d9
1 changed files with 6 additions and 6 deletions
  1. 12
      .github/ISSUE_TEMPLATE.md

12
.github/ISSUE_TEMPLATE.md

@ -1,6 +1,6 @@
## Please follow the guide below ## Please follow the guide below
- You will be asked some questions and requested to provide some information, please read them **carefully** and answer honestly
- You will be asked some questions and requested to provide some information, please read them **carefully** and answer **honestly**
- Put an `x` into all the boxes [ ] relevant to your issue (like that [x]) - Put an `x` into all the boxes [ ] relevant to your issue (like that [x])
- Use *Preview* tab to see how your issue will actually look like - Use *Preview* tab to see how your issue will actually look like
@ -17,11 +17,11 @@ All invalid issues will be rejected!!
- Make sure you are using the *latest* **youtube-dl** version (Click the `Settings` icon and then `Update` to update to the latest **youtube-dl** version) - Make sure you are using the *latest* **youtube-dl** version (Click the `Settings` icon and then `Update` to update to the latest **youtube-dl** version)
- Make sure you searched the bugtracker for similar issues including closed ones
- Make sure you searched the bugtracker for similar issues **including closed ones**
- Make sure to read the [FAQs](../docs/faqs.md) file
- Make sure to read the [FAQs](https://github.com/MrS0m30n3/youtube-dl-gui/blob/master/docs/faqs.md) file
- [ ] **I assure** that my problem is **NOT** with **youtube-dl**
- [ ] **I think** my problem is **NOT** with **youtube-dl**
- [ ] I've **verified** and **i assure** that I'm running youtube-dl-gui **0.3.8** - [ ] I've **verified** and **i assure** that I'm running youtube-dl-gui **0.3.8**
- [ ] **I assure** that i am using the latest version of **youtube-dl** - [ ] **I assure** that i am using the latest version of **youtube-dl**
- [ ] [Searched](https://github.com/MrS0m30n3/youtube-dl-gui/issues) bugtracker - [ ] [Searched](https://github.com/MrS0m30n3/youtube-dl-gui/issues) bugtracker
@ -52,7 +52,7 @@ Please remove any sections between (---) if they are not related to your issue
5. Copy the **whole** log content and insert it between the ``` part below 5. Copy the **whole** log content and insert it between the ``` part below
``` ```
[delete me and insert your log content here]
delete me and insert your log content here
``` ```
#### What operating system do you use ? #### What operating system do you use ?
@ -72,7 +72,7 @@ Please remove any sections between (---) if they are not related to your issue
### Feature request (request for a new functionality) ### Feature request (request for a new functionality)
Please make sure that the requested feature is **NOT** already in the [TODO](../TODO) list
Please make sure that the requested feature is **NOT** already in the [TODO](https://github.com/MrS0m30n3/youtube-dl-gui/blob/master/TODO) list
- [ ] I've **verified** and **i assure** that my requested feature is **NOT** in the TODO list - [ ] I've **verified** and **i assure** that my requested feature is **NOT** in the TODO list

Loading…
Cancel
Save