summary refs log tree commit diff stats
diff options
context:
space:
mode:
authornfnty <git@nfnty.se>2017-01-16 00:24:32 +0100
committernfnty <git@nfnty.se>2017-01-16 00:27:48 +0100
commit1902d5e092332bdb52f6fe29baad92f41708e727 (patch)
treeac45b657bcd63b19567625df68b1d7375a5bb1c8
parentec3434a289d03890f0701ade9b053046e8797695 (diff)
downloadranger-1902d5e092332bdb52f6fe29baad92f41708e727.tar.gz
Added GitHub issue templates
-rw-r--r--.github/ISSUE_TEMPLATE.md39
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md37
2 files changed, 76 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
new file mode 100644
index 00000000..14183666
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE.md
@@ -0,0 +1,39 @@
+<!-- Provide a descriptive summary of the issue in the title above -->
+
+## Expected behavior
+<!-- Bug: What should happen? -->
+<!-- Improvement: How should it work? -->
+
+## Current behavior
+<!-- Bug: How is it different from the expected behavior? -->
+<!-- Improvement: How does it change the current behavior? -->
+
+## Possible solution
+<!-- Bug: How should it be fixed? -->
+<!-- Improvement: How should it be implemented? -->
+
+## Context
+<!-- How has this issue affected you? -->
+<!-- What are you trying to accomplish? -->
+
+<!-- For bugs -->
+## Steps to reproduce
+<!-- List unambiguous steps to reproduce this bug -->
+1. 
+2. 
+3. 
+4. 
+5. 
+
+<!-- For crashes -->
+## Traceback
+<!-- Run ranger in debug mode -->
+
+<!-- Only if relevant -->
+## Screenshots/Video
+
+## Runtime environment
+<!-- Include details of your runtime environment -->
+* Ranger version/commit: 
+* Python version: 
+* Operating system and version: 
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 00000000..6a51b47e
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,37 @@
+<!-- Provide a descriptive summary of your 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)
+
+## Description
+<!-- Describe your changes in detail -->
+
+## Motivation and context
+<!-- Why is this change required? -->
+<!-- What problem does it solve? -->
+<!-- Link to relevant issue(s) -->
+
+## Testing
+<!-- What's your testing environment? -->
+<!-- What tests have you run? -->
+<!-- How does your changes affect other areas of the codebase? -->
+
+<!-- Only if relevant -->
+## Screenshots/Video
+
+## 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
it/html/400.mu.html?h=hlt&id=1c349ac7c571a97978e1cbbe726430ae9c741972'>1c349ac7 ^
78357b88 ^
1c349ac7 ^




























762107fd ^
1c349ac7 ^
5396e24c ^


dd60caa3 ^
372367f5 ^
dd60caa3 ^



78357b88 ^

dd60caa3 ^
78357b88 ^





dd60caa3 ^
78357b88 ^




















dd60caa3 ^
78357b88 ^













































































1c349ac7 ^



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