Skip to content

Commit

Permalink
Improve GitHub templates and include logging info
Browse files Browse the repository at this point in the history
  • Loading branch information
dominiksalvet committed Sep 2, 2019
1 parent e3279c1 commit 253b933
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
15 changes: 13 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
name: Bug report
about: Create a report to help us improve
about: Create a report to improve GitPack
title: ''
labels: bug
assignees: dominiksalvet

---

**Environment**
State installed version of this project and your OS information.
State installed version of GitPack and your OS information.

**Describe the bug**
A clear and concise description of what the bug is.
Expand All @@ -23,6 +23,17 @@ Steps to reproduce the behavior:
**Expected behavior**
A clear and concise description of what you expected to happen.

**Execution log**
State the used log file: global - */var/log/gitpack.log*, or local - *"$HOME"/.local/share/gitpack.log*.

<details>
<summary>gitpack.log</summary>

```
<gitpack.log contents>
```
</details>

**Screenshots**
If applicable, add screenshots to help explain your problem.

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Feature request
about: Suggest an idea for this project
about: Suggest an idea for GitPack
title: ''
labels: enhancement
assignees: dominiksalvet
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Question
about: Ask a question about this project
about: Ask a question about GitPack
title: ''
labels: question
assignees: dominiksalvet
Expand Down

0 comments on commit 253b933

Please sign in to comment.