summary refs log tree commit diff stats
path: root/.github/ISSUE_TEMPLATE.md
blob: 468f099111c8d59788009e6d389aae9b845cbfc7 (plain) (blame)
1
2
3
4
5
6
7
8
9
pre { line-height: 125%; }
td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
.highlight .hll { background-color: #ffffcc }
.highlight .c { color: #888888 } /* Comment */
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.highlight .k { color: #008800; font-weight: bold } /* Keyword */
.highlight .ch { color: #888888 } /* Comment.Hashbang */
.highlight .cm { color: #888888 } /* Comment.Multiline */
.highlight .cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */
.highlight .cpf { color: #888888 } /* Comment.Prepro
<!--
    Thank you for contributing to ranger by opening this issue.
    Please check through this list, so you can be as helpful as possible:

    1. Was this issue already reported?  Please do a quick search.
    2. Maybe the problem is solved in the current master branch already?
       Simply clone ranger's git repository and run ./ranger.py to find out.
    3. Provide all the relevant information, as outlined in this template.
       Feel free to remove any sections you don't need.
-->

#### Runtime Environment
<!-- Retrieve Python/ranger version and locale with `ranger --version` -->
- Operating system and version: 
- Terminal emulator and version: 
- Python version: 
- Ranger version/commit: 
- Locale: 

#### Current Behavior

#### Expected Behavior

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

#### Possible Solutions

#### Steps to reproduce
1. 
2. 
3. 

#### Traceback
<!-- If ranger crashes, paste the traceback in the quotes below. -->
```

```