Closed
Description
Reason/Context
As the Dashboard on the website is being completed, we need a way to automate labelling the good first issue
s.
Why
By automating the good first issue we achieve two things.
- It will let us enforce this rule: every
good first issue
should havecomplexity
andarea
labels as well. - It will make labelling
good first issue
easier.
How should it work
We should be able to label an issue by commenting these commands:
\good-first-issue javascript easy
or \gfi javascript easy
these commands should add three labels to the issue( good first issue
area/javascript
complexity/easy
)