Skip to content

Commit

Permalink
Update documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
bakercp committed Jul 25, 2019
1 parent 6410bb6 commit 30894f0
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 21 deletions.
4 changes: 3 additions & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# See more here https://help.github.com/en/articles/about-code-owners

* @bakercp
* @bakercp

src/Encoding/SLIP.h @avilleret
25 changes: 5 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,24 +40,9 @@ See the [support](docs/SUPPORT.md) page.

_Any library that correctly implements a COBS or SLIP encoding scheme should be compatible._

[![Build Status](https://travis-ci.org/bakercp/PacketSerial.svg?branch=master)](https://travis-ci.org/bakercp/PacketSerial)

## Versioning

This project uses [Semantic Versioning](http://semver.org/spec/v2.0.0.html), although strict adherence will only come into effect at version 1.0.0.

## Changelog

See the [Changelog](CHANGELOG.md).

## Code of Conduct

See the [Code of Conduct](docs/CODE_OF_CONDUCT.md).

## Contributing

See [Contributing](docs/CONTRIBUTING.md) guide.

## Licensing
## Project Information

See the [License](LICENSE.md).
- [Changelog](CHANGELOG.md)
- [Code of Conduct](docs/CODE_OF_CONDUCT.md).
- [Contributing](docs/CONTRIBUTING.md) guide.
- [License](LICENSE.md).
8 changes: 8 additions & 0 deletions docs/CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Contributors

- Christopher Baker @bakercp - Primary author.
- Antoine Villeret @avilleret - SLIP Encoding.
- Anton Viktorov @latonita - Bugfixes.
- @per1234 - Metadata.

_For and up-to-date list of contributors, see [contributors](../graph/contributors)._

0 comments on commit 30894f0

Please sign in to comment.