From 65746b829b8247ab366182ea028dc1eb0d21522a Mon Sep 17 00:00:00 2001 From: Gus Power Date: Mon, 12 May 2025 15:59:16 +0100 Subject: add github template stuff as per https://rust-github.github.io/ --- .github/ISSUE_TEMPLATE/bug_report.md | 44 ++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md (limited to '.github/ISSUE_TEMPLATE/bug_report.md') diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..24f432f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,44 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' + +--- + +## Bug description + + + +- Would you like to work on a fix? [y/n] + +## To Reproduce + +Steps to reproduce the behavior: + +1. ... +2. ... +3. ... +4. ... + + + +## Expected behavior + + + +## Screenshots + + + +## Environment + + + +- OS: [e.g. Ubuntu 20.04] +- multiwan-dyndns version: [e.g. 0.1.0] + +## Additional context + + -- cgit v1.2.3