You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/pull_request_template.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
-
# Description
1
+
# 📚 Description
2
2
3
3
Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change.
4
4
5
5
Fixes # (issue)
6
6
7
-
## Type of change
7
+
## 👾 Type of change
8
8
9
9
Please delete options that are not relevant.
10
10
@@ -14,14 +14,14 @@ Please delete options that are not relevant.
14
14
-[ ] This change requires a documentation update
15
15
-[ ] Other (If yes, please write one phrase about this update)
16
16
17
-
# How Has This Been Tested?
17
+
# 👀 How Has This Been Tested?
18
18
19
19
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
20
20
21
21
-[ ] Test A
22
22
-[ ] Test B
23
23
24
-
# Checklist
24
+
# ✅ Checklist
25
25
26
26
-[ ] My code follows the style guidelines of this project
| lang | string | false |`en`, `es`, `de`, `tr` or `zh`|`en`| Change the language `from` and `to` texts and change the format in the dates |
64
64
| dateFormat | string | false |`only-number`, `short`, `with-weekday` or `full`|`only-number`| Change the presentation format of dates |
65
-
| collapse | boolean | false |`true` or `false`|`false`| Allow collapse the description of Content component |
65
+
| collapse | boolean | false |`true` or `false`|`false`| Allow collapsing description of all Content components |
66
+
| withoutDay | boolean | false |`true` or `false`|`false`| Will hide the day of the dates of all Content components |
66
67
67
68
`dateFormat`: The next table shows the different formats that can be used in the `dateFormat` prop and the result that will be displayed.
68
69
@@ -80,6 +81,12 @@ This is the wrapper component that creates the vertical timeline.
80
81
81
82
This component is the container of the content of each year. It is required to have at least one `Container` component as a child of the `Timeline` component. It can have as many `Container` components as you want.
0 commit comments