Skip to content
This repository was archived by the owner on Aug 5, 2026. It is now read-only.

Latest commit

 

History

History
25 lines (15 loc) · 729 Bytes

File metadata and controls

25 lines (15 loc) · 729 Bytes

Contributing to benja2998/batch

We welcome contributions from the community, but they must follow these guidelines:

  • Your code should be tested.

  • Your code should follow the style of the rest of the code.

    • Use proper tabbing.
    • Use proper indentation.

Where to start?

Visit this link to fork the benja2998/batch repository.

Clone your fork to your local machine:

git clone git@github.com:your-username/batch.git

From there, you can make changes to the code.

Note: You can also use https, and the name of the repo may be different if you specify a different name when you fork the repo.

You can also make changes directly in the GitHub web interface.