Commit Graph

11 Commits

Author SHA1 Message Date
Kai Spencer
d65e8220b6
docs(bug-report): update bug_report.md template with OSX log directory (#2181)
Logs on OSX are located in `$TMPDIR` not `/tmp`
2023-02-20 17:43:46 +01:00
Aram Drevekenin
28a002929a
docs(template): mention stty size in bug recreation 2022-09-02 16:23:53 +02:00
raphTec
1177fa2ec0 Use 'stty size' in issue template instead of tput
tput just revealed that it sometimes reports values read from the
terminal database instead of the real tty size which is misleading (in
the case where the terminal reports a zero size).
Also stty is in the coreutil instead of tput from ncurses and might be
available better.
Finally, it's just one command instead of two and less to type.
2022-07-01 12:23:12 +02:00
Ken Matsui
5e720b02a9
fix(docs): Fix a typo and some grammatical errors in bug_report.md (#826) 2021-11-01 13:20:59 +01:00
matu3ba
2f1bba753a
improve bug report template (#466)
Give copy-paste commands and give example of typical
information and density. Refer to common sense of the issue author.
2021-05-10 14:13:26 +02:00
Aram Drevekenin
62991f138b
docs(issue): update issue template to new folder location 2021-05-07 15:43:17 +02:00
Aram Drevekenin
6714b21489
docs(issue): update issue template with more precise instructions 2021-05-05 17:36:55 +02:00
Aram Drevekenin
5d876bfcdb
docs(issue-template): add instruction 2021-04-24 10:25:14 +02:00
a-kenji
7ee228b2b6 Fix The Bug Report Template 2021-04-24 10:22:57 +02:00
a-kenji
47cea0615d Add Instructions to Bug Report Template 2021-04-24 10:19:22 +02:00
henil
aa8da0b142 Add initial issue template and CONTRIBUTING.md 2021-01-31 12:12:55 +05:30