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

Commit

Permalink
Updated Maintainers information in README.md:
Browse files Browse the repository at this point in the history
- Moved AUTHORS.md into docs
- Added info for how to become a maintainer
- Fixed a few spelling/grammar errors in README.md
  • Loading branch information
kjlyon committed Nov 18, 2016
1 parent 9e94389 commit f5c75ea
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 18 deletions.
32 changes: 14 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,19 @@ limitations under the License.
4. [Community Support](#community-support)
5. [Contributing](#contributing)
* [Author a Plugin](#author-a-plugin)
* [Become a Maintainer](#become-a-maintainer)
6. [Code of Conduct](#code-of-conduct)
7. [Security Disclosure](#security-disclosure)
8. [License](#license)
9. [Contributors](#contributors)
* [Initial Authors](#initial-authors)
* [Maintainers](#maintainers)
10. [Thank You](#thank-you)

## Overview
<<<<<<< Updated upstream

**The Snap Telemetry Framework** is a project made up of multiple parts:
=======
![workflow-collect-process-publish](https://cloud.githubusercontent.com/assets/1744971/14644683/be49a6b6-0607-11e6-8621-14f7b54e2192.png)
>>>>>>> Stashed changes
* A hardened, extensively tested daemon, `snapteld`, and CLI, `snaptel` (in this repo)
* A growing number of maturing `plugins` (found in the [Plugin Catalog](#plugin-catalog))
Expand Down Expand Up @@ -94,7 +96,7 @@ Snap does not have external dependencies since it is compiled into a statically

### Installation

You can obtain Linux RPM/Deb packages from [Snap's packagecloud.io respository](https://packagecloud.io/intelsdi-x/snap). Snap binaries in `.tar.gz` bundles and MacOS `.pkg` installer are available at Snap's [GitHub release page](https://github.com/intelsdi-x/snap/releases).
You can obtain Linux RPM/Deb packages from [Snap's packagecloud.io repository](https://packagecloud.io/intelsdi-x/snap). Snap binaries in `.tar.gz` bundles and MacOS `.pkg` installer are available at Snap's [GitHub release page](https://github.com/intelsdi-x/snap/releases).

RedHat 6/7:
```
Expand Down Expand Up @@ -167,7 +169,7 @@ To view the service logs:
$ tail -f /var/log/snap/snapd.log
```

By default Snap daemon will be running in standalone mode and listening on port 8181. To enable gossip mode, checkout the [tribe documentation](docs/TRIBE.md). For additional configuration options such as plugin signing and port configuration see [snapd documentation](docs/SNAPD.md).
By default, Snap daemon will be running in standalone mode and listening on port 8181. To enable gossip mode, checkout the [tribe documentation](docs/TRIBE.md). For additional configuration options such as plugin signing and port configuration see [snapd documentation](docs/SNAPD.md).


### Load Plugins
Expand Down Expand Up @@ -320,7 +322,7 @@ We encourage contributions from the community. Snap needs:
* _Feedback_: try it and tell us about it on [our Slack team](https://intelsdi-x.herokuapp.com/), through [a blog posts](https://medium.com/intel-sdi/) or Twitter with #SnapTelemetry
* _Integrations_: Snap can collect from and publish to almost anything by [authoring a plugin](#author-a-plugin)

To contribute to the Snap framework, see [our CONTRIBUTING file](CONTRIBUTING.md). To give back to a specific plugin, open an issue on its repository.
To contribute to the Snap framework, see our [CONTRIBUTING.md](CONTRIBUTING.md) file. To give back to a specific plugin, open an issue on its repository. Snap maintainers aim to address comments and questions as quickly as possible. To get some attention on an issue, reach out to us [on Slack](http://slack.snap-telemetry.io), or open an issue to get a conversation started.


### Author a Plugin
Expand All @@ -330,27 +332,21 @@ The power of Snap comes from its open architecture and its growing community of

Add to the ecosystem by building your own plugins to collect, process or publish telemetry.

### Become a Maintainer
Snap maintainers are here to help guide Snap, the plugins, and the community forward in a positive direction. Maintainers of Snap and the Intel created plugins are selected based on contributions to the project and recommendations from other maintainers. The full list of active maintainers can be found [here](docs/MAINTAINERS.md).

Think you're ready to be a maintainer? Check out [Responsibilities of a Maintainer](docs/MAINTAINERS.md#responsibilities-of-maintainers) and open an issue on github to discuss your interest.

## Code of Conduct
All contributors to Snap are expected to be helpful and encouraging to all members of the community, treating everyone with a high level of professionalism and respect. See our [code of conduct](CODE_OF_CONDUCT.md) for more details.

## Security Disclosure

The Snap team take security very seriously. If you have any issue regarding security, please notify us by sending an email to snap-security@intel.com
The Snap team takes security very seriously. If you have any issue regarding security, please notify us by sending an email to snap-security@intel.com
and not by creating a GitHub issue. We will follow up with you promptly with more information and a plan for remediation.

## License
Snap is Open Source software released under the [Apache 2.0 License](LICENSE).

## Contributors
### Initial Authors
All contributors are equally important to us, but we would like to thank the [initial authors](AUTHORS.md#initial-authors) for helping make open sourcing Snap possible.

### Maintainers
Amongst the many awesome contributors, there are the maintainers. These maintainers may change over time, but they are all members of the **@intelsdi-x/snap-maintainers** team. This group will help you by:
* Committing to reviewing pull requests, issues, and addressing comments/questions as quickly as possible
* Acting as a point of contact for questions

Just tag **@intelsdi-x/snap-maintainers** if you need to get some attention on an issue. If at any time, you don't get a quick enough response, reach out to us [on Slack](http://slack.snap-telemetry.io)

## Thank You
And **thank you!** Your contribution, through code and participation, is incredibly important to us.
22 changes: 22 additions & 0 deletions docs/AUTHORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Initial Authors

[@andrzej-k](https://github.com/andrzej-k)
[@candysmurf](https://github.com/candysmurf)
[@ConnorDoyle](https://github.com/ConnorDoyle)
[@danielscottt](https://github.com/danielscottt)
[@dasm](https://github.com/dasm)
[@geauxvirtual](https://github.com/geauxvirtual)
[@IzabellaRaulin](https://github.com/IzabellaRaulin)
[@jcooklin](https://github.com/jcooklin)
[@Lactem](https://github.com/Lactem)
[@lmroz](https://github.com/lmroz)
[@lynxbat](https://github.com/lynxbat)
[@marcin-krolik](https://github.com/marcin-krolik)
[@mjbrender](https://github.com/mjbrender)
[@nqn](https://github.com/nqn)
[@PatrykMatyjasek](https://github.com/PatrykMatyjasek)
[@ppalucki](https://github.com/ppalucki)
[@sandlbn](https://github.com/sandlbn)
[@shweta1989](https://github.com/shweta1989)
[@skonefal](https://github.com/skonefal)
[@tiffanyfj](https://github.com/tiffanyfj)

0 comments on commit f5c75ea

Please sign in to comment.