Skip to content

All kinds of automation scripts, can be in any language and would be made to make life easier

Notifications You must be signed in to change notification settings

Horizon-GDSCxIITM/automation-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Horizon - GDSC IIT Madras Automation Scripts Repository

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.

How to Contribute

To contribute to this repository, follow these steps:

  1. Fork the Repository: Click on the "Fork" button at the top-right corner of this page to create your own copy of the repository.

  2. 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
  3. 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
  4. 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.

  5. Commit Changes: Commit your changes to your forked repository.

    git add .
    git commit -m "Add [description of your changes]"
    git push origin main
  6. 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.

Guidelines for Contributions

  • 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.

Code of Conduct

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.

Questions or Concerns

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.

About

All kinds of automation scripts, can be in any language and would be made to make life easier

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages