Skip to content

Commit 8a87f58

Browse files
authored
Merge pull request #18 from LaswitchTech/dev
General: Version bumped to v2026-02-12
2 parents 222dba6 + 164892f commit 8a87f58

21 files changed

Lines changed: 215 additions & 64 deletions

.github/FUNDING.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# These are supported funding model platforms
2+
3+
github: [LaswitchTech]

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 38 deletions
This file was deleted.
Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
name: Bug report
2+
description: Create a report to help us improve
3+
title: ""
4+
labels: ["bug"]
5+
assignees:
6+
- LouisOuellet
7+
8+
body:
9+
- type: textarea
10+
id: description
11+
attributes:
12+
label: Description
13+
description: Describe the bug or feature.
14+
placeholder: "Description of the bug or feature"
15+
validations:
16+
required: true
17+
18+
- type: textarea
19+
id: steps
20+
attributes:
21+
label: Steps to reproduce
22+
description: Provide clear steps to reproduce.
23+
placeholder: |
24+
1. First Step
25+
2. Second Step
26+
3. And so on...
27+
validations:
28+
required: true
29+
30+
- type: textarea
31+
id: expected
32+
attributes:
33+
label: Expected behavior
34+
placeholder: "What you expected to happen"
35+
validations:
36+
required: true
37+
38+
- type: textarea
39+
id: actual
40+
attributes:
41+
label: Actual behavior
42+
placeholder: "What actually happened"
43+
validations:
44+
required: true
45+
46+
- type: input
47+
id: python_version
48+
attributes:
49+
label: Python version
50+
placeholder: "e.g. 3.11.2"
51+
validations:
52+
required: false
53+
54+
- type: input
55+
id: os_version
56+
attributes:
57+
label: Operating system version
58+
placeholder: "e.g. Windows 10 / macOS 13.4 / Ubuntu 22.04"
59+
validations:
60+
required: false
61+
62+
- type: textarea
63+
id: logs
64+
attributes:
65+
label: Screenshots or Logs
66+
description: Paste logs or attach screenshots.
67+
placeholder: "Paste your logs or attach the screenshot"
68+
validations:
69+
required: false

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
blank_issues_enabled: false
2+
contact_links: []

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 20 deletions
This file was deleted.
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
name: Feature request
2+
description: Suggest an idea for this project
3+
title: ""
4+
labels: ["feature request"]
5+
assignees:
6+
- LouisOuellet
7+
8+
body:
9+
- type: textarea
10+
id: problem
11+
attributes:
12+
label: Is your feature request related to a problem?
13+
description: Describe the problem this feature would solve.
14+
placeholder: >
15+
A clear and concise description of what the problem is.
16+
Example: I'm always frustrated when [...]
17+
validations:
18+
required: true
19+
20+
- type: textarea
21+
id: solution
22+
attributes:
23+
label: Describe the solution you'd like
24+
description: Describe what you want to happen.
25+
placeholder: >
26+
A clear and concise description of the desired solution.
27+
validations:
28+
required: true
29+
30+
- type: textarea
31+
id: alternatives
32+
attributes:
33+
label: Describe alternatives you've considered
34+
description: Describe any alternative solutions or features you've considered.
35+
placeholder: >
36+
A clear and concise description of any alternative approaches.
37+
validations:
38+
required: false
39+
40+
- type: textarea
41+
id: context
42+
attributes:
43+
label: Additional context
44+
description: Add any other context or screenshots about the feature request.
45+
placeholder: >
46+
Add any other context, links, or screenshots here.
47+
validations:
48+
required: false

.github/no-response.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ closeComment: >
1010
to our request for more information from the original author. With only the
1111
information that is currently in the issue, we don't have enough information
1212
to take action. Please reach out if you have or find the answers we need so
13-
that we can investigate further.
13+
that we can investigate further.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2026-01-07
1+
v2026-02-12

conf/default.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@
2828
$conf['enableStarredBookmark'] = 0;
2929

3030
$conf['_customizations'] = '';
31+
$conf['profile_pic_variant'] = 'white';

conf/metadata.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,8 @@
2828
$meta['enableStarredBookmark'] = array('onoff');
2929

3030
$meta['_customizations'] = array('fieldset');
31+
$meta['profile_pic_variant'] = ['multichoice',
32+
'_choices' => [
33+
'black',
34+
'white']
35+
];

0 commit comments

Comments
 (0)