Hello innovators, creators, and problem-solvers! Welcome to the official GitHub hub for IIMT University. This is our shared space to collaborate, build amazing things, and learn from each other. Whether you're writing your first line of code, launching the next big startup, or diving deep into a research project, youβve found your home.
Your journey starts here! We've teamed up with incredible student communities and industry leaders to give you the tools and opportunities you need to grow. Find what sparks your interest and jump right in.
- E-Cell (Entrepreneurship Cell): For the aspiring founders and big thinkers ready to build the future.
- Business Incubator Foundation: Have a startup idea? Get the expert mentorship you need to grow.
- GDG (Google Developer Group): Your hub for all things Googleβfrom Android development to AI and the cloud.
- MLSA (Microsoft Learn Student Ambassadors): Lead and learn with a global community of student tech leaders.
- GitHub Education: Master the tools and workflows that power modern software development.
- AWS Academy: Build your future in the cloud with official training from Amazon Web Services.
- Red Hat Academy: Get hands-on with the enterprise Linux and open-source skills top companies demand.
- IBM SkillsBuild: Earn industry-recognized credentials and bridge the gap between classroom and career.
- LinkedIn Learning: Supercharge your resume with thousands of expert-led courses at your fingertips.
- NASSCOM Foundation: Use your tech skills for good and help drive meaningful social change.
Whether it's for a hackathon, a class project, or a new club, we'd love to host it.
- Tell Us About It: Fill out our quick Repository Request Form or scan the QR code below.
  
- The Details: We'll ask for a project name, a short description, and the GitHub usernames of the maintainers.
- We'll Handle the Rest: An admin will review your request and create the repository for you. You'll get an email as soon as it's ready!
Joining an existing project is one of the best ways to learn and make an impact. We use the standard open-source workflow, and itβs easier than you think.
- 
Find a Project: Browse our repositories. If you're new, look for issues tagged good first issueβthey're a great place to start.
- 
Fork the Repo: Click the "Fork" button on the project's page. This creates your own personal copy. 
- 
Clone It Locally: Download your fork to your computer so you can work on it. # Get the link from the "Code" button on YOUR forked repo git clone https://github.com/YOUR-USERNAME/REPOSITORY-NAME.git
- 
Create a New Branch: Always make your changes on a new branch. Give it a descriptive name! git checkout -b your-feature-name 
- 
Make Your Magic: Write your code, fix that bug, or improve the documentation. When you're done, save your changes. git add . git commit -m "feat: Briefly describe your awesome change" 
- 
Push Your Work: Send your changes up to your fork on GitHub. git push origin your-feature-name 
- 
Open a Pull Request (PR): Head back to the original repository. You'll see a prompt to open a PR. Write a clear title and description, and you're all set. We'll take it from there! 
We're dedicated to creating a welcoming and respectful space for everyone. All contributors are asked to follow our Code of Conduct. Let's build a positive and constructive community together.
We're here to help. Feel free to reach out to our organization admins:
We can't wait to see what you build!