diff --git a/Bash/README.md b/Bash/README.md index dbe535c..4eaf4ec 100644 --- a/Bash/README.md +++ b/Bash/README.md @@ -15,6 +15,7 @@ This directory contains Bash shell scripts organized by category and use-case. ## Contributing When adding a new Bash script: + 1. Choose the appropriate category directory 2. Choose the appropriate subcategory (use-case) within that category 3. Use proper shebang (#!/bin/bash) at the beginning of scripts diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index df46b6d..d9385f2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,8 @@ # Contributing to Scripts Repository -Thank you for your interest in contributing to our Scripts repository! This document provides specific guidelines for contributing scripts across different programming languages. +Thank you for your interest in contributing to our Scripts repository! + +This document provides specific guidelines for contributing scripts across different programming languages. ## Quick Start diff --git a/Go/README.md b/Go/README.md index 780d3de..cf35ad8 100644 --- a/Go/README.md +++ b/Go/README.md @@ -15,6 +15,7 @@ This directory contains Go scripts organized by category and use-case. ## Contributing When adding a new Go script: + 1. Choose the appropriate category directory 2. Choose the appropriate subcategory (use-case) within that category 3. Follow Go formatting standards (use gofmt) diff --git a/INSTRUCTIONS.md b/INSTRUCTIONS.md index 0806c23..a37d03d 100644 --- a/INSTRUCTIONS.md +++ b/INSTRUCTIONS.md @@ -2,7 +2,9 @@ ## Repository Overview -This repository serves as a comprehensive collection of scripts across multiple programming languages, organized using a systematic three-tier hierarchy for easy navigation and contribution. +This repository serves as a comprehensive collection of scripts across multiple programming languages. + +It is organized using a systematic three-tier hierarchy for easy navigation and contribution. ## Repository Structure @@ -320,4 +322,6 @@ This repository is licensed under the MIT License. See the `LICENSE` file for de --- -*This instruction document helps maintain consistency and quality across all scripts in the repository. Please follow these guidelines to ensure the repository remains well-organized and useful for all contributors.* +*This instruction document helps maintain consistency and quality across all scripts in the repository.* + +*Please follow these guidelines to ensure the repository remains well-organized and useful for all contributors.* diff --git a/JavaScript/README.md b/JavaScript/README.md index c1a5bb0..fc66b28 100644 --- a/JavaScript/README.md +++ b/JavaScript/README.md @@ -15,6 +15,7 @@ This directory contains JavaScript/Node.js scripts organized by category and use ## Contributing When adding a new JavaScript script: + 1. Choose the appropriate category directory 2. Choose the appropriate subcategory (use-case) within that category 3. Follow JavaScript best practices and common style guidelines diff --git a/PowerShell/README.md b/PowerShell/README.md index c48db6e..b052cab 100644 --- a/PowerShell/README.md +++ b/PowerShell/README.md @@ -15,6 +15,7 @@ This directory contains PowerShell scripts organized by category and use-case. ## Contributing When adding a new PowerShell script: + 1. Choose the appropriate category directory 2. Choose the appropriate subcategory (use-case) within that category 3. Follow PowerShell best practices and naming conventions diff --git a/Ruby/README.md b/Ruby/README.md index 6edf633..5e55e2d 100644 --- a/Ruby/README.md +++ b/Ruby/README.md @@ -15,6 +15,7 @@ This directory contains Ruby scripts organized by category and use-case. ## Contributing When adding a new Ruby script: + 1. Choose the appropriate category directory 2. Choose the appropriate subcategory (use-case) within that category 3. Follow Ruby style guidelines and conventions