Skip to content

Commit 44bcaa7

Browse files
authored
Merge pull request #200 from Mahmud0808/master
Merge master into fdroid
2 parents c62427b + 19ab8a6 commit 44bcaa7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+1151
-893
lines changed
Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
name: Bug Report
2+
description: Create a report to help us address issues you are facing with the app.
3+
title: "[BUG] Your bug report title here"
4+
labels: [ bug ]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for taking the time to file this issue! Here are a few things to check before clicking the submit button :)
10+
1. Make sure you're on the latest version of the app. The current release can be found here: https://github.com/Mahmud0808/ColorBlendr/releases/latest
11+
2. Search through **both** [open and closed issues](https://github.com/Mahmud0808/ColorBlendr/issues?q=is%3Aissue%20sort%3Aupdated-desc) for your bug.
12+
3. **ALWAYS** fill this template. If you fail to do so, your issue will be immediately closed with no response. Maintaining open source projects for free is hard work, and we expect users to respect that time and effort by putting in a little bit of their own. That helps us fix these problems faster and in return you get a better app — everybody wins.
13+
14+
Note: If this issue is inactive for 90 days, it'll be marked as stale.
15+
16+
- type: textarea
17+
id: bug-description
18+
attributes:
19+
label: Describe the bug
20+
description: A clear and concise description of what the bug is.
21+
validations:
22+
required: true
23+
24+
- type: textarea
25+
id: steps-to-reproduce
26+
attributes:
27+
label: Steps to reproduce
28+
description: Steps to reproduce the bug
29+
value: |
30+
Steps to reproduce the behavior:
31+
1. Go to '...'
32+
2. Click on '....'
33+
3. Scroll down to '....'
34+
4. See error
35+
validations:
36+
required: true
37+
38+
- type: textarea
39+
id: expected-behavior
40+
attributes:
41+
label: Expected behavior
42+
description: A clear and concise description of what you expected to happen.
43+
validations:
44+
required: true
45+
46+
- type: textarea
47+
id: screenshots
48+
attributes:
49+
label: Screenshots
50+
description: If applicable, add screenshots to help explain your problem.
51+
validations:
52+
required: false
53+
54+
- type: textarea
55+
id: device-info
56+
attributes:
57+
label: Device information
58+
description: Provide details about your device, OS, app version, etc.
59+
value: |
60+
- Device: [e.g. Google Pixel 6]
61+
- OS: [e.g. Pixel Android 13.0 QPR3]
62+
- App version: [e.g. v1.11.3]
63+
- Rooted: [e.g. Yes]
64+
- Root Manager: [e.g. Magisk 25.2]
65+
validations:
66+
required: true
67+
68+
- type: textarea
69+
id: additional-context
70+
attributes:
71+
label: Additional context
72+
description: Add any other context about the problem here.
73+
placeholder: If this is a crash report, you can paste or link the crash message in here.
74+
validations:
75+
required: false

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: GitHub Discussions
4+
url: https://github.com/Mahmud0808/ColorBlendr/discussions
5+
about: Discuss anything related to ColorBlendr, or ask and answer questions here.
6+
- name: Telegram Channel
7+
url: https://t.me/DrDsProjects
8+
about: Follow telegram channel to get latest news and updates.
9+
- name: Telegram Group
10+
url: https://t.me/DrDsProjectsChat
11+
about: We recommend to go to this place if you wish to ask a question and want a quicker reply.
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
name: Feature Request
2+
description: Suggest features you want the developers (or contributors) to make for the app.
3+
title: "[FEATURE] Your feature request title here"
4+
labels: [ feature, enhancement ]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for taking the time to file this issue! Here are a few things to check before clicking the submit button :)
10+
1. Make sure you're on the latest version of the app. The current release can be found here: https://github.com/Mahmud0808/ColorBlendr/releases/latest
11+
2. Search through **both** [open and closed issues](https://github.com/Mahmud0808/ColorBlendr/issues?q=is%3Aissue%20sort%3Aupdated-desc) for your feature request.
12+
3. **ALWAYS** fill this template. If you fail to do so, your issue will be immediately closed with no response. Maintaining open source projects for free is hard work, and we expect users to respect that time and effort by putting in a little bit of their own. That helps us implement your feature faster and in return you get a better app — everybody wins.
13+
14+
Please keep in mind that we may not always implement this feature request. Alongside that, if this issue is inactive for 90 days, it'll be marked as stale.
15+
16+
- type: textarea
17+
id: feature-description
18+
attributes:
19+
label: Describe the feature
20+
description: A clear and concise description of what the feature is.
21+
validations:
22+
required: true
23+
24+
- type: textarea
25+
id: feature-usefulness
26+
attributes:
27+
label: Why would it be useful to add?
28+
description: Explain why this feature would be useful to you.
29+
validations:
30+
required: true
31+
32+
- type: textarea
33+
id: feature-examples
34+
attributes:
35+
label: Example(s)
36+
description: Post screenshots/drawings/links/etc of the feature request, or proof-of-concept images about the feature.
37+
validations:
38+
required: true
39+
40+
- type: textarea
41+
id: additional-context
42+
attributes:
43+
label: Additional context
44+
description: Add any other context about the feature here.
45+
validations:
46+
required: false

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ android {
1313
defaultConfig {
1414
minSdk = 31
1515
targetSdk = 35
16-
versionCode = 24
17-
versionName = "v1.11.3"
16+
versionCode = 25
17+
versionName = "v1.11.4"
1818

1919
ksp {
2020
arg("room.schemaLocation", "$projectDir/schemas")

0 commit comments

Comments
 (0)