Add trace log primer to the Contributing section
This commit is contained in:
parent
82fdfdc38e
commit
8f1eb7b2b0
1 changed files with 3 additions and 0 deletions
|
@ -78,6 +78,9 @@ Some suggestions to get started:
|
||||||
|
|
||||||
- You can look at the [good first issue](https://github.com/helix-editor/helix/labels/good%20first%20issue) label on the issue tracker.
|
- You can look at the [good first issue](https://github.com/helix-editor/helix/labels/good%20first%20issue) label on the issue tracker.
|
||||||
- Help with packaging on various distributions needed!
|
- Help with packaging on various distributions needed!
|
||||||
|
- To use print debugging to the `~/.cache/helix/helix.log` file, you must:
|
||||||
|
* Print using `log::info!`, `warn!`, or `error!`. (`log::info!("helix!")`)
|
||||||
|
* Pass the appropriate verbosity level option for the desired log level. (`hx -v <file>` for info, more `v`s for higher severity inclusive)
|
||||||
- If your preferred language is missing, integrating a tree-sitter grammar for
|
- If your preferred language is missing, integrating a tree-sitter grammar for
|
||||||
it and defining syntax highlight queries for it is straight forward and
|
it and defining syntax highlight queries for it is straight forward and
|
||||||
doesn't require much knowledge of the internals.
|
doesn't require much knowledge of the internals.
|
||||||
|
|
Loading…
Add table
Reference in a new issue