Fix "good first issue" link (#1140)
This commit is contained in:
parent
6a4d9693ba
commit
1724930765
@ -69,7 +69,7 @@ # Contributing
|
|||||||
|
|
||||||
Some suggestions to get started:
|
Some suggestions to get started:
|
||||||
|
|
||||||
- You can look at the [good first issue](https://github.com/helix-editor/helix/labels/E-easy) label on the issue tracker.
|
- You can look at the [good first issue](https://github.com/helix-editor/helix/issues?q=is%3Aopen+label%3AE-easy+label%3AE-good-first-issue) 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 [Helix log file](https://github.com/helix-editor/helix/wiki/FAQ#access-the-log-file), you must:
|
- To use print debugging to the [Helix log file](https://github.com/helix-editor/helix/wiki/FAQ#access-the-log-file), you must:
|
||||||
* Print using `log::info!`, `warn!`, or `error!`. (`log::info!("helix!")`)
|
* Print using `log::info!`, `warn!`, or `error!`. (`log::info!("helix!")`)
|
||||||
|
Loading…
Reference in New Issue
Block a user