From 0ecdb55183129de85ab519e5319d428a8548dc4b Mon Sep 17 00:00:00 2001 From: Shawn Tabrizi Date: Sat, 16 Nov 2019 15:47:20 +0100 Subject: [PATCH] Fix Readme (#4114) * Update README.md * Add badges * Update license wording --- substrate/README.adoc | 23 ----------------------- substrate/README.md | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 23 deletions(-) delete mode 100644 substrate/README.adoc create mode 100644 substrate/README.md diff --git a/substrate/README.adoc b/substrate/README.adoc deleted file mode 100644 index 62673f70e4..0000000000 --- a/substrate/README.adoc +++ /dev/null @@ -1,23 +0,0 @@ -= Substrate -:Author: Substrate developers -:Revision: 0.2.0 -:toc: -:sectnums: - -Substrate is a next-generation framework for blockchain innovation. - -== Trying it out - -Simply go to [substrate.dev](https://substrate.dev) and follow the instructions as listed. - -== Contributions & Code of Conduct - -Please follow the contributions guidelines as outlined in [`docs/CONTRIBUTING.adoc`](docs/CONTRIBUTING.adoc). In all communications and contributions, this project follows the [Contributor Covenant Code of Conduct](docs/CODE_OF_CONDUCT.adoc). - -== Security - -The security policy and procedures can be found in [`docs/SECURITY.md`](docs/SECURITY.md). - -== License - -GPL 3.0 see `LICENSE`-file in the repo root. \ No newline at end of file diff --git a/substrate/README.md b/substrate/README.md new file mode 100644 index 0000000000..319e7a5dc7 --- /dev/null +++ b/substrate/README.md @@ -0,0 +1,19 @@ +# Substrate · [![GitHub license](https://img.shields.io/github/license/paritytech/substrate)](LICENSE) [![GitLab Status](https://gitlab.parity.io/parity/substrate/badges/master/pipeline.svg)](https://gitlab.parity.io/parity/substrate/pipelines) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](docs/CONTRIBUTING.adoc) + +Substrate is a next-generation framework for blockchain innovation. + +## Trying it out + +Simply go to [substrate.dev](https://substrate.dev) and follow the [getting started](https://substrate.dev/docs/en/getting-started/) instructions. + +## Contributions & Code of Conduct + +Please follow the contributions guidelines as outlined in [`docs/CONTRIBUTING.adoc`](docs/CONTRIBUTING.adoc). In all communications and contributions, this project follows the [Contributor Covenant Code of Conduct](docs/CODE_OF_CONDUCT.adoc). + +## Security + +The security policy and procedures can be found in [`docs/SECURITY.md`](docs/SECURITY.md). + +## License + +Substrate is [GPL 3.0 licensed](LICENSE). \ No newline at end of file