BreezeStyleSheets/.github/PULL_REQUEST_TEMPLATE/bug_fix.md

23 lines
535 B
Markdown
Raw Normal View History

2022-04-29 14:55:58 +00:00
---
name: Bug fix
about: Fix a bug in BreezeStyleSheets.
title: "[BUG]"
labels: bug
assignees: Alexhuszagh
---
**NOTE:**
- If you have made any changes to the light or dark themes without extensions, please ensure to build the distribution files as part of your commit.
```bash
python configure.py --clean --pyqt6 \
--compiled-resource breeze_resources.py
```
## Description
Please include a clear and concise description of the changes made.
## Additional Context
Add any other context or screenshots about the bug fix here.