aboutsummaryrefslogtreecommitdiff
path: root/devscripts/make_issue_template.py
AgeCommit message (Collapse)Author
2025-02-11[misc] Clarify that the issue template cannot be removed (#12332)bashonly
Fix 517ddf3c3f12560ab93e3d36244dc82db9f97818 Authored by: bashonly
2025-02-08[misc] Improve Issue/PR templates (#11499)sepro
Authored by: seproDev
2024-10-23Remove Python 3.8 support (#11321)bashonly
Closes #10086 Authored by: bashonly
2024-09-05[ci] Add comment sanitization workflow (#10915)Simon Sawicki
Co-authored-by: bashonly <bashonly@protonmail.com> Authored by: bashonly, Grub4K
2024-08-28[ci] Add issue tracker anti-spam protection (#10861)bashonly
Authored by: bashonly
2023-12-30[cleanup] Misc (#8598)Simon Sawicki
Authored by: bashonly, pukkandan, seproDev, Grub4K Co-authored-by: bashonly <bashonly@protonmail.com> Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com> Co-authored-by: sepro <4618135+seproDev@users.noreply.github.com>
2023-11-12[cleanup] Update documentation for master and nightly channelsbashonly
Authored by: bashonly, Grub4K Co-authored-by: Simon Sawicki <contact@grub4k.xyz>
2023-02-28[cleanup] Miscpukkandan
2023-02-17[cleanup] Miscpukkandan
Closes #5897
2022-08-09[devscripts] Create `utils` and refactorpukkandan
2022-06-30[docs] Improve issue templatespukkandan
2022-06-25[cleanup] Consistent style for file headspukkandan
2022-05-21[cleanup] Miscpukkandan
2022-04-27[cleanup,build] Cleanup some build-related codepukkandan
Fixes an issue in 7ab56be2c7309a2d11d4ee28c71f8fb29da21ef7
2022-04-12[cleanup] Upgrade syntaxpukkandan
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
2021-06-06[cleanup] Point all shebang to `python3` (#372)felix
Authored by: fstirlitz
2021-02-25Completely change project name to yt-dlp (#85)Pccode66
* 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
2020-09-02[skip travis] renamingUnknown
to avoid using same folder when using pip install for example
2016-03-29[devscripts/make_issue_template] Fix __version__ againSergey M․
2016-03-29[devscripts/make_issue_template] Fix NameError under python3Sergey M․
2016-03-29[devscripts/make_issue_template] Rework to use ISSUE_TEMPLATE.tmpl (Closes ↵Sergey M․
#8785)
2016-03-28Add initial ISSUE_TEMPLATESander van den Oever
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