Skip to content
This repository has been archived by the owner on Dec 20, 2020. It is now read-only.

iiitv/hackiiitv20-submissions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HackIIITV 20 Submission

This repository contains the rules and code of conduct for HackIIITV 2020.

Contents

Requirements

  • GitHub account
  • Install git for your repsective OS.
  • Make sure you are part of IIITV organisation on GitHub, else join here

Few pointers

  • You can make at max one commit per hour.
  • Don't close your PR.
  • No commits after Hackathon ends will be entertained.
  • It is required from the teams to keep committing within three hours of the previous commit to keep your hack backed up.
  • Make sure your whole project is inside the folder of your team.
  • If you have time left, make sure you make a README.md 📄 😉(it will help others to understand your code)

How to submit?

One member from each team have to follow this instructions: Follow the instructions in order:

  1. Fork this repository.

  2. Clone your fork, using git clone https://github.com/<your-username>/hackiiitv20-submissions.git

  3. Change Directory to hackiiitv20-submissions, using cd hackiiitv20-submissions

  4. Set remote to original repository using git remote add ups https://github.com/iiitv/hackiiitv20-submissions.git

  5. Create a branch named team#x, where "x" is your team number, using git checkout -b team#x

  6. Add a folder with name team#x - {Chosen_Theme_number} in root directory. Make sure your whole hack is in folder team#x - {Chosen_Theme_number}.

  7. Now add this folder to your staging area, using git add "team#x - {Chosen_Theme_number}"

  8. Now commit the changes using, git commit -m "Add team#x"

  9. Push the changes using, git push

  10. Open a pull request: As soon as the changes will be pushed, GUI of repository's main page will show a yellow banner saying you too open a Pull request, just click on it and you are done.

For making changes to PR, just keep on repeating Step 6-9.

Rules

  • Keep your content as original as possible.
  • It is allowed to use available softwares/packages as a module, but they can't be your project.

Contact / Support

Our Community

Happy Hacking! 🖖


Made With ❤️ By Team HackIIITV

Releases

No releases published

Packages

No packages published