Skip to content

Latest commit

 

History

History
61 lines (37 loc) · 1.98 KB

CONTRIBUTING.md

File metadata and controls

61 lines (37 loc) · 1.98 KB

Contributing to QuizardCraft

🎉 Thank you for considering contributing to QuizardCraft! 🎉

QuizardCraft is an open-source project, and we appreciate any help and contributions from the community. Whether you're reporting a bug, proposing a new feature, or submitting code changes, your involvement is valuable.

Ways to Contribute

  • Reporting Bugs: If you find a bug or an issue, please open a GitHub issue. Provide detailed information about the problem, including steps to reproduce it.

  • Requesting Features: If you have a feature request, open a GitHub issue to discuss and describe the proposed feature. Your ideas and suggestions are welcome.

  • Code Contributions: If you'd like to contribute code, fork the repository, create a new branch, make your changes, and submit a pull request. Ensure your code follows the project's coding standards.

Getting Started

  1. Fork the QuizardCraft repository.

  2. Clone your forked repository to your local machine:

git clone https://github.com/your-username/quizardcraft.git
  1. Create a new branch for your changes:
git checkout -b feature-or-fix-branch
  1. Make your changes and commit them:
git add .
git commit -m "Your commit message here"
  1. Push your changes to your fork:
git push origin feature-or-fix-branch

Open a pull request on the QuizardCraft repository.

Code Guidelines

  • Follow the existing coding style and conventions.
  • Write clear and concise commit messages.
  • Test your changes thoroughly before submitting a pull request.
  • Keep discussions and comments constructive and respectful.

Code of Conduct

Please note that this project adheres to the Contributor Covenant Code of Conduct. By participating, you are expected to uphold this code. Please report any unacceptable behavior to project maintainers.

License

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

Thank you for contributing to QuizardCraft! 🚀