Message ID | 20221130133154.39454-2-frank@lichtenheld.com |
---|---|
State | Accepted |
Headers | show |
Series | GitHub Issues Usage | expand |
Your patch has been applied to the master branch. commit 816eae83a57df4fa3ffd49b1794779ae9054a6ee Author: Frank Lichtenheld Date: Wed Nov 30 14:31:52 2022 +0100 GitHub Issues: Create first issue template (Bug) Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com> Acked-by: Gert Doering <gert@greenie.muc.de> Message-Id: <20221130133154.39454-2-frank@lichtenheld.com> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg25589.html Signed-off-by: Gert Doering <gert@greenie.muc.de> -- kind regards, Gert Doering
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..6cbd3ba4 --- /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.
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 <frank@lichtenheld.com> --- .github/ISSUE_TEMPLATE/bug_report.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md