Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.54 KB

CONTRIBUTING.md

File metadata and controls

46 lines (31 loc) · 1.54 KB

Contributing to GiggleGig

Thank you for considering contributing to GiggleGig! We appreciate your help in improving the game and making it even more fun for everyone.

How to Contribute

  1. Fork the project: Click the "Fork" button at the top right of this page.
  2. Create your feature branch:
    git checkout -b feature/amazing-feature
  3. Commit your changes:
    git commit -m 'Add amazing feature'
  4. Push to the branch:
    git push origin feature/amazing-feature
  5. Open a Pull Request: Go to your forked repository and click the "New pull request" button.

Issue Reporting

If you encounter a bug or have a feature request, please open an issue here. Include as much detail as possible so we can address the problem efficiently.

Coding Guidelines

  • Follow the coding style used in the project.
  • Ensure your code is clean, well-documented, and passes all tests.
  • Write unit tests for new features and bug fixes.

Review Process

  • All pull requests will be reviewed by maintainers.
  • If you have any questions during the review process, feel free to ask in the comments of your pull request.

Code of Conduct

Please note that this project is governed by a Code of Conduct to ensure a welcoming environment for everyone.

Getting Help

If you need help contributing to GiggleGig, feel free to reach out on our Slack channel or open a discussion on GitHub.

Thank you for contributing to GiggleGig!