Skip to content

Commit

Permalink
Created issue templates (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefonarch authored Nov 22, 2024
1 parent b786274 commit df65a76
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 0 deletions.
52 changes: 52 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
---
name: Bug report
about: " Create a report to help us improve LXQt Wayland Session"
title: ''
labels: ''
assignees: ''

---

<!--- Provide a general summary of the issue in the title above. You --->
<!--- should not delete relevant sections and/or questions in your report. For questions and similar please use https://github.com/lxqt/lxqt/discussions. --->

<!--- BEFORE FILLING OUT THIS REPORT FORM: --->
<!--- Dear users of stable and LTS (long term service) distributions: --->
<!--- Please do NOT file bugs against old (dead) versions but use your --->
<!--- distribution bugtracker instead. This is esp. true for Ubuntu LTS. --->

##### Expected Behavior
<!--- If you're describing a bug, tell us what should happen -->
<!--- If you're suggesting a change/improvement, tell us how it should work -->

##### Current Behavior
<!--- If describing a bug, tell us what happens instead of the expected --->
<!--- behaviour. If suggesting a change/improvement, explain the difference -->
<!--- from current behavior (a screenshot might help) --->

##### Possible Solution
<!--- Not obligatory, but suggest a fix/reason for the bug, --->
<!--- or ideas how to implement the addition or change --->

##### Steps to Reproduce (for bugs)
<!--- Provide a link to a live example, or an unambiguous set of steps to --->
<!--- reproduce this bug. Include code to reproduce, if relevant --->
1.
2.
3.
4.

##### Context
Custom issue template
Describe this issue template's purpose here.

<!--- How has this issue affected you? What are you trying to accomplish? --->
<!--- Providing context helps us come up with a solution that is most --->
<!--- useful in the real world --->

##### System Information
<!--- Include as many relevant details about the system you experienced --->
<!--- the bug in --->
* Compositor used:
* Distribution & LXQt Version:
* Qt Version (see `lxqt-about`):
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit df65a76

Please sign in to comment.