about summary refs log tree commit diff stats
path: root/.github
diff options
context:
space:
mode:
authornfnty <git@nfnty.se>2017-02-19 18:00:01 +0100
committernfnty <git@nfnty.se>2017-02-19 18:00:01 +0100
commit85c5bff9a565d11f93ee7801ac13a7d8c832158e (patch)
treeff66405b246220f4cadaef8dbf38b4df740ffded /.github
parentd861ba27b25a32aacb845eb33b6c9ce95cb33356 (diff)
downloadranger-85c5bff9a565d11f93ee7801ac13a7d8c832158e.tar.gz
core.main: `--version`: Report Python version and locale
Makes issue reporting easier.

Fixes #812
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE.md2
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md2
2 files changed, 4 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index 3496a1a8..b7baa192 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE.md
@@ -9,10 +9,12 @@
 
 #### RUNTIME ENVIRONMENT
 <!-- Details of your 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: 
 
 #### EXPECTED BEHAVIOR
 <!-- Bug: What should happen? -->
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 517f610e..99755c63 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -8,10 +8,12 @@
 
 #### RUNTIME ENVIRONMENT
 <!-- Details of your 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: 
 
 #### CHECKLIST
 <!-- All [REQUIRED] requisites need to be fulfilled -->