Skip to content

Commit 8bd1e23

Browse files
committed
Replace E-easy with good first issue in CONTRIBUTING.md
`E-easy` isn't used, so `good first issue` is more appropriate.
1 parent 8823684 commit 8bd1e23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ To figure out how this syntax structure is encoded in the AST, it is recommended
6363
Usually the lint will end up to be a nested series of matches and ifs, [like so][deep-nesting].
6464
But we can make it nest-less by using [if_chain] macro, [like this][nest-less].
6565

66-
[`E-medium`] issues are generally pretty easy too, though it's recommended you work on an E-easy issue first.
67-
They are mostly classified as [`E-medium`], since they might be somewhat involved code wise,
66+
[`E-medium`] issues are generally pretty easy too, though it's recommended you work on an [`good first issue`]
67+
first. They are mostly classified as [`E-medium`], since they might be somewhat involved code wise,
6868
but not difficult per-se.
6969

7070
[`T-middle`] issues can be more involved and require verifying types. The [`ty`] module contains a

0 commit comments

Comments
 (0)