We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47eee8c commit b618223Copy full SHA for b618223
.github/PULL_REQUEST_TEMPLATE/pull_request_template.md
@@ -1,16 +1,23 @@
1
# ❤️ Thanks for adding a leaf to our tree! 🌳
2
3
-<!-- # ✅ Done for review -->
+<!-- # ✅ Done for review #<NUMBER OF ISSUE>-->
4
5
## Before submitting this PR, please make sure that:
6
7
- [ ] Your code is running WITHOUT ERRORS or WARNINGS
8
- [ ] You have added TEST to your code
9
+- [ ] Link this PR with Issue, if applicable
10
11
## Describe your changes
12
13
A clear and concise description of what you want
14
15
## Show how to use your feature!
16
17
+```python
18
+import merkly
19
+
20
+print(merkly)
21
+```
22
23
# Welcome to the Merkly Community! 🌱
0 commit comments