From a116f3fde152e1c5d6fa45e47dbf9088baaa4e14 Mon Sep 17 00:00:00 2001 From: Attila Mihaly <60483498+AttilaMihaly@users.noreply.github.com> Date: Mon, 17 Mar 2025 22:45:10 +0100 Subject: [PATCH 1/2] Delete .github/ISSUE_TEMPLATE/bug_report.md Remove duplicate file --- .github/ISSUE_TEMPLATE/bug_report.md | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 325982295..000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -name: 🐛 Bug Report -about: If something isn't working as expected 🤔. - ---- - -## Bug Report - -### Steps to Reproduce: - 1. ...step 1 description... - 2. ...step 2 description... - 3. ...step 3 description... - -### Expected Result: -...description of what you expected to see... - -### Actual Result: -...what actually happened, including full exceptions (please include the entire stack trace, including "caused by" entries), log entries, screen shots etc. where appropriate... - -### Environment: -...version and build of the project, OS and runtime versions, virtualised environment (if any), etc. ... - -### Additional Context: -...add any other context about the problem here. If applicable, add screenshots to help explain... From 16e087a470e1873a50aa22eadb63a64ff4f29190 Mon Sep 17 00:00:00 2001 From: Attila Mihaly <60483498+AttilaMihaly@users.noreply.github.com> Date: Mon, 17 Mar 2025 22:47:18 +0100 Subject: [PATCH 2/2] Delete .github/ISSUE_TEMPLATE/feature_request.md Remove duplicate template --- .github/ISSUE_TEMPLATE/feature_request.md | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index b01f152f0..000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -name: 🚀 Feature Request -about: I have a suggestion (and may want to implement it 🙂)! - ---- - -## Feature Request - -### Description of Problem: -...what *problem* are you trying to solve that the project doesn't currently solve? - -...please resist the temptation to describe your request in terms of a solution. Job Story form ("When [triggering condition], I want to [motivation/goal], so I can [outcome].") can help ensure you're expressing a problem statement. - -### Potential Solutions: -...clearly and concisely describe what you want to happen. Add any considered drawbacks. - -... if you've considered alternatives, clearly and concisely describe those too.