Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Latest commit

 

History

History
41 lines (30 loc) · 2.41 KB

CONTRIBUTING.md

File metadata and controls

41 lines (30 loc) · 2.41 KB

snap Plugin Utilities

  1. Contributing Code
  2. Contributing Examples
  3. Contribute Elsewhere
  4. Thank You

This repository is primarily community supported. We both appreciate and need your contribution to keep it stable.

Contributing Code

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
  • 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 (see below)
  • 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.

Contributing Examples

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 utilities? Send it to us!

Contribute Elsewhere

This repository is one of many plugins in the snap Framework: a powerful telemetry agent framework. See the full project at http://github.com/intelsdi-x/snap

Thank You

And thank you! Your contribution is incredibly important to us.