From 919db3c7b2dd4b14eabe70b9997c50cbe4c4fae9 Mon Sep 17 00:00:00 2001 From: Terry Zhuo Date: Sat, 11 Jul 2020 19:35:24 +1000 Subject: [PATCH] doc: update the document (#199) --- CONTRIBUTING.md | 3 +-- README.rst | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7abd832..be5c3a4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -43,12 +43,11 @@ Note there is no labels for closed issues but still remember to have a look! ### Step 2: Formating Your Comment -Inspired by [ionic-framework](https://github.com/ionic-team/ionic-framework/blob/master/.github/ISSUE_TEMPLATE.md). Please see the [Issue Template](ISSUE_TEMPLATE.md). ## Pull Request Submitting -Inspired by [angular-translate](https://github.com/angular-translate/angular-translate/blob/master/CONTRIBUTING.md). +> Inspired by [angular-translate](https://github.com/angular-translate/angular-translate/blob/master/CONTRIBUTING.md). - Check out a new branch based on master and name it to what you intend to do: - Example: ```` diff --git a/README.rst b/README.rst index 640eb08..1a8cba5 100644 --- a/README.rst +++ b/README.rst @@ -195,7 +195,7 @@ Contributing ------------------------- Contributions are more than welcomed. See -[CONTRIBUTING.md](CONTRIBUTING.md) +`CONTRIBUTING.md `__ -----------------------------------------