Contributing Guidelines
September 7, 2024 ยท View on GitHub
Thanks for contributing to the HBlog. Feel free to open an issue if you have any suggestions for how Bblog could be enhanced. Please note that this project is released with a Code of conduct. By participating in this project, you agree to abide by its terms.
Issues and PRs
I would be really appreciate for any kind of PRs. Since this is not a huge project, one~two issues for single PR would be great start. If you think it needs to be changed a lot, please create a ticket with discussion or question tags. We can discuss it further.
How to Submit a PR
- Fork and clone the repository.
- run
dotnet buildanddotnet run - Create a new Branch:
git checkout -b issue-or-feature-branch-name - Change the code and add unit tests.
- Make sure all tests are passed.
- Push to your fork and submit a PR.
- Take a rest and wait for approval.