diff --git a/README.md b/README.md index 49410a8..4d6c7e9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![Build Status][build status badge]][build status] -[![License][license badge]][license] [![Platforms][platforms badge]][platforms] +[![Documentation][documentation badge]][documentation] # Rearrange @@ -85,15 +85,19 @@ subscript(range: Range) -> Substring? subscript(range: NSRange) -> Substring? ``` -### Suggestions or Feedback +## Contributing and Collaboration -We'd love to hear from you! Get in touch via an issue or pull request. +I'd love to hear from you! Get in touch via an issue or pull request. -Please note that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms. +I prefer collaboration, and would love to find ways to work together if you have a similar project. + +I prefer indentation with tabs for improved accessibility. But, I'd rather you use the system you want and make a PR than hesitate because of whitespace. + +By participating in this project you agree to abide by the [Contributor Code of Conduct](CODE_OF_CONDUCT.md). [build status]: https://github.com/ChimeHQ/Rearrange/actions [build status badge]: https://github.com/ChimeHQ/Rearrange/workflows/CI/badge.svg -[license]: https://opensource.org/licenses/BSD-3-Clause -[license badge]: https://img.shields.io/github/license/ChimeHQ/Rearrange [platforms]: https://swiftpackageindex.com/ChimeHQ/Rearrange [platforms badge]: https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FChimeHQ%2FRearrange%2Fbadge%3Ftype%3Dplatforms +[documentation]: https://swiftpackageindex.com/ChimeHQ/Rearrange/main/documentation +[documentation badge]: https://img.shields.io/badge/Documentation-DocC-blue