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