-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit e9e9534
Showing
146 changed files
with
8,466 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
buy_me_a_coffee: HeCodes2Much | ||
liberapay: HeCodes2Much | ||
github: [HeCodes2Much,DroidWorksStudio] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,132 @@ | ||
name: Bug report | ||
description: Create a bug report | ||
labels: ['Type: Bug Report'] | ||
title: '[Bug Report] add text here' | ||
assignees: ['HeCodes2Much'] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thank you for helping we to make mLauncher better by reporting a bug. :hugs: | ||
Please fill in as much information as possible about your bug so that we can fix it faster. | ||
- type: checkboxes | ||
id: checklist | ||
attributes: | ||
label: "Checklist" | ||
options: | ||
- label: "I will make sure to have the issue written in English with an English title." | ||
required: true | ||
- label: "I made sure that there are **no existing issues** - [open](https://github.com/HeCodes2MuchDroidWorksStudio/mLauncher/issues) or [closed](https://github.com/HeCodes2MuchDroidWorksStudio/mLauncher/issues?q=is%3Aissue+is%3Aclosed) - which I could contribute my information to." | ||
required: true | ||
- label: "I've verified that this issue hasn't been addressed in the [changelogs](https://github.com/DroidWorksStudio/mLauncher/blob/main/CHANGELOG.md)." | ||
required: true | ||
- label: "I have taken the time to fill in all the required details. I understand that the bug report will be dismissed otherwise." | ||
required: true | ||
- label: "This issue contains only one bug." | ||
required: true | ||
- label: "I optionally [donated](https://www.buymeacoffee.com/HeCodes2Much) to support the mLauncher mission." | ||
required: false | ||
|
||
- type: input | ||
id: app-version | ||
attributes: | ||
label: App version | ||
description: "In which version did you encounter the bug?" | ||
placeholder: "xx.xx - Can be seen in the app from the 'Settings' section" | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: device-os-info | ||
attributes: | ||
label: Android version | ||
description: | | ||
With what operating system (+ version) did you encounter the bug? | ||
placeholder: "Example: Android 10" | ||
validations: | ||
required: true | ||
|
||
- type: dropdown | ||
id: download | ||
attributes: | ||
label: How did you download the software? | ||
options: | ||
- F-Droid | ||
- Github (Release) | ||
- Github (Action) | ||
- Built from Source | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: bug-description | ||
attributes: | ||
label: Bug description | ||
description: | | ||
Please give us a description of what the bug is about. | ||
placeholder: | | ||
When I try to set the language to english, the app crashes. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: steps-to-reproduce | ||
attributes: | ||
label: Steps to reproduce the bug | ||
description: | | ||
What did you do for the bug to show up? | ||
If you can't cause the bug to show up again reliably (and hence don't have a proper set of steps to give us), please still try to give as many details as possible on how you think you encountered the bug. | ||
placeholder: | | ||
1. Go to '...' | ||
2. Press on '....' | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: expected-behavior | ||
attributes: | ||
label: Expected behavior | ||
description: | | ||
Tell us what you expect to happen. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: screen-media | ||
attributes: | ||
label: Screenshots/Screen recordings | ||
description: | | ||
A picture or video is worth a thousand words. | ||
If applicable, share screenshots or a screen recording to help explain your problem. | ||
placeholder: | | ||
<details> | ||
<summary>Context</summary> | ||
screenshots go in here | ||
</details> | ||
- type: textarea | ||
id: logs | ||
attributes: | ||
label: Logs | ||
description: | | ||
If you could catch the log of the bug, don't forget to share it. This is the best way to point out any bug. | ||
- type: textarea | ||
id: additional-information | ||
attributes: | ||
label: Additional information | ||
description: | | ||
Any other information you'd like to include. | ||
- type: checkboxes | ||
id: checklist-accept | ||
attributes: | ||
label: "Terms and Conditions" | ||
options: | ||
- label: "I have read all the rules above and filled in the requiered fields to the best of my ability." | ||
required: true | ||
- label: "I accept that if I fail to follow the rules listed above that i will be blocked from interactions with this project." | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,128 @@ | ||
name: Crash Report | ||
description: Create a report with a generated crash log attached (if possible) to help mLauncher improve | ||
labels: ['Type: Crash Report'] | ||
title: '[Crash Report] add text here' | ||
assignees: ['HeCodes2Much'] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thank you for helping me to make mLauncher better by reporting a crash. :hugs: | ||
Please fill in as much information as possible about your crash so that I can fix it immediately. | ||
- type: checkboxes | ||
id: checklist | ||
attributes: | ||
label: "Checklist" | ||
options: | ||
- label: "I will make sure to have the issue written in English with an English title." | ||
required: true | ||
- label: "I've verified that this issue hasn't been addressed in the [changelogs](https://github.com/DroidWorksStudio/mLauncher/blob/main/CHANGELOG.md)." | ||
required: true | ||
- label: "I have created the title to best match the issue." | ||
required: true | ||
- label: "I optionally [donated](https://www.buymeacoffee.com/HeCodes2Much) to support the mLauncher mission." | ||
required: false | ||
|
||
- type: input | ||
id: app-version | ||
attributes: | ||
label: App version | ||
description: "In which version did you encounter the crash?" | ||
placeholder: "xx.xx - Can be seen in the app from the 'Settings' section" | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: device-os-info | ||
attributes: | ||
label: Android version | ||
description: | | ||
With what operating system (+ version) did you encounter the crash? | ||
placeholder: "Example: Android 10" | ||
validations: | ||
required: true | ||
|
||
- type: dropdown | ||
id: download | ||
attributes: | ||
label: How did you download the software? | ||
options: | ||
- F-Droid | ||
- Github (Release) | ||
- Github (Action) | ||
- Built from Source | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: crash-description | ||
attributes: | ||
label: Crash description | ||
description: | | ||
Please give us a description of what the crash is about. | ||
placeholder: | | ||
When I try to set the language to english, the app crashes. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: steps-to-reproduce | ||
attributes: | ||
label: Steps to reproduce the crash | ||
description: | | ||
What did you do for the crash to show up? | ||
If you can't cause the crash to show up again reliably (and hence don't have a proper set of steps to give us), please still try to give as many details as possible on how you think you encountered the crash. | ||
placeholder: | | ||
1. Go to '...' | ||
2. Press on '....' | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: expected-behavior | ||
attributes: | ||
label: Expected behavior | ||
description: | | ||
Tell us what you expect to happen. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: screen-media | ||
attributes: | ||
label: Screenshots/Screen recordings | ||
description: | | ||
A picture or video is worth a thousand words. | ||
If applicable, share screenshots or a screen recording to help explain your problem. | ||
placeholder: | | ||
<details> | ||
<summary>Context</summary> | ||
screenshots go in here | ||
</details> | ||
- type: textarea | ||
id: logs | ||
attributes: | ||
label: Logs | ||
description: | | ||
If you could catch the log of the crash, don't forget to share it. This is the best way to point out any crash. | ||
- type: textarea | ||
id: additional-information | ||
attributes: | ||
label: Additional information | ||
description: | | ||
Any other information you'd like to include. | ||
- type: checkboxes | ||
id: checklist-accept | ||
attributes: | ||
label: "Terms and Conditions" | ||
options: | ||
- label: "I have read all the rules above and filled in the requiered fields to the best of my ability." | ||
required: true | ||
- label: "I accept that if I fail to follow the rules listed above that i will be blocked from interactions with this project." | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
name: Feature request | ||
description: Suggest an idea for this project | ||
labels: ['Type: Enhancement'] | ||
title: '[Enhancement] add text here' | ||
assignees: ['HeCodes2Much'] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thank you for helping to make mLauncher better by suggesting a feature. :hugs: | ||
Your ideas are highly welcome! | ||
- type: checkboxes | ||
id: checklist | ||
attributes: | ||
label: "Checklist" | ||
options: | ||
- label: "I will make sure to have the issue written in English with an English title." | ||
required: true | ||
- label: "I made sure that there are **no existing issues** - [open](https://github.com/HeCodes2MuchDroidWorksStudio/mLauncher/issues) or [closed](https://github.com/HeCodes2MuchDroidWorksStudio/mLauncher/issues?q=is%3Aissue+is%3Aclosed) - which I could contribute my information to." | ||
required: true | ||
- label: "I have already checked the [WIKI](https://github.com/HeCodes2MuchDroidWorksStudio/mLauncher/wiki) pages and made sure that the feature isn't already exist." | ||
required: true | ||
- label: "I've verified that this issue hasn't been addressed in the [changelogs](https://github.com/DroidWorksStudio/mLauncher/blob/main/CHANGELOG.md)." | ||
required: true | ||
- label: "I have taken the time to fill in all the required details. I understand that the feature request will be dismissed otherwise." | ||
required: true | ||
- label: "This issue contains only one feature request." | ||
required: true | ||
- label: "I optionally [donated](https://www.buymeacoffee.com/HeCodes2Much) to support the mLauncher mission." | ||
required: false | ||
|
||
- type: textarea | ||
id: feature-description | ||
attributes: | ||
label: Feature description | ||
description: | | ||
Explain how you want the app's look or behavior to change to suit your needs. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: additional-information | ||
attributes: | ||
label: Additional information | ||
description: Any other information you'd like to include. | ||
|
||
- type: checkboxes | ||
id: checklist-accept | ||
attributes: | ||
label: "Terms and Conditions" | ||
options: | ||
- label: "I have read all the rules above and filled in the requiered fields to the best of my ability." | ||
required: true | ||
- label: "I accept that if I fail to follow the rules listed above that i will be blocked from interactions with this project." | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
name: Question | ||
description: Ask about anything related | ||
labels: ['Type: Question'] | ||
title: '[Question] add text here' | ||
assignees: ['HeCodes2Much'] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this issue! :hugs: | ||
- type: checkboxes | ||
id: checklist | ||
attributes: | ||
label: "Checklist" | ||
options: | ||
- label: "I will make sure to have the issue written in English with an English title." | ||
required: true | ||
- label: "I made sure that there are **no existing issues** - [open](https://github.com/HeCodes2MuchDroidWorksStudio/mLauncher/issues) or [closed](https://github.com/HeCodes2MuchDroidWorksStudio/mLauncher/issues?q=is%3Aissue+is%3Aclosed) - which I could contribute my information to." | ||
required: true | ||
- label: "I have already checked the [WIKI](https://github.com/HeCodes2MuchDroidWorksStudio/mLauncher/wiki) pages." | ||
required: true | ||
- label: "I've verified that this issue hasn't been addressed in the [changelogs](https://github.com/DroidWorksStudio/mLauncher/blob/main/CHANGELOG.md)." | ||
required: true | ||
- label: "I have taken the time to fill in all the required details. I understand that the question will be dismissed otherwise." | ||
required: true | ||
- label: "I optionally [donated](https://www.buymeacoffee.com/HeCodes2Much) to support the mLauncher mission." | ||
required: false | ||
|
||
- type: textarea | ||
id: what-is-the-question | ||
attributes: | ||
label: What is/are your question(s)? | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: additional-information | ||
attributes: | ||
label: Additional information | ||
description: Any other information you'd like to include. | ||
|
||
- type: checkboxes | ||
id: checklist-accept | ||
attributes: | ||
label: "Terms and Conditions" | ||
options: | ||
- label: "I have read all the rules above and filled in the requiered fields to the best of my ability." | ||
required: true | ||
- label: "I accept that if I fail to follow the rules listed above that i will be blocked from interactions with this project." | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: GitHub Community Support | ||
url: https://github.com/orgs/community/discussions | ||
about: Please ask and answer questions here. | ||
- name: Organization wide discussions | ||
url: https://github.com/orgs/HeAndroids2Much/discussions | ||
about: For any discussion within our community | ||
- name: GitHub Security Bug Bounty | ||
url: https://bounty.github.com/ | ||
about: Please report security vulnerabilities here. | ||
- name: Email Me | ||
url: mailto://wayne6324@proton.me | ||
about: Contact me via sending email |
Oops, something went wrong.