- Fork the repository
- Clone the repository to your local machine
- Create a new branch
git checkout -b <branch-name>
- Make your changes
- Commit and push your changes
git add .
git commit -m "commit message"
git push origin <branch-name>
- Create a pull request
- Wait for the pull request to be reviewed and merged
Duplicate and rename the file .env.example
to .env.local
and fill in the values.
Just you need to add only DEV_GITHUB_TOKEN
in .env.local
file.
- Go to
GitHub Settings
->Developer Settings
->Personal Access Tokens
->Token (classic)
->Generate new token
- Give the
repo
permission, add token name and copy the token and paste in.env.local
file.
-
Go to
GitHub Developer Settings
->OAuth Apps
->New OAuth App
-
You have to create a new
OAuth App
and fill in the values as shown in the image below. -
Now you have to copy
CLIENT ID
&CLIENT SECRETS
and paste in.env.local
file.
Note: Client ID
goes to GITHUB_ID
and Client SECRETS
goes into GITHUB_SECRET
.