Thanks for your interest in contributing to bash-scripts! We welcome beginners and experienced developers alike. Here's how to get started:
-
Fork the repository.
-
Clone your fork:
git clone https://github.com/<your-username>/bash-scripts.git cd bash-scripts
-
Create a new branch for your changes:
git checkout -b your-feature-name
-
Make your changes or add new scripts in appropriate folders.
-
Commit with a clear message:
git commit -m "Add script to automate backup" -
Push and create a pull request:
git push origin your-feature-name
- 📁 Organize scripts into logical subfolders (
networking/,automation/, etc.). - ✍️ Comment your code for clarity.
- 📄 Update the
README.mdif needed. - 🚫 Avoid including system-generated files (
.DS_Store, etc.).
Join our Discord or open an issue with the question label.
Let’s script smarter, together. 💻 — Team HSSoC