aboutsummaryrefslogtreecommitdiffstats
path: root/devscripts/make_issue_template.py
Commit message (Collapse)AuthorAgeFilesLines
* [devscripts] Create `utils` and refactorpukkandan2022-08-091-21/+19
|
* [docs] Improve issue templatespukkandan2022-06-301-3/+44
|
* [cleanup] Consistent style for file headspukkandan2022-06-251-1/+9
|
* [cleanup] Miscpukkandan2022-05-211-1/+0
|
* [cleanup,build] Cleanup some build-related codepukkandan2022-04-271-11/+13
| | | | Fixes an issue in 7ab56be2c7309a2d11d4ee28c71f8fb29da21ef7
* [cleanup] Upgrade syntaxpukkandan2022-04-121-4/+3
| | | | | | | | | | Using https://github.com/asottile/pyupgrade 1. `__future__` imports and `coding: utf-8` were removed 2. Files were rewritten with `pyupgrade --py36-plus --keep-percent-format` 3. f-strings were cherry-picked from `pyupgrade --py36-plus` Extractors are left untouched (except removing header) to avoid unnecessary merge conflicts
* [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