Skip to content

Commit

Permalink
GitHub Issues: Create first issue template (Bug)
Browse files Browse the repository at this point in the history
If we want people to use GH issues, we should
probably offer some issue templates to give
guidance on what to include.

Based on GH's standard bug template.

Signed-off-by: Frank Lichtenheld <[email protected]>
Acked-by: Gert Doering <[email protected]>
Message-Id: <[email protected]>
URL: https://www.mail-archive.com/[email protected]/msg25589.html
Signed-off-by: Gert Doering <[email protected]>
  • Loading branch information
flichtenheld authored and cron2 committed Nov 30, 2022
1 parent 48490cd commit 816eae8
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
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. Please make sure to not post any secrets like keys and passwords.

**Expected behavior**
A clear and concise description of what you expected to happen.

**Version information (please complete the following information):**
- OS: [e.g. Ubuntu 22.04]
- OpenVPN version: [e.g. 2.5.8]
- Repeat for peer if relevant

**Additional context**
Add any other context about the problem here.

0 comments on commit 816eae8

Please sign in to comment.