Skip to content

Commit dc9387e

Browse files
committed
Add a note about asterisk
1 parent 615bc15 commit dc9387e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CONTRIBUTING.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ If you're adding a new example, please do create an issue to discuss it before s
77
You can use the following template for adding a new example:
88

99
<pre>
10-
### ▶ Some fancy Title
10+
### ▶ 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.
1112

1213
```py
1314
# Setting up the code.

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,8 @@ So, here ya go...
123123

124124
All the examples are structured like below:
125125

126-
> ### Some fancy Title
126+
> ### ▶ 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.
127128
>
128129
> ```py
129130
> # Setting up the code.

0 commit comments

Comments
 (0)