There was an error while loading. Please reload this page.
1 parent 615bc15 commit dc9387eCopy full SHA for dc9387e
2 files changed
CONTRIBUTING.md
@@ -7,7 +7,8 @@ If you're adding a new example, please do create an issue to discuss it before s
7
You can use the following template for adding a new example:
8
9
<pre>
10
-### ▶ Some fancy Title
+### ▶ Some fancy Title *
11
+The asterisk at the end of the title indicates the example was not present in the first release and has been recently added.
12
13
```py
14
# Setting up the code.
README.md
@@ -123,7 +123,8 @@ So, here ya go...
123
124
All the examples are structured like below:
125
126
-> ### Some fancy Title
+> ### ▶ Some fancy Title *
127
+> The asterisk at the end of the title indicates the example was not present in the first release and has been recently added.
128
>
129
> ```py
130
> # Setting up the code.
0 commit comments