aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE
Commit message (Collapse)AuthorAge
* Add gist note to bug_report.md (#5398)Libravatar rusty-snake2022-10-03
| | | | | | We had some comments saying that the output exceeds the allowed length of a github comment (65534 characters IIRC). This commit adds a comment to instruct users to create a secret gist in that case.
* bug_report.md: link to markdown formatting helpLibravatar Kelvin M. Klann2021-09-20
| | | | As suggested by @rusty-snake.
* bug_report.md: add checked item exampleLibravatar Kelvin M. Klann2021-09-20
| | | | | | It is not uncommon for people to use other characters to try to mark an item as checked (which usually screws up the html output), so be sure to include an example with "[x]".
* bug_report.md: use LC_ALL where appropriateLibravatar Kelvin M. Klann2021-09-19
|
* bug_report.md: use LC_ALL instead of LANGLibravatar Kelvin M. Klann2021-09-19
| | | | | | | | | | | | | | | | | | | | | | | | This overrides all `LC_*` variables (and LANG) rather than just LANG. From Section 8.2, Internationalization Variables of POSIX.1-2017[1]: > LANG > This variable shall determine the locale category for native > language, local customs, and coded character set in the absence of > the LC_ALL and other LC_* (LC_COLLATE, LC_CTYPE, LC_MESSAGES, > LC_MONETARY, LC_NUMERIC, LC_TIME) environment variables. This can > be used by applications to determine the language to use for error > messages and instructions, collating sequences, date formats, and > so on. > > LC_ALL > This variable shall determine the values for all locale > categories. The value of the LC_ALL environment variable has > precedence over any of the other environment variables starting > with LC_ (LC_COLLATE, LC_CTYPE, LC_MESSAGES, LC_MONETARY, > LC_NUMERIC, LC_TIME) and the LANG environment variable. [1] https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap08.html
* bug_report.md: clarify messageLibravatar Kelvin M. Klann2021-09-17
| | | | Co-authored-by: rusty-snake <41237666+rusty-snake@users.noreply.github.com>
* bug_report.md: improve grammarLibravatar Kelvin M. Klann2021-09-17
| | | | Co-authored-by: rusty-snake <41237666+rusty-snake@users.noreply.github.com>
* bug_report.md: remove extraneous newlineLibravatar Kelvin M. Klann2021-09-16
|
* Rework issue templatesLibravatar rusty-snake2021-09-07
|
* bug_report.md: add log sectionLibravatar Kelvin M. Klann2021-08-25
| | | | Currently, the log portion seems to be part of the Checklist section.
* bug_report.md: format the details sectionLibravatar Kelvin M. Klann2021-08-25
| | | | | And put the code block inside of an HTML paragraph, so that it's not just free floating after the `<summary>`.
* bug_report.md: trim leading spaces on list itemsLibravatar Kelvin M. Klann2021-08-25
|
* bug_report.md: turn section titles into headersLibravatar Kelvin M. Klann2021-08-25
| | | | | | | | | This properly separates the document into sections and makes the titles stand out more. It is also more consistent with what is generated by GitHub issue forms (YAML). See also the following discussion: https://github.com/netblue30/firejail/discussions/4468
* bug_report.md: add missing blank linesLibravatar Kelvin M. Klann2021-08-25
| | | | | | | | | Isolate each section title and each list from other elements, to make them more visually distinguishable. This should also make it easier to find and edit only the parts that are meant to be edited. See also the following discussion: https://github.com/netblue30/firejail/discussions/4468
* Improve issue template (#4141)Libravatar rusty-snake2021-03-25
| | | | - Avoid confusing on "What changed calling the program by path" - Checklist: Questions should be asked in discussions
* Housekeeping: strip extra whitespaceLibravatar Fred Barclay2021-02-08
| | | | | Just `find . -not \( -name .git -prune -o -name *.AppImage -prune \) -type f -print0 | xargs -0 perl -pi -e 's/ +$//'` and filter to avoid unwanted changes (especially .md files)
* bug_report.md: improve wording (upstream/duplicates)Libravatar Kelvin M. Klann2021-01-14
| | | | | | | | | | | Clarify that: * "upstream profile" means the profile version on the master branch * "duplicates" refer to duplicate issues As suggested by @scruloose on https://github.com/netblue30/firejail/issues/3884#issue-784605766 https://github.com/netblue30/firejail/issues/3884#issuecomment-759528185
* Update bug_report.mdLibravatar rusty-snake2020-12-08
|
* fixes, closes, enhances, improvements, and so onLibravatar rusty-snake2020-11-09
| | | | | | | | | | | | | | | | | | | - .github/ISSUE_TEMPLATE/bug_report.md: get ride off spanish, french, ... error messages - etc/inc/firefox-common-addons.inc: support ff2mpv - etc/profile-a-l/gimp.profile: note about xsane - etc/profile-m-z/min.profile: prettify - etc/profile-m-z/mpsyt.profile: fix, add lua - etc/profile-m-z/qbittorrent.profile: add note for tray-icons; this will get a better note once I investigated and audited all the D-Bus tray stuff. - etc/profile-m-z/transmission-daemon.profile: fix, add protocol packet close #3686 - mps-youtube needs lua close #3701 - Firefox native messaging regression in 0.9.62.4 -> 0.9.64rc1 close #3636 - transmission-daemon fills log with error close #3640 - Gimp - add note how to enable scanning (xsane) close #3707 - qBittorrent tray icon missing from notification panel when running it with firejail
* Update bug_report.mdLibravatar rusty-snake2020-10-20
| | | Stop "mentioned"-notes in 1139.
* Update bug_report.mdLibravatar rusty-snake2020-09-23
| | | | | * Try to make it a bit more friendly for unskilled users. * Add AppImage --profile hint
* bug_template: more specific information like related programs, profile ↵Libravatar Jan2020-05-04
| | | | existence, lookup for installed profiles and user investigation on related problems
* update issue template + add ICEauthority to wrucLibravatar rusty-snake2020-04-21
|
* early decision if git masterLibravatar Jan2020-04-09
|
* request change of behavior description on disabling firejail for specific ↵Libravatar Jan2020-04-09
| | | | program
* Add bug report templateLibravatar Fred Barclay2020-04-07
(Mostly) auto-generated with GitHub, will need tweaking over time