Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.59 KB

File metadata and controls

45 lines (29 loc) · 1.59 KB

Contribution Guidelines

Thank you for your interest in contributing to this Blazor project! Please follow these guidelines to help us maintain a high-quality codebase.

Getting Started

  • Ensure you have .NET 9 SDK installed.
  • Clone the repository and create a new branch for your feature or bugfix.
  • Run the project locally to verify your changes.

Code Style

  • Follow the Microsoft C# Coding Conventions.
  • Use meaningful commit messages.
  • Keep code clean and well-documented.
  • For Blazor components, use .razor files and prefer component-based design.

Pull Requests

  • Fork the repository and submit your pull request from a feature branch.
  • Describe your changes clearly in the pull request description.
  • Reference related issues if applicable (e.g., Fixes #123).
  • Ensure your code builds and passes all tests before submitting.

Testing

  • Add or update unit and integration tests as appropriate.
  • Run all tests locally before submitting your pull request.

Code Reviews

  • Be responsive to feedback and make requested changes promptly.
  • Review other contributions when possible.

Reporting Issues

  • Use the issue tracker to report bugs or request features.
  • Provide clear steps to reproduce bugs and include relevant logs or screenshots.

Community Standards

Thank you for helping make this project better!