Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.13 KB

File metadata and controls

48 lines (32 loc) · 1.13 KB

🛠️ Contributing to bash-scripts

Thanks for your interest in contributing to bash-scripts! We welcome beginners and experienced developers alike. Here's how to get started:

🚀 Getting Started

  1. Fork the repository.

  2. Clone your fork:

    git clone https://github.com/<your-username>/bash-scripts.git
    cd bash-scripts
  3. Create a new branch for your changes:

    git checkout -b your-feature-name
  4. Make your changes or add new scripts in appropriate folders.

  5. Commit with a clear message:

    git commit -m "Add script to automate backup"
  6. Push and create a pull request:

    git push origin your-feature-name

✅ Guidelines

  • 📁 Organize scripts into logical subfolders (networking/, automation/, etc.).
  • ✍️ Comment your code for clarity.
  • 📄 Update the README.md if needed.
  • 🚫 Avoid including system-generated files (.DS_Store, etc.).

💡 Need Help?

Join our Discord or open an issue with the question label.


Let’s script smarter, together. 💻 — Team HSSoC