Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Bash/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 1 addition & 0 deletions Go/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
8 changes: 6 additions & 2 deletions INSTRUCTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.*
1 change: 1 addition & 0 deletions JavaScript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions PowerShell/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions Ruby/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down