Skip to content

Commit b618223

Browse files
committed
update: pr template
1 parent 47eee8c commit b618223

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,23 @@
11
# ❤️ Thanks for adding a leaf to our tree! 🌳
22

3-
<!-- # ✅ Done for review -->
3+
<!-- # ✅ Done for review #<NUMBER OF ISSUE>-->
44

55
## Before submitting this PR, please make sure that:
66

77
- [ ] Your code is running WITHOUT ERRORS or WARNINGS
88
- [ ] You have added TEST to your code
9+
- [ ] Link this PR with Issue, if applicable
910

1011
## Describe your changes
1112

1213
A clear and concise description of what you want
1314

1415
## Show how to use your feature!
1516

17+
```python
18+
import merkly
19+
20+
print(merkly)
21+
```
22+
1623
# Welcome to the Merkly Community! 🌱

0 commit comments

Comments
 (0)