First off, thank you for considering contributing to BlazorShop! It's people like you that make BlazorShop such a great tool.
If you find a bug in the source code, you can help us by submitting an issue to our GitHub Repository. Even better, you can submit a Pull Request with a fix.
If you have an idea to improve BlazorShop, we would love to hear it! Please submit an issue to our GitHub Repository with a clear explanation of your enhancement.
- Fork the repository on GitHub.
- Clone your fork to your local machine.
- Create a new branch from
master
(e.g.,feature/my-new-feature
). - Make your changes and commit them with clear and concise commit messages.
- Push your branch to your fork on GitHub.
- Create a Pull Request from your branch to
master
.
- Follow the coding style used in the project.
- Ensure your code passes all tests before submitting a pull request.
- Write clear, concise commit messages.
To run the tests, you can use the following commands:
dotnet test
If you make changes to the code, please update the documentation accordingly.
Feel free to join our community and ask questions on our Discussion Board.
This project and everyone participating in it is governed by the BlazorShop Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to [email protected].
Thank you for contributing!