This repository has dedicated developers from Intel working on updates. The most helpful way to contribute is by reporting your experience through issues. Issues may not be updated while we review internally, but they're still incredibly appreciated.
IMPORTANT: We encourage contributions to the project from the community. We ask that you keep the following guidelines in mind when planning your contribution.
- Whether your contribution is for a bug fix or a feature request, create an Issue and let us know what you are thinking.
- For bugs, if you have already found a fix, feel free to submit a Pull Request referencing the Issue you created.
- For feature requests, we want to improve upon the library incrementally which means small changes at a time. In order ensure your PR can be reviewed in a timely manner, please keep PRs small, e.g. <10 files and <500 lines changed. If you think this is unrealistic, then mention that within the issue and we can discuss it.
Once you're ready to contribute code back to this repo, start with these steps:
-
Fork the appropriate sub-projects that are affected by your change.
-
Clone the fork to
$GOPATH/src/github.com/intelsdi-x/
:$ git clone https://github.com/<yourGithubID>/<project>.git
-
Create a topic branch for your change and checkout that branch:
$ git checkout -b some-topic-branch
-
Make your changes and run the test suite if one is provided.
-
Commit your changes and push them to your fork.
-
Open a pull request for the appropriate project.
-
Contributors will review your pull request, suggest changes, and merge it when it’s ready and/or offer feedback.
-
To report a bug or issue, please open a new issue against this repository.
If you have questions feel free to contact the maintainers by tagging them: @intelsdi-x/plugin-maintainers.
The most immediately helpful way you can benefit this project is by cloning the repository, adding some further examples and submitting a pull request.
Have you written a blog post about how you use snap and/or this plugin? Share it with us!
This repository is one of many plugins in Snap, the open telemetry framework. See the full project at http://github.com/intelsdi-x/snap.
And thank you! Your contribution, through code and participation, is incredibly important to us.