Welcome to Hack The Trivia! We are excited to have you participate in our hackathon. Before you start contributing, please read and follow these guidelines to ensure a smooth and organized submission process.
- General Information
- Tracks
- Submission Process
- Project Folder Structure
- Naming Convention
- Pull Request (PR) Guidelines
- Code of Conduct
- Hackathon Name: Hack The Trivia
- Organizers: GDSC JUET
- Event Date: 27th - 28th January, 2024
- Website: https://hack-the-trivia.devfolio.co/
- Track 1: Web3 & Blockchain
- Track 2: Social Impact & Healthcare
- Track 3: Gaming & AR/VR/MR
- Track 4: Technology & Software Development
- Track 5: Open Innovation
- Fork the Hack The Trivia GitHub repository.
- Clone your forked repository to your local machine.
- Create a new branch for your project:
git checkout -b team-name-project
. - Develop your project within the designated track folder.
- Follow the Project Folder Structure guidelines.
- Commit your changes and push them to your forked repository.
- Submit a pull request to the main repository's
main
branch.
Please organize your project folder according to the following structure:
/
/Gaming & AR-VR-MR
/Team <TEAM_NAME>
/<PROJECT_FILES>
/Open Innovation
/Team <TEAM_NAME>
/<PROJECT_FILES>
/Social Impact & Healthcare
/Team <TEAM_NAME>
/<PROJECT_FILES>
/Technology & SOftware Dev
/Team <TEAM_NAME>
/<PROJECT_FILES>
/Web3 & Blockchain
/Team <TEAM_NAME>
/<PROJECT_FILES>
Replace <TEAM_NAME>
with your team's name and <PROJECT_FILES>
with the actual files and folders of your project.
- Team folders should be named as "Team <TEAM_NAME>" (e.g., "Team Awesome").
- Use a clear and concise name for your team & as well as for your project (The name must justify the project aim & whereabouts) .
- Ensure your pull request is detailed and includes information about your project, the track you are participating in, and any specific instructions for testing.
- Mention any dependencies or requirements in the pull request.
- Clearly state if there are any special configurations needed to run your project.
By participating in this hackathon, you agree to abide by the Hack The Trivia Code of Conduct. Please ensure that your contributions and interactions adhere to the guidelines outlined in the code of conduct.
Happy hacking! If you have any questions, feel free to reach out to the organizers or create an issue in the repository.