-
Notifications
You must be signed in to change notification settings - Fork 369
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support targeting repos with specific label like #hacktoberfest #1680
Comments
That last PR didn't totally close out the feature. Going to re-open. |
@yez thanks again for your awesome PR. The code is scheduled and running. It looks like we have 513 projects participating:
I made the other two remaining tasks a bit more clear at the bottom. Are you interested in them or it's okay if I hand them out? |
I'd love to try and tackle them @schneems! |
I know its been a week but I still plan to do this! |
You still working or want me to open it up? |
@schneems unfortunately my free time is less than I thought it would be so please feel to open this up! Thanks for your patience. |
It looks like there's a lot of prior art. This PR was lost to the sands of time, but it might be good for inspiration: https://github.com/codetriage/CodeTriage/pull/677/files |
Hello @schneems. I'm interested to work on this part if no one is currently working on it
|
Maintainer of CodeTriage here. I'm interested in adding a proof of concept for displaying repos with a given tag. Let's keep it simple and start with
#hacktoberfest
on one new page as the goal. We can do this as an experiment.Context
Every year Digital Ocean sends shirts to developers who get qualifying commits in open source during the month of October.
In prior years this caused spam as projects not equipped to get new PRs would get an influx of work. To help the new rule is projects must have a
hacktoberfest
orhacktoberfest-accepted
label.From: https://hacktoberfest.com/participation/
Implementation
I'm thinking it could be fun for someone to write such a page for hacktoberfest. Basically wait until October 1st then send a PR. I'll be happy to
hacktoberfest-accepted
this feature.It will need:
hacktoberfest
andhacktoberfest-accepted
. The database schema for repos will need to be updated to include this extra data, or another table created.I think this is a big project it can be split into several PRs:
Could perhaps be split up other ways, but that's a rough start.
The text was updated successfully, but these errors were encountered: