| ... | ... | @@ -485,16 +485,14 @@ interpret your words. |
| 485 | 485 | ### Find a Contributor Friendly Issue |
| 486 | 486 | |
| 487 | 487 | The issue label |
| 488 | | [Contributor Friendly](https://github.com/ziglang/zig/issues?q=is%3Aissue+is%3Aopen+label%3A%22contributor+friendly%22) |
| 488 | [Contributor Friendly](https://codeberg.org/ziglang/zig/issues?labels=741726&state=open) |
| 489 | 489 | exists to help you find issues that are **limited in scope and/or |
| 490 | 490 | knowledge of Zig internals.** |
| 491 | 491 | |
| 492 | 492 | Please note that issues labeled |
| 493 | | [Proposal](https://github.com/ziglang/zig/issues?q=is%3Aissue+is%3Aopen+label%3Aproposal) |
| 494 | | but do not also have the |
| 495 | | [Accepted](https://github.com/ziglang/zig/issues?q=is%3Aissue+is%3Aopen+label%3Aaccepted) |
| 496 | | label are still under consideration, and efforts to implement such a proposal |
| 497 | | have a high risk of being wasted. If you are interested in a proposal which is |
| 493 | [Proposal: Proposed](https://codeberg.org/ziglang/zig/issues?labels=746937&state=open) |
| 494 | are still under consideration, and efforts to implement such a proposal have |
| 495 | a high risk of being wasted. If you are interested in a proposal which is |
| 498 | 496 | still under consideration, please express your interest in the issue tracker, |
| 499 | 497 | providing extra insights and considerations that others have not yet expressed. |
| 500 | 498 | The most highly regarded argument in such a discussion is a real world use case. |
| ... | ... | @@ -777,7 +775,7 @@ If you will be debugging the Zig compiler itself, or if you will be debugging |
| 777 | 775 | any project compiled with Zig's LLVM backend (not recommended with the LLDB |
| 778 | 776 | fork, prefer vanilla LLDB with a version that matches the version of LLVM that |
| 779 | 777 | Zig is using), you can get a better debugging experience by using |
| 780 | | [`lldb_pretty_printers.py`](https://github.com/ziglang/zig/blob/master/tools/lldb_pretty_printers.py). |
| 778 | [`lldb_pretty_printers.py`](https://codeberg.org/ziglang/zig/src/branch/master/tools/lldb_pretty_printers.py). |
| 781 | 779 | |
| 782 | 780 | Put this line in `~/.lldbinit`: |
| 783 | 781 | |