Przeglądaj źródła

Update issue templates

Markus Neteler 5 lat temu
rodzic
commit
8c7ec4d205
1 zmienionych plików z 33 dodań i 0 usunięć
  1. 33 0
      .github/ISSUE_TEMPLATE/bug_report.md

+ 33 - 0
.github/ISSUE_TEMPLATE/bug_report.md

@@ -0,0 +1,33 @@
+---
+name: Bug report
+about: Create a report to help us improve
+title: ''
+labels: ''
+assignees: ''
+
+---
+
+**Describe the bug**
+A clear and concise description of what the bug is.
+
+**To Reproduce**
+Steps to reproduce the behavior:
+1. Go to '...'
+2. Click on '....'
+3. Compute '....'
+4. See error
+
+**Expected behavior**
+A clear and concise description of what you expected to happen.
+
+**Screenshots**
+If applicable, add screenshots to help explain your problem.
+
+**System description (please complete the following information):**
+ - Operating System: [e.g. Windows, Linux, ... incl. version]
+ - GRASS GIS version [e.g. 7.8.1]
+ - details about further software components
+    - run `g.version -rge` in a GRASS GIS terminal session or check in the GUI menu "Help > About"
+
+**Additional context**
+Add any other context about the problem here.