Correct the description of 'quit'
[ranger.git] / .github / PULL_REQUEST_TEMPLATE.md
blob99755c63d3ea4a3c788f824aeccc6072830007aa
1 <!-- Provide a descriptive summary of the changes in the title above -->
3 #### ISSUE TYPE
4 <!-- Pick relevant types and delete the rest -->
5 - Bug fix
6 - Improvement/feature implementation
7 - Breaking changes
9 #### RUNTIME ENVIRONMENT
10 <!-- Details of your runtime environment -->
11 <!-- Retrieve Python/ranger version and locale with `ranger -\-version` -->
12 - Operating system and version: 
13 - Terminal emulator and version: 
14 - Python version: 
15 - Ranger version/commit: 
16 - Locale: 
18 #### CHECKLIST
19 <!-- All [REQUIRED] requisites need to be fulfilled -->
20 <!-- Replace [ ] with [X] when fulfilled -->
21 - [ ] The `CONTRIBUTING` document has been read **[REQUIRED]**
22 - [ ] All changes follow the code style **[REQUIRED]**
23 - [ ] All new and existing tests pass **[REQUIRED]**
24 - [ ] Changes require config files to be updated
25     - [ ] Config files have been updated
26 - [ ] Changes require documentation to be updated
27     - [ ] Documentation has been updated
28 - [ ] Changes require tests to be updated
29     - [ ] Tests have been updated
31 #### DESCRIPTION
32 <!-- Describe the changes in detail -->
35 #### MOTIVATION AND CONTEXT
36 <!-- Why are these changes required? -->
37 <!-- What problems do these changes solve? -->
38 <!-- Link to relevant issues -->
41 #### TESTING
42 <!-- What tests have been run? -->
43 <!-- How does the changes affect other areas of the codebase? -->
46 #### IMAGES / VIDEOS<!-- Only if relevant -->
47 <!-- Link or embed images and videos of screenshots, sketches etc. -->