summary refs log tree commit diff stats
path: root/.github/PULL_REQUEST_TEMPLATE.md
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 /.github/PULL_REQUEST_TEMPLATE.md
parentec3434a289d03890f0701ade9b053046e8797695 (diff)
downloadranger-1902d5e092332bdb52f6fe29baad92f41708e727.tar.gz
Added GitHub issue templates
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md37
1 files changed, 37 insertions, 0 deletions
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
='#n200'>200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270