happy new year Spoon community!
Open
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 2k
- Forks
- 393
- Avg merge
- 11h 24m
- Merged PRs (30d)
- 36
Description
Hi all, 2022 was a great year for Spoon with a very active community! Kudos and thank you to @I-Al-Istannen @MartinWitt @SirYwell @slarse @algomaster99 and co.
public class HappyNewYearProcessor extends AbstractManualProcessor {
@Override
public void process() {
System.out.println(getFactory().Class().get(getClass().getCanonicalName()).getField("msg").getDefaultExpression());
}
String msg = "Happy 2023 🥳";
}
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue contains a community greeting and a Java example, but it does not identify a file, test, entry point, or requested change. There is no defined implementation or completion criterion for a newcomer to follow.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- content
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 1/100