Materials Engineering Society (MatES), IIT PATNA is an association of UG & PG students, college faculty and staff of the Department of Metallurgical and Materials Engineering of IIT Patna.
- Drop a ⭐ on the GitHub repository.
- Fork the repository and clone the forked repository.
git clone https://github.com/<your-github-username>/MatESIITP.github.io
- Navigate to the project directory.
cd MatESIITP.github.io
- Create a new branch.
git checkout -b <your_branch_name>
- Open the live server
- Contribute
- Stage your changes and commit
git add -a
git commit -m "<your_commit_message>"
- Push your local commits to the remote repo.
git push -u origin <your_branch_name>
- Create a Pull Request, which will be promptly reviewed and given suggestions for improvements by the community.
- Add screenshots or screen captures to your Pull Request to help us understand the effects of the changes that are included in your commits.
- Carefully read the Contributing Guidelines.
- Congratulations! 🎉 you've made your contribution to MatES IITP.
Contribution Area | Description |
---|---|
Improve User Interface and Experience | Use your creativity and designing skills to enhance the UI/UX of the website. |
Updating recent events | Adding the recent events of the club to keep the audience aware of thr recent happenings. |
Documentation Refinement | Improve project documentation for clearer explanations and instructions. |
Bug Fixes | Contribute bug fixes to maintain the reliability of code. |
Responsive Design Contributions | Ensure projects have responsive designs for optimal user experiences on various devices. |
Optimized Approaches | Suggest and implement optimized approaches for specific functionalities. |