From df65a76610059545e885fbf4f891f3046a7e7d3d Mon Sep 17 00:00:00 2001 From: Standreas Date: Fri, 22 Nov 2024 18:22:53 +0100 Subject: [PATCH] Created issue templates (#47) --- .github/ISSUE_TEMPLATE/bug-report.md | 52 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 20 +++++++++ 2 files changed, 72 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000..093c6c5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,52 @@ +--- +name: Bug report +about: " Create a report to help us improve LXQt Wayland Session" +title: '' +labels: '' +assignees: '' + +--- + + + + + + + + + +##### Expected Behavior + + + +##### Current Behavior + + + + +##### Possible Solution + + + +##### Steps to Reproduce (for bugs) + + +1. +2. +3. +4. + +##### Context +Custom issue template +Describe this issue template's purpose here. + + + + + +##### System Information + + +* Compositor used: +* Distribution & LXQt Version: +* Qt Version (see `lxqt-about`): diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..bbcbbe7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here.