- React
- TailwindCSS
- npm i
- npm run dev
- Make a branch
- Branch name should describe the task you're doing
git branch branch-name
will create a new branchgit checkout branch-name
will switch to that branch- now you can commit to your branch
- Make a PR whenever you're done
- Make sure your the checks at the end are successful
- Make sure you branch is up to date with main
git merge main
orgit rebase main
- Use
merge
if you're not comfortable withrebase
DO NOT CHANGE WORKFLOW FILES pls
- Let me know if the labeling workflow fails