Add a note about asterisk

This commit is contained in:
Satwik Kansal 2018-01-22 17:27:59 +05:30
parent 615bc150a6
commit dc9387effa
2 changed files with 4 additions and 2 deletions

3
CONTRIBUTING.md vendored
View File

@ -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:
<pre>
### ▶ 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.

3
README.md vendored
View File

@ -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.