Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 880 Bytes

File metadata and controls

36 lines (25 loc) · 880 Bytes

Contributing Guidelines

Note: Before pushing your code make sure that you run this command and don't have any errors. If you have any issues, make sure to fix them or else the deployments might fail.

npm run build

Steps to Contribute to this project

  1. Clone the repo
git clone https://github.com/TheShiveshNetwork/IEEE-Aavishkaar-2025-fe
  1. Create a new branch
git checkout -b <ENTER_YOUR_BRANCH_NAME>

Note: The branch name should be descriptive enough and should tell the issue / feature you are working on

  1. Push your changes

To push your changes to github follow these commands one by one

git add .
git commit -m "<ENTER_COMMIT_MESSAGE>"
git push --set-upstream origin <ENTER_BRANCH_NAME>
  1. Create a Pull Request

Go to github and create a Pull Request out of your branch. Wait for review until it gets merged.