From 164fbab9324c6d16ba6f6c25f23d2f5e9b0227c0 Mon Sep 17 00:00:00 2001 From: Matthew Dolan Date: Fri, 8 Mar 2019 08:04:57 +0000 Subject: [PATCH] Setup template readme --- README.md | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bee13bd..50d0c37 100644 --- a/README.md +++ b/README.md @@ -1 +1,27 @@ -# markdown-lint \ No newline at end of file +# markdown-lint [![CircleCI](https://circleci.com/gh/appmattus/markdown-lint/tree/master.svg?style=svg)](https://circleci.com/gh/appmattus/markdown-lint/tree/master) [![Coverage Status](https://coveralls.io/repos/github/appmattus/markdown-lint/badge.svg?branch=master)](https://coveralls.io/github/appmattus/markdown-lint?branch=master) + +Linting for markdown files + +## Getting started + + +## Contributing +Please fork this repository and contribute back using [pull requests](https://github.com/appmattus/markdown-lint/pulls). + +All contributions, large or small, major features, bug fixes, additional language translations, unit/integration tests are welcomed. + +## License [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE) + +Copyright 2019 Appmattus Limited + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License.