From: Frank Lichtenheld Date: Wed, 30 Nov 2022 13:07:19 +0000 (+0100) Subject: Create issue templates X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F181%2Fhead;p=thirdparty%2Fopenvpn.git Create issue templates --- diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..6cbd3ba42 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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.