aurweb/.gitlab/issue_templates/Bug.md
Kevin Morris a2e993119e
fix: correct typo in Bug.md
Signed-off-by: Kevin Morris <kevr@0cost.org>
2022-02-10 14:52:03 -08:00

48 lines
1.6 KiB
Markdown

### Checklist
This bug template is meant to provide bug issues for code existing in
the aurweb repository. This bug template is **not meant** to handle
bugs with user-uploaded packages.
To work out a bug you have found in a user-uploaded package, contact
the package's maintainer first. If you receive no response, file the
relevant package request against it so TUs can deal with cleanup.
- [ ] I confirm that this is an issue with aurweb's code and not a
user-uploaded package.
- [ ] I have described the bug in complete detail in the
[Description](#description) section.
- [ ] I have specified steps in the [Reproduction](#reproduction) section.
- [ ] I have included any logs related to the bug in the
[Logs](#logs) section.
- [ ] I have included the versions which are affected in the
[Version(s)](#versions) section.
### Description
Describe the bug in full detail.
### Reproduction
Describe a specific set of actions that can be used to reproduce
this bug.
### Logs
If you have any logs relevent to the bug, include them here in
quoted or code blocks.
### Version(s)
In this section, please include a list of versions you have found
to be affected by this program. This can either come in the form
of `major.minor.patch` (if it affects a release tarball), or a
commit hash if the bug does not directly affect a release version.
All development is done without modifying version displays in
aurweb's HTML render output. If you're testing locally, use the
commit on which you are experiencing the bug. If you have found
a bug which exists on live aur.archlinux.org, include the version
located at the bottom of the webpage.
/label bug unconfirmed