From dc9387effa2f6391e85c5bf6302fb298e802cbf0 Mon Sep 17 00:00:00 2001 From: Satwik Kansal Date: Mon, 22 Jan 2018 17:27:59 +0530 Subject: [PATCH] Add a note about asterisk --- CONTRIBUTING.md | 3 ++- README.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 17c52ce..c0279f1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,7 +7,8 @@ If you're adding a new example, please do create an issue to discuss it before s You can use the following template for adding a new example:
-### ▶ Some fancy Title
+### ▶ Some fancy Title *
+The asterisk at the end of the title indicates the example was not present in the first release and has been recently added.
 
 ```py
 # Setting up the code.
diff --git a/README.md b/README.md
index d615399..84d7de0 100644
--- a/README.md
+++ b/README.md
@@ -123,7 +123,8 @@ So, here ya go...
 
 All the examples are structured like below:
 
-> ### Some fancy Title
+> ### ▶ Some fancy Title *
+> The asterisk at the end of the title indicates the example was not present in the first release and has been recently added.
 > 
 > ```py
 > # Setting up the code.