Skip to content

Commit 98c712c

Browse files
lencionisds
authored andcommitted
Mention OVERCOMMIT_DEBUG=1 in CONTRIBUTING.md
In 0.27.0 we added support for the `OVERCOMMIT_DEBUG` environment variable which toggles the display of verbose output from executed commands, but didn't document it anywhere. This setting might help people debug their problems and submit more informative bug reports, so documenting it here seems to make sense.
1 parent 311f73f commit 98c712c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CONTRIBUTING.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
* Include the steps you carried out to produce the problem.
88
* Include the behavior you observed along with the behavior you expected, and
99
why you expected it.
10-
* Include the stack trace reported by Overcommit if there is one.
10+
* Try setting the `OVERCOMMIT_DEBUG` environment variable to enable the display
11+
of additional verbose output from executed commands.
12+
* Include the stack trace and any debugging output reported by Overcommit.
1113

1214
## Feature Requests
1315

0 commit comments

Comments
 (0)