aboutsummaryrefslogtreecommitdiffstats
path: root/devscripts/make_issue_template.py
Commit message (Collapse)AuthorAgeFilesLines
* [cleanup] Point all shebang to `python3` (#372)felix2021-06-061-1/+1
| | | | Authored by: fstirlitz
* Completely change project name to yt-dlp (#85)Pccode662021-02-251-3/+3
| | | | | | | | | * All modules and binary names are changed * All documentation references changed * yt-dlp no longer loads youtube-dlc config files * All URLs changed to point to organization account Co-authored-by: Pccode66 Co-authored-by: pukkandan
* [skip travis] renamingUnknown2020-09-021-3/+3
| | | to avoid using same folder when using pip install for example
* [devscripts/make_issue_template] Fix __version__ againSergey M․2016-03-291-3/+1
|
* [devscripts/make_issue_template] Fix NameError under python3Sergey M․2016-03-291-0/+2
|
* [devscripts/make_issue_template] Rework to use ISSUE_TEMPLATE.tmpl (Closes ↵Sergey M․2016-03-291-14/+11
| | | | #8785)
* Add initial ISSUE_TEMPLATESander van den Oever2016-03-281-0/+32
Add auto-updating of youtube-dl version in ISSUE_TEMPLATE Move parts of template text and adopt makefile to new format Moved the 'kind-of-issue' section and rephrased a bit Rephrased and moved Example URL section upwards Moved ISSUE_TEMPLATE inside .github folder. Update makefile to match new folderstructure