Skip to content

Commit

Permalink
contributing: advise new contributors to check out the 'good first is…
Browse files Browse the repository at this point in the history
…sue' label
  • Loading branch information
Wertzui123 committed Feb 12, 2025
1 parent 56cc30a commit a2f3444
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,7 @@ The ASPL standard library is mostly written in ASPL itself (plus some C for low-
<br>Please read the REAMDE of the `stdlib/aspl` folder for more information.

### Runtime and AIL interpreter
The runtime and the AIL interpreter are written in C; they are currently located at `stdlib/aspl/compiler/backend/stringcode/c/template.c` and `runtime/ailinterpreter` respectively.
The runtime and the AIL interpreter are written in C; they are currently located at `stdlib/aspl/compiler/backend/stringcode/c/template.c` and `runtime/ailinterpreter` respectively.

> [!TIP]
> When you're new to contributing to ASPL or open source in particular, make sure to check out [issues labelled with `good first issue`](https://github.com/aspl-lang/aspl/issues?q=state%3Aopen%20label%3A%22good%20first%20issue%22) - they're generally pretty easy to handle, even with little to no prior experience with the codebase.

0 comments on commit a2f3444

Please sign in to comment.