mirror of
https://github.com/ben-grande/qusal.git
synced 2024-10-01 02:35:49 -04:00
80 lines
2.0 KiB
Markdown
80 lines
2.0 KiB
Markdown
|
<!--
|
||
|
SPDX-FileCopyrightText: 2023 Benjamin Grande M. S. <ben.grande.b@gmail.com>
|
||
|
|
||
|
SPDX-License-Identifier: CC-BY-SA-4.0
|
||
|
-->
|
||
|
|
||
|
---
|
||
|
name: Bug report
|
||
|
about: 'Report a problem in existing functionality'
|
||
|
title: ''
|
||
|
labels: 'P: default, T: bug'
|
||
|
assignees: ''
|
||
|
---
|
||
|
|
||
|
### Commitment
|
||
|
|
||
|
I have read the following resources:
|
||
|
|
||
|
- [ ] [How to ask questions The Smart Way](http://catb.org/esr/faqs/smart-questions.html)
|
||
|
|
||
|
- [ ] [Writing the perfect question](https://codeblog.jonskeet.uk/2010/08/29/writing-the-perfect-question/)
|
||
|
|
||
|
- [ ] [Question checklist](https://codeblog.jonskeet.uk/2012/11/24/stack-overflow-question-checklist/)
|
||
|
|
||
|
- [ ] [Could you please make my preference the defafault?](https://www.qubes-os.org/faq/#could-you-please-make-my-preference-the-default)
|
||
|
|
||
|
<!--
|
||
|
If it doesn't affect a large user base, you will have more chance to get our
|
||
|
attention by contributing to the project either helping on support, code or
|
||
|
money contribution than trying to deeply justify why you preferences should be
|
||
|
the default.
|
||
|
-->
|
||
|
|
||
|
If you haven't read at least two of the aforementioned resources, there is a
|
||
|
good chance your text will not be well written and therefore considered
|
||
|
invalid.
|
||
|
|
||
|
### Software version
|
||
|
<!--
|
||
|
You must specify as much information as possible in this category.
|
||
|
You can also specify the base commit of the project.
|
||
|
-->
|
||
|
|
||
|
|
||
|
|
||
|
### Brief summary
|
||
|
<!--
|
||
|
Keep it short but understandable. If it requires a bit more explanation, it is
|
||
|
okay to write some long paragraphs, but keep it on topic.
|
||
|
Explain how you would explain someone that doesn't know about computers, was
|
||
|
not by your side seeing your screen when it happened, not through your eyes,
|
||
|
but an outsider eyes.
|
||
|
-->
|
||
|
|
||
|
|
||
|
|
||
|
### Steps to reproduce
|
||
|
<!--
|
||
|
What should we do to get the same state as yours that is causing the bugs?
|
||
|
If you have installed extraneous software from other vendors or modified
|
||
|
settings manually, this should also be mentioned.
|
||
|
-->
|
||
|
|
||
|
|
||
|
|
||
|
### Expected behavior
|
||
|
<!--
|
||
|
What where you expecting to have happened? Why where you expecting that?
|
||
|
-->
|
||
|
|
||
|
|
||
|
|
||
|
### Actual behavior
|
||
|
<!--
|
||
|
What did really happen?
|
||
|
-->
|
||
|
|
||
|
|
||
|
.
|