mariusmuntean/ChartJs.Blazor

How best to contribute?

Chris-Mingay opened this issue · 2 comments

I would like to contribute to this project, currently I include it in my own project via a nuget package. Is it just a case of removing that nuget reference, downloading this repo as a project and then referencing that instead?

I don't want to include my fork of this repo in the solution I am working on, however I would like to reference it via a specific branch so that I can check it still works. Is there a "proper" way of doing this or does anyone have any tips in general in relation to contributing to a nuget packages development.

Thank you

Well don't of it as contributing to a nuget package. It's just a repo like all other repos. The best way you can contribute to any repo is first to read carefully CONTRIBUTING.md. Then fork the repo, create a branch with an appropriate name, code, then push, create a PR describing what you will do, profit?!
Tip: To avoid any work that is not helpful, or it goes towards a direction the maintainers don't want to go. It is best to first open an issue with what you are planning to do and let the community and the maintainers weigh in on it.

Brilliant, sorry I didn't think to look for a contributing guide