Helpful to know how close are you to get a tee/tshirt or why your PRs are invalid according to the latest policy of Hacktoberfest.
Check Your Hacktoberfest Status: hacktoberfest.gitfork.tech
Well, I developed this another, but not alike, hacktoberfest checker because Hacktoberfest's policy and guidlines of contribution has recently been changed.
According to the new policy & update, Hacktoberfest is now officially opt-in only for projects and maintainers
,
which means only the PRs specified as contribution towards Hacktoberfest will only be counted as valid.
This question is the answer of creation of Hacktoberfest-Checker. A PR will be counted as valid and the user will get the tee/tshirt only when:
- Submitted during the
month of October
- Submitted in a
public repo
- The PR is labelled as
hacktoberfest-accepted
by a maintainer OR submitted in a repo with thehacktoberfest topic
- The PR is
merged
OR the PR has beenapproved
- Node v10+
- create-react-app 3.4.1
-
Before starting, you must check your Github API rate limit (https://api.github.com/rate_limit) without Github Oauth and API Token.
-
To increase API rate limit Generate a GitHub personal access token using Github Oauth or Basic Authorization
-
clone repo:
git clone https://github.com/genialkartik/hacktobefest-checker
-
For frontend:
$ cd frontend
$ npm i
- `$ npm start
- goto
http://localhost:3000
-
For Backend
$ cd backend
$ npm i
$ npm run dev
- goto:
http://localhost:2020
Open an Issue with label here
Or Open a Pull Request
git add .
git commit -m 'message'
git push -u origin master
MIT © 2020 Kartik Tyagi