Skip to content

Commit

Permalink
Divide bugs from feature request, using new GH templates (lxqt#2038)
Browse files Browse the repository at this point in the history
* activated by commit

* Some first drafts
  • Loading branch information
stefonarch authored Aug 16, 2021
1 parent 673c2a4 commit 5f9fa9e
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 0 deletions.
48 changes: 48 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
---
name: Bug report
about: Create a report to help us improve LXQt
title: ''
labels: ''
assignees: ''

---

<!--- BEFORE FILLING OUT THIS REPORT FORM: --->
<!--- Dear users of stable and LTS (Long Term Service) distributions: --->
<!--- Please do NOT file bugs against outdated versions of LXQt --->
<!--- components, which such distributions likely use; instead, use your --->
<!--- distribution's bugtracker. --->

<!--- Provide a general summary of the issue in the title above. You --->
<!--- should not delete relevant sections and/or questions in your report --->

##### Expected Behavior
<!--- Tell us what should happen -->

##### Current Behavior
<!--- Tell us what happens instead of the expected behaviour. -->

##### Possible Solution
<!--- Not obligatory, but suggest a fix/reason for the bug. --->

##### 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
<!--- 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 --->
* Distribution & Version:
* Kernel:
* Qt Version:
* liblxqt Version:
* Package version:
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: LXQt Discussions
url: https://github.com/lxqt/lxqt/discussions/
about: For general questions, problems and else.
- name: Instant Messaging
url: https://lxqt-project.org/
about: For Matrix, Telegram and IRC see channel list on lxqt-project.org
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[Feature request]"
labels: ''
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
<!-- A clear and concise description of what the problem is. -->
<!-- Example: I'm always frustrated when [...] -->

**Describe the solution you'd like**
<!-- A clear and concise description of what you want to happen, tell us -->
<!-- how it should work, explain the difference from current behavior. -->
<!-- A screenshot might help. -->

**Describe eventual alternatives you've considered**
<!-- A clear and concise description of any alternative solutions or -->
<!-- features you've considered. -->

##### Context
<!-- 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 -->

0 comments on commit 5f9fa9e

Please sign in to comment.