You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been modifying my local version of ChartJs.Blazor, adding properties like 'Duration' to the ArcAnimation. I'm not a developer (just teaching myself Blazor now) & have zero experience with Github. Other than learning how to use Github, is there a way to contribute back to this project with the changes I've made?
The text was updated successfully, but these errors were encountered:
I have very limited time currently so I don't know how much I can assist you but I can give you the most basic stuff.
You can fork the repository by clicking "Fork" in the top-right of any page of our repo (e.g. this one). This will create a clone of our repo for your account. There you can do changes as much as you want (usually you'd do that on a different branch). After you're done with the changes, you can submit a pull request to this repo. We can then review that and merge it into this repo if the changes are accepted.
Thank you for the direction. I have attempted to make a new fork & project with just 2 small changes and submit a pull request. I've tested this in a pie chart and a bar chart & it is working. Please let me know if I can improve anything for the future.
I have been modifying my local version of ChartJs.Blazor, adding properties like 'Duration' to the ArcAnimation. I'm not a developer (just teaching myself Blazor now) & have zero experience with Github. Other than learning how to use Github, is there a way to contribute back to this project with the changes I've made?
The text was updated successfully, but these errors were encountered: