Welcome to the Horizon - GDSC IIT Madras Automation Scripts repository! This repository is a collection of automation scripts contributed by members of Horizon, the Google Developer Student Club (GDSC) at IIT Madras. It serves as a platform for collaboration and sharing of useful scripts to automate various tasks across different platforms and environments.
To contribute to this repository, follow these steps:
-
Fork the Repository: Click on the "Fork" button at the top-right corner of this page to create your own copy of the repository.
-
Clone the Forked Repository: Clone your forked repository to your local machine using Git.
git clone https://github.com/your-username/horizon-gdsc-automation-scripts.git
-
Create a New Folder: Inside the "scripts" directory, create a new folder with your GitHub username or name. This folder will contain your contributed scripts.
cd horizon-gdsc-automation-scripts/scripts mkdir your-username
-
Add Your Scripts: Add your automation scripts to the folder you created. Make sure to include a brief description or usage instructions in a README file within your folder.
-
Commit Changes: Commit your changes to your forked repository.
git add . git commit -m "Add [description of your changes]" git push origin main
-
Submit a Pull Request: Go to the GitHub page of your forked repository and click on the "Pull Request" button to submit your changes for review. Provide a descriptive title and explanation of your contributions in the pull request.
-
File Structure: Keep your scripts organized within your folder. Use clear and descriptive filenames for your scripts.
-
Documentation: Include a README file within your folder that provides information about your scripts, including usage instructions, dependencies, and any other relevant details.
-
Testing: Test your scripts thoroughly before submitting them. Make sure they work as intended and don't cause any unexpected behavior.
-
Be Respectful: Respect the work of other contributors and maintain a friendly and inclusive environment in your interactions.
Please note that by contributing to this repository, you agree to abide by the Code of Conduct of Horizon - GDSC IIT Madras. Ensure that your contributions align with the guidelines and values outlined in the Code of Conduct.
If you have any questions, concerns, or suggestions regarding this repository, feel free to open an issue or reach out to the repository owner or maintainers.