summaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE
Commit message (Collapse)AuthorAgeFilesLines
* github/issue_template: remove question templateKacper Michajłow9 days1-24/+0
| | | | For less formal questions GitHub discussions should be used instead.
* github/issue_template: add note about --profile=fast and --hwdecKacper Michajłow2024-03-174-0/+16
|
* github/issue_template: unify spellingsnanahi2023-12-121-1/+1
| | | | "behavior" is written in US English form in all templates except here.
* github/issue_template: request uploading attachments to githubnanahi2023-12-127-30/+30
| | | | | | | | | https://0x0.st/ has a maximum retention period of 1 year, and much less for larger files. Uploading them directly to github issue avoids this, which most people are already doing anyway because of greater convenience. log file: don't request 0x0.st. sample files: recommend github first.
* github/issue_template: unify requested information across templatesnanahi2023-12-125-8/+25
| | | | | | | | | | | Add more and unify requested information: windows, linux, others: request GPU model to provide more info about known hardware limitations and hardware/driver combo bugs. windows, others: request general GPU info. build: request meson version. windows, linux, others: request backtrace in case of crash. all: clarify the language of not attaching a log file.
* build: officially deprecate wafDudemanguy2023-01-151-2/+2
| | | | | | | | While the waf build has served us well for many years, it's time to officially consider it deprecated. The meson build was added fully with the intention to eventually replace waf and its current state is more than good enough to do that. Let's start the deprecation period now to give users a heads up to switch before we remove waf for good.
* DOCS: fix spelling in github issue templatesa13460542021-08-245-5/+5
|
* github/issue_template: irc -> IRCJan Ekström2021-06-081-2/+2
| | | | Requested to be changed while at it.
* {ci,docs,README}: update IRC references to new networkJan Ekström2021-06-081-2/+2
|
* github: additionally ask for log files on build problems and questionsder richter2020-03-142-0/+14
|
* github: fix a typo in the contact links infoder richter2020-02-091-2/+2
|
* github: ask users to first reproduce the issue with --no-configder richter2020-02-094-0/+12
|
* mac: activate logging when started from the bundleder richter2020-02-081-3/+5
| | | | | | | | | | this creates a default log for the last mpv run when started from the bundle. that way one can get a log of what happened even after an issue occurred. also add a menu entry under Help to show the current log, but only when the bundle is used. Fixes #7396 Fixes #2547
* github: rename Bug to Issue and slightly change the question templateder richter2020-01-206-9/+16
|
* github: add several issue templates and a warning to not ignore themder richter2020-01-099-7/+238
|
* github: ask for build/config.logPhilip Sequeira2019-11-101-2/+2
|
* github: suggest using as github attachment for log fileswm42019-11-091-5/+5
| | | | | | | | | | It's not that we _want_ the log to be on an external site. We just want the log, somehow. Probably not pasted inline into the issue text. Also reword the "we are assholes who really want logs" part of the text. It's a subtle balance between trying to be nice and being a complete asshole, but no matter what you do, it will always sound like the latter, so be direct.
* github: we want a -v -v log nowwm42019-11-011-1/+1
| | | | | --log-file uses debug log level by default. On command line, -v -v will use debug log level.
* github: recommend 0x0.st rather than sprunge.us for logfilesKevin Mitchell2018-02-161-1/+1
| | | | The latter seems to give 500 errors more often than not these days.
* github: Google Drive suckswm42017-10-191-1/+2
| | | | Is there even anything that fucking sucks more than it?
* github: also add a link to the list of latest releaseswm42017-05-051-0/+1
| | | | Since some users apparently can't figure this out.
* github: make language on not providing logs slightly strongerwm42017-05-051-1/+2
| | | | | | I guess there is a hard to balance tradeoff between appearing rude or dismissive, and making the user think it's ok to not provide essential information.
* ISSUE_TEMPLATE: minor grammar updateBen Boeckel2016-10-171-2/+2
|
* github: fix typowm42016-08-181-1/+1
|
* github: encourage bug reportswm42016-08-181-1/+3
| | | | | Word this sentence slightly more positively because we are a positive project.
* github: encourage providing sample fileswm42016-08-111-2/+6
| | | | | Also, try to save users from trying to use the github file upload function. While we're at it, also make the sprunge.us hint a link.
* github: discourage bug reportswm42016-08-051-0/+3
|
* github: move "reproduction steps" before behavior sectionswm42016-06-201-2/+2
|
* Add github issue and pull request templateswm42016-06-171-0/+14
I do not understand why github requires adding this crap to source code repositories themselves, instead of making them part of the repository configuration. Remove CONTRIBUTING.md to compensate for github crap accumulating.