Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.96 KB

CONTRIBUTING.md

File metadata and controls

39 lines (30 loc) · 1.96 KB

🤝 Contributing

We welcome contributions from everyone! Whether you want to report a bug, suggest a feature, or dive into code, your input is invaluable to us. Here’s how you can contribute to Wizard Build:

Ways to Contribute

  1. Report Issues: If you encounter any bugs or have suggestions for improvements, please check our Issues page and create a new issue if it doesn't already exist. Make sure to include as much detail as possible!

  2. Feature Requests: Have an idea for a new feature or improvement? We’d love to hear it! Please open an issue and describe your idea in detail.

  3. Code Contributions:

    • Fork the Repository: Start by forking the Wizard Build repository.
    • Clone Your Fork: Clone your forked repository to your local machine.
      git clone https://github.com/your-username/wizard-build.git
    • Create a Branch: Create a new branch for your feature or bug fix.
      git checkout -b my-feature
    • Make Your Changes: Implement your changes or new features.
    • Write Tests: If applicable, ensure your changes are covered by tests.
    • Commit Your Changes: Commit your changes with a clear message.
      git commit -m "Add new feature"
    • Push Your Branch: Push your changes to your forked repository.
      git push origin my-feature
    • Create a Pull Request: Go to the original repository and create a pull request. Be sure to explain your changes and why they should be merged.

Code of Conduct

By participating in this project, you agree to abide by our Code of Conduct. We are committed to providing a welcoming environment for all contributors.


Thank you for considering contributing to Wizard Build! Together, we can create a powerful and magical tool for developers everywhere. 🧙‍♂️✨