Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 842 Bytes

CONTRIBUTING.md

File metadata and controls

43 lines (24 loc) · 842 Bytes

Contributing to Custom Bash Commands

Thank you for your interest in contributing to this project! Here’s a guide on how to contribute:

Steps to Contribute

  1. Fork the Repository: Start by forking the repository to your GitHub account.

  2. Clone the Fork: Clone your fork to your local machine.

  3. Create your own directory: Create a directory with <command_name>

  4. Navigate to that directory: Create a pair of files named as <command_name>.sh & README.md.

  5. <command_name>.sh: Write your custom command in this file.

README Template

Command name


Description

Short description about the command.


Syntax

bash
syntax of command

Features of the custom command

  • <Feature 1: Brief explanation>
  • <Feature 2: Brief explanation>
  • <Feature 3: Brief explanation>