Static website for sih2022 kudacam entry
demo here: https://kudacam.netlify.app/
Maintainer Vighnesh Manjrekar
A month-long celebration from October 1st - 31st sponsored by Digital Ocean and GitHub to get people involved in Open Source.
if you find any new issue or any bug in the code itself then,
- Click on new issue present on the top right side of the issue tab of this repository.
- Add title and discription of issue that you want to raise and ask the maintainer to assign the issue.
- Click on Submit New Issue option. Now you have raised a new issue, wait for the maintainer to assign it and you are good to go.
if you want to work on an existing issue that has not been assigned then,
- Go in the issue tab of this repository.
- Choose the issue that you want to work on.
- Click on that issue and in the comments ask the maintainer to assign you that particular issue.
- Lastly click on comment and wait for the issue to be assigned by the maintainer.
Once the issue is assigned
- Fork the repo.
- Clone repo locally using the command
git clone [email protected]:@Your-Username/kudamcam.git
- After cloning make sure you create a new branch by using
git checkout -b <branch-name>
- After making changes or modification on to your code locally, you need to add these files to the staging area.
git add .
- Once files added, you need to commit the changes to with an appropriate commit message.
git commit -m "<commit-message>"
- After commiting the changes, you need to push the changes
git push origin <branch-name>
-
Once you push the changes to your repository, the Compare & pull request button will appear in GitHub.
-
Type a proper description and give the PR an appropriate title. Finally, Open a pull request by clicking the Create pull request button.
-
That's it. You have opened a PR. Wait for it to get merged.
Your PR must be created between October 1 and October 31 (in any time zone, UTC-12 thru UTC+14).
Your PR must be made to a public, unarchived repository.