Compare commits
29 Commits
feat-webUI
...
v0.1.6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dbf4676f1e | ||
| 245ae7ec6f | |||
| 26150b1d5c | |||
| 583b04ffe9 | |||
|
|
fe53d2b3fd | ||
|
|
b340e3f47c | ||
| 785b4fe9a4 | |||
| b9386df233 | |||
|
|
d79c23cde4 | ||
| 5427501364 | |||
|
|
265c493349 | ||
| 63adf36866 | |||
|
|
3c13aab5be | ||
| 066a680ad2 | |||
| 243b9bb7b8 | |||
| b8067bc3f3 | |||
| 0b33fcddee | |||
| 996c5d8b86 | |||
| 51ec8bcad7 | |||
| 956a11ddad | |||
| 7dab65da58 | |||
| f757e87d9a | |||
| a763a3f761 | |||
|
3bc2b97228
|
|||
| 96147ef48d | |||
| 3061ded715 | |||
| 58276ac6fb | |||
| 889f98204c | |||
| b2480f749f |
57
bug.yml
Normal file
57
bug.yml
Normal file
@@ -0,0 +1,57 @@
|
|||||||
|
name: Bug Report
|
||||||
|
description: Report a bug in this project
|
||||||
|
title: "[Bug]: "
|
||||||
|
labels:
|
||||||
|
- kind/bug
|
||||||
|
- triage/needs triage
|
||||||
|
body:
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: bug
|
||||||
|
attributes:
|
||||||
|
label: Describe the bug
|
||||||
|
description: |
|
||||||
|
A clear and concise description of what the bug is.
|
||||||
|
What did you expect to happen? What happened instead?
|
||||||
|
Include screenshots if applicable.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: reproduction
|
||||||
|
attributes:
|
||||||
|
label: Steps to reproduce
|
||||||
|
description: |
|
||||||
|
A clear and concise description of how to reproduce the bug.
|
||||||
|
Include steps, code snippets, or screenshots if applicable.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: additional-info
|
||||||
|
attributes:
|
||||||
|
label: Additional information
|
||||||
|
description: |
|
||||||
|
Add any other context or screenshots about the bug here.
|
||||||
|
- type: dropdown
|
||||||
|
id: browsers
|
||||||
|
attributes:
|
||||||
|
label: What browsers are you seeing the problem on?
|
||||||
|
multiple: true
|
||||||
|
options:
|
||||||
|
- Firefox
|
||||||
|
- Chrome
|
||||||
|
- Safari
|
||||||
|
- Microsoft Edge
|
||||||
|
|
||||||
|
- type: dropdown
|
||||||
|
id: operating-systems
|
||||||
|
attributes:
|
||||||
|
label: What operating systems are you seeing the problem on?
|
||||||
|
multiple: true
|
||||||
|
options:
|
||||||
|
- Windows
|
||||||
|
- macOS
|
||||||
|
- Linux
|
||||||
|
- iOS
|
||||||
|
- Android
|
||||||
|
|
||||||
|
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "kompage"
|
name = "kompage"
|
||||||
version = "0.1.0"
|
version = "0.1.6"
|
||||||
description = "Add your description here"
|
description = "Add your description here"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.13"
|
requires-python = ">=3.13"
|
||||||
@@ -29,7 +29,7 @@ url = "https://git.theprivateserver.de/api/packages/KomSuite/pypi/simple/"
|
|||||||
|
|
||||||
|
|
||||||
[tool.bumpversion]
|
[tool.bumpversion]
|
||||||
current_version = "0.1.0"
|
current_version = "0.1.6"
|
||||||
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
|
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
|
||||||
serialize = ["{major}.{minor}.{patch}"]
|
serialize = ["{major}.{minor}.{patch}"]
|
||||||
search = "{current_version}"
|
search = "{current_version}"
|
||||||
|
|||||||
Reference in New Issue
Block a user