about summary refs log tree commit diff stats
path: root/.github/ISSUE_TEMPLATE.md
blob: 4b4253fc61467e37096ad6bda6219b37820c678b (plain) (blame)
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
<!-- Provide a descriptive summary of the issue in the title above -->
<!-- First verify that the issue hasn't already been reported -->
<!-- Also test if the latest release and master branch are affected too -->

#### ISSUE TYPE
<!-- Pick one and delete the rest -->
- Bug report
- Improvement/feature request

#### RUNTIME ENVIRONMENT
<!-- Details of your runtime environment -->
- Operating system and version: 
- Terminal emulator and version: 
- Python version: 
- Ranger version/commit: 

#### EXPECTED BEHAVIOR
<!-- Bug: What should happen? -->
<!-- Request: How should it work? -->


#### CURRENT BEHAVIOR
<!-- Bug: How is it different from the expected behavior? -->
<!-- Request: How does it change the current behavior? -->


#### POSSIBLE SOLUTIONS
<!-- Bug: How should it be fixed? -->
<!-- Request: How should it be implemented? -->


#### CONTEXT
<!-- How has this issue affected you? -->
<!-- What are you trying to accomplish? -->


#### STEPS TO REPRODUCE<!-- For bugs -->
<!-- List unambiguous steps to reproduce the bug -->
1. 
2. 
3. 
4. 
5. 

#### TRACEBACK<!-- For crashes -->
<!-- Run ranger in debug mode -->
<!-- Paste between quotes -->
```

```

#### IMAGES / VIDEOS<!-- Only if relevant -->
<!-- Link or embed images and videos of screenshots, sketches etc. -->