Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (17 loc) · 1.35 KB

CONTRIBUTING.md

File metadata and controls

23 lines (17 loc) · 1.35 KB

Contributing to the Resource Pack Converter

Thank you for considering contributing to the Resource Pack Converter! There are many ways to contribute, and we appreciate any help.

Reporting bugs

If you find a bug in the Resource Pack Converter, please open an issue on the GitHub repository and include as much information as possible, such as the version of the script and the operating system you are using.

Suggesting enhancements

If you have an idea for an enhancement to the Resource Pack Converter, please open an issue on the GitHub repository and include a clear description of the enhancement, along with any relevant details.

Submitting pull requests

If you would like to contribute code to the Resource Pack Converter, please follow these steps:

  1. Fork the repository on GitHub.
  2. Clone the repository to your local machine.
  3. Make your changes and commit them to your local repository.
  4. Push your changes to your fork on GitHub.
  5. Open a pull request on the GitHub repository and include a clear description of your changes.
  6. We will review your changes and merge them if they are appropriate.

Style guide

The Resource Pack Converter follows the Bash Style Guide published by Google. Please make sure your code follows this style guide.

Thank you for contributing to the Resource Pack Converter!