To contribute to the Yassa-Rollbar you can send us a pull request using GitHub, that's it!
I only ask you to use a couple of conventions:
-
If you want to propose a new or enhance an existing feature use the
feature/<name>
branch name convention, where<name>
is the short description of the feature that you want to create or enhance; -
To fix bug use the
bugfix/<name>
branch name convention, where<name>
is the short description of the bug that you want to fix;
You can fork this project within github, as described on help.github.com. This fork will show up on your own github profile, and can be checked out to your local machine. You don't need a webserver on there, or run any project-specific scripts.
You should update your own repository every now and then from "upstream" (the original repository), to ensure you make any changes on the most recent version of files. See "Pulling in upstream changes" on help.github.com.
See "Pull requests" on help.github.com.