You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to contribute by creating a PR to add variations of labels like good-first-issue and :wave: Good First Issue that I am seeing being used in some open source projects. There is also a related issue #278.
From what I understand, I just need to add the new labels to labels.json file. But wanted to check if there is a way to run the application locally to check.
I ran the following commands:
make pre-build
make build
but got the error: FATAL Cannot find module './data/tags.json'
The text was updated successfully, but these errors were encountered:
I would like to contribute by creating a PR to add variations of labels like
good-first-issue
and:wave: Good First Issue
that I am seeing being used in some open source projects. There is also a related issue #278.From what I understand, I just need to add the new labels to labels.json file. But wanted to check if there is a way to run the application locally to check.
I ran the following commands:
make pre-build
make build
but got the error:
FATAL Cannot find module './data/tags.json'
The text was updated successfully, but these errors were encountered: