summary refs log tree commit diff stats
path: root/.github/PULL_REQUEST_TEMPLATE.md
diff options
context:
space:
mode:
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md64
1 files changed, 34 insertions, 30 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 3686c8b3..e9b644f4 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -1,40 +1,44 @@
-<!-- Provide a descriptive summary of your changes in the title above -->
+<!-- Provide a descriptive summary of the changes in the title above -->
 
-## Types of changes
-<!-- Remove lines that don't apply -->
-- Bug fix (non-breaking change which fixes an issue)
-- New feature (non-breaking change which adds functionality)
-- Breaking change (fix or feature that would cause existing functionality to change)
+#### ISSUE TYPE
+<!-- Pick relevant types and delete the rest -->
+- Bug fix
+- Improvement/feature implementation
+- Breaking changes
 
-## Description
-<!-- Describe your changes in detail -->
+#### RUNTIME ENVIRONMENT
+<!-- Include details of your runtime environment -->
+- Ranger version/commit: 
+- Python version: 
+- Operating system and version: 
 
+#### CHECKLIST
+<!-- All [REQUIRED] requisites need to be fulfilled -->
+<!-- Replace [ ] with [X] when fulfilled -->
+- [ ] The `CONTRIBUTING` document has been read **[REQUIRED]**
+- [ ] All changes follow the code style **[REQUIRED]**
+- [ ] All new and existing tests pass **[REQUIRED]**
+- [ ] Changes require config files to be updated
+    - [ ] Config files have been updated
+- [ ] Changes require documentation to be updated
+    - [ ] Documentation has been updated
+- [ ] Changes require tests to be updated
+    - [ ] Tests have been updated
 
-## Motivation and context
-<!-- Why is this change required? -->
-<!-- What problem does it solve? -->
-<!-- Link to relevant issue(s) -->
+#### DESCRIPTION
+<!-- Describe the changes in detail -->
 
 
-## Testing
-<!-- What's your testing environment? -->
-<!-- What tests have you run? -->
-<!-- How does your changes affect other areas of the codebase? -->
+#### MOTIVATION AND CONTEXT
+<!-- Why are these changes required? -->
+<!-- What problem does it solve? -->
+<!-- Link to relevant issues -->
 
 
-## Screenshots/Video<!-- Only if relevant -->
+#### TESTING
+<!-- What tests have been run? -->
+<!-- How does the changes affect other areas of the codebase? -->
 
 
-## Checklist
-<!-- Please go over all the following points -->
-<!-- Replace [ ] with [X] when fulfilled -->
-<!-- All [REQUIRED] requisites need to be fulfilled -->
-- [ ] The **CONTRIBUTING** document has been read **[REQUIRED]**
-- [ ] All changes follow the code style of this project **[REQUIRED]**
-- [ ] All new and existing tests pass **[REQUIRED]**
-- [ ] Changes require documentation to be updated
-    - [ ] Documentation has been updated
-- [ ] Changes require config files to be updated
-    - [ ] Config files have been updated
-- [ ] Changes require tests to be updated
-    - [ ] Tests have been updated
+#### IMAGES / VIDEOS<!-- Only if relevant -->
+<!-- Link or embed images and videos of screenshots, sketches etc. -->
e/widgets/directories.go?h=0.5.0&id=f87fe502a6d252bac9da5f08fd2aa682a9fc2277'>^
99c363b ^



546dfcd ^
99c363b ^
a782b70 ^





2349b7d ^

f9d26ee ^



cf66462 ^
f7387f8 ^
257affc ^
2349b7d ^




cce7cb4 ^
2349b7d ^
257affc ^
546dfcd ^
d7fecf7 ^
a782b70 ^
257affc ^
cf66462 ^


2349b7d ^



cf66462 ^
62946ff ^





9e3b602 ^
62946ff ^
626f91c ^

491e360 ^
626f91c ^





491e360 ^
626f91c ^
491e360 ^
62946ff ^


cf66462 ^


62946ff ^



2349b7d ^
5685a17 ^
2349b7d ^


24196d2 ^
a782b70 ^





d7fecf7 ^
99c363b ^




257affc ^
d7fecf7 ^
257affc ^


cf66462 ^

84965d6 ^
0950e39 ^


cf66462 ^


257affc ^

2349b7d ^
b60999c ^
3650b72 ^
b12eba5 ^









b60999c ^
b12eba5 ^
b60999c ^


3650b72 ^
b60999c ^


3650b72 ^
b60999c ^
626f91c ^
9fd6054 ^








d7fecf7 ^

626f91c ^
d7fecf7 ^
626f91c ^
99c363b ^
626f91c ^


d7fecf7 ^
99c363b ^
9fd6054 ^
626f91c ^




491e360 ^
626f91c ^
1b673b5 ^











1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202