Skip to content

PP-695/Quanta1.0

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

41 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Quanta Project Submission Repository

Welcome to the Quanta Event Project Repository! This repository is designed for participants to upload and share their projects developed during the event.

Repository Link

πŸ”— GitHub Repository

Submission Guidelines

Follow these steps to submit your project:

  1. Fork this repository to your GitHub account.
  2. Clone your forked repository to your local machine using:
    git clone https://github.com/YOUR-USERNAME/Quanta1.0.git
  3. Create a new folder inside the repository with your team's name.
  4. Add your project files inside this folder. Ensure your folder includes:
  • πŸ“‚ Source code
  • πŸ“œ A README.md explaining your project
  • πŸ“¦ Any necessary dependencies or instructions
  1. Commit and push your changes .
git add .
git commit -m "Added project: [Team Name]"
git push origin main
  1. Create a Pull Request (PR) to merge your project into the main repository.

Folder Structure

Each project should be inside its own directory. The structure should look like this:

Quanta1.0/
|ProjectSubmissions/
|   β”‚-- Project-Name/
β”‚   |   β”‚-- src/
β”‚   |   β”‚-- README.md
β”‚   |   β”‚-- requirements.txt (if applicable)
β”‚   |   β”‚-- any other necessary files

Pull Request Guidelines

βœ”οΈ Add a meaningful title and description to your PR. βœ”οΈ Mention any dependencies or setup steps in your README.md. βœ”οΈ Ensure your code is properly formatted and documented.

Need Help?

If you have any issues or questions, feel free to create an issue in the repository or reach out to the event organizers.

πŸš€ Happy coding!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 97.7%
  • Python 2.3%