Skip to content

Latest commit

ย 

History

History
58 lines (37 loc) ยท 2.1 KB

CONTRIBUTING.md

File metadata and controls

58 lines (37 loc) ยท 2.1 KB

Contributing to tFrogger ๐ŸŽฎ

Thank you for considering contributing to tFrogger! We welcome contributions from the community to help improve the project. Here are some guidelines to get you started.

How to Contribute ๐Ÿค

Reporting Issues ๐Ÿ›

If you encounter any bugs or have suggestions for improvements, please open an issue on GitHub. When reporting an issue, please include:

  • A clear and descriptive title.
  • A detailed description of the problem or suggestion.
  • Steps to reproduce the issue, if applicable.
  • Any relevant screenshots or error messages.

Submitting Pull Requests ๐Ÿ“ฌ

We welcome pull requests for bug fixes, new features, and improvements. To submit a pull request:

  1. Fork the Repository: Create a personal fork of the repository on GitHub.

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

    git clone https://github.com/gfargo/tfrogger.git
  3. Create a Branch: Create a new branch for your changes.

    git checkout -b feature/your-feature-name
  4. Make Changes: Implement your changes, following the coding standards outlined below.

  5. Test Your Changes: Ensure that your changes do not break existing functionality.

  6. Commit and Push: Commit your changes and push them to your fork.

    git commit -m "Add your commit message here"
    git push origin feature/your-feature-name
  7. Open a Pull Request: Go to the original repository and open a pull request from your branch.

Coding Standards ๐Ÿ“

  • Code Style: Follow the existing code style and conventions used in the project.
  • Comments: Write clear and concise comments to explain complex logic.
  • Testing: Ensure that your changes are covered by tests, if applicable.

Code of Conduct ๐Ÿ“œ

Please note that this project is governed by a Code of Conduct. By participating, you are expected to uphold this code.

License ๐Ÿ“„

By contributing to tFrogger, you agree that your contributions will be licensed under the MIT License.

Thank you for your contributions! We look forward to working with you. ๐Ÿ˜Š