Skip to content

Commit 560f797

Browse files
Fix: Fixed errors within github files.
Signed-off-by: HeCodes2Much <wayne6324@gmail.com>
1 parent 7692e8a commit 560f797

File tree

7 files changed

+45
-34
lines changed

7 files changed

+45
-34
lines changed

.github/ISSUE_TEMPLATE/BUG_REPORT.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ body:
77
- type: markdown
88
attributes:
99
value: |
10-
Thank you for helping we to make mLauncher better by reporting a bug. :hugs:
10+
Thank you for helping we to make EasyLauncher better by reporting a bug. :hugs:
1111
Please fill in as much information as possible about your bug so that we can fix it faster.
1212
1313
- type: checkboxes
@@ -17,15 +17,15 @@ body:
1717
options:
1818
- label: "I will make sure to have the issue written in English with an English title."
1919
required: true
20-
- label: "I made sure that there are **no existing issues** - [open](https://github.com/DroidWorksStudio/mLauncher/issues) or [closed](https://github.com/DroidWorksStudio/mLauncher/issues?q=is%3Aissue+is%3Aclosed) - which I could contribute my information to."
20+
- label: "I made sure that there are **no existing issues** - [open](https://github.com/DroidWorksStudio/EasyLauncher/issues) or [closed](https://github.com/DroidWorksStudio/EasyLauncher/issues?q=is%3Aissue+is%3Aclosed) - which I could contribute my information to."
2121
required: true
22-
- label: "I've verified that this issue hasn't been addressed in the [changelogs](https://github.com/DroidWorksStudio/mLauncher/blob/main/CHANGELOG.md)."
22+
- label: "I've verified that this issue hasn't been addressed in the [changelogs](https://github.com/DroidWorksStudio/EasyLauncher/blob/main/CHANGELOG.md)."
2323
required: true
2424
- label: "I have taken the time to fill in all the required details. I understand that the bug report will be dismissed otherwise."
2525
required: true
2626
- label: "This issue contains only one bug."
2727
required: true
28-
- label: "I optionally [donated](https://www.buymeacoffee.com/HeCodes2Much) to support the mLauncher mission."
28+
- label: "I optionally [donated](https://www.buymeacoffee.com/HeCodes2Much) to support the EasyLauncher mission."
2929
required: false
3030

3131
- type: input

.github/ISSUE_TEMPLATE/CRASH_REPORT.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: Crash Report
2-
description: Create a report with a generated crash log attached (if possible) to help mLauncher improve
2+
description: Create a report with a generated crash log attached (if possible) to help EasyLauncher improve
33
labels: [ 'Type: Crash Report' ]
44
title: '[Crash Report] add text here'
55
assignees: [ 'HeCodes2Much' ]
66
body:
77
- type: markdown
88
attributes:
99
value: |
10-
Thank you for helping me to make mLauncher better by reporting a crash. :hugs:
10+
Thank you for helping me to make EasyLauncher better by reporting a crash. :hugs:
1111
Please fill in as much information as possible about your crash so that I can fix it immediately.
1212
1313
- type: checkboxes
@@ -17,11 +17,11 @@ body:
1717
options:
1818
- label: "I will make sure to have the issue written in English with an English title."
1919
required: true
20-
- label: "I've verified that this issue hasn't been addressed in the [changelogs](https://github.com/DroidWorksStudio/mLauncher/blob/main/CHANGELOG.md)."
20+
- label: "I've verified that this issue hasn't been addressed in the [changelogs](https://github.com/DroidWorksStudio/EasyLauncher/blob/main/CHANGELOG.md)."
2121
required: true
2222
- label: "I have created the title to best match the issue."
2323
required: true
24-
- label: "I optionally [donated](https://www.buymeacoffee.com/HeCodes2Much) to support the mLauncher mission."
24+
- label: "I optionally [donated](https://www.buymeacoffee.com/HeCodes2Much) to support the EasyLauncher mission."
2525
required: false
2626

2727
- type: input

.github/ISSUE_TEMPLATE/ENHANCEMENT.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ body:
77
- type: markdown
88
attributes:
99
value: |
10-
Thank you for helping to make mLauncher better by suggesting a feature. :hugs:
10+
Thank you for helping to make EasyLauncher better by suggesting a feature. :hugs:
1111
Your ideas are highly welcome!
1212
1313
- type: checkboxes
@@ -17,17 +17,17 @@ body:
1717
options:
1818
- label: "I will make sure to have the issue written in English with an English title."
1919
required: true
20-
- label: "I made sure that there are **no existing issues** - [open](https://github.com/DroidWorksStudio/mLauncher/issues) or [closed](https://github.com/DroidWorksStudio/mLauncher/issues?q=is%3Aissue+is%3Aclosed) - which I could contribute my information to."
20+
- label: "I made sure that there are **no existing issues** - [open](https://github.com/DroidWorksStudio/EasyLauncher/issues) or [closed](https://github.com/DroidWorksStudio/EasyLauncher/issues?q=is%3Aissue+is%3Aclosed) - which I could contribute my information to."
2121
required: true
22-
- label: "I have already checked the [WIKI](https://github.com/DroidWorksStudio/mLauncher/wiki) pages and made sure that the feature isn't already exist."
22+
- label: "I have already checked the [WIKI](https://github.com/DroidWorksStudio/EasyLauncher/wiki) pages and made sure that the feature isn't already exist."
2323
required: true
24-
- label: "I've verified that this issue hasn't been addressed in the [changelogs](https://github.com/DroidWorksStudio/mLauncher/blob/main/CHANGELOG.md)."
24+
- label: "I've verified that this issue hasn't been addressed in the [changelogs](https://github.com/DroidWorksStudio/EasyLauncher/blob/main/CHANGELOG.md)."
2525
required: true
2626
- label: "I have taken the time to fill in all the required details. I understand that the feature request will be dismissed otherwise."
2727
required: true
2828
- label: "This issue contains only one feature request."
2929
required: true
30-
- label: "I optionally [donated](https://www.buymeacoffee.com/HeCodes2Much) to support the mLauncher mission."
30+
- label: "I optionally [donated](https://www.buymeacoffee.com/HeCodes2Much) to support the EasyLauncher mission."
3131
required: false
3232

3333
- type: textarea

.github/ISSUE_TEMPLATE/QUESTION.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ body:
1616
options:
1717
- label: "I will make sure to have the issue written in English with an English title."
1818
required: true
19-
- label: "I made sure that there are **no existing issues** - [open](https://github.com/DroidWorksStudio/mLauncher/issues) or [closed](https://github.com/DroidWorksStudio/mLauncher/issues?q=is%3Aissue+is%3Aclosed) - which I could contribute my information to."
19+
- label: "I made sure that there are **no existing issues** - [open](https://github.com/DroidWorksStudio/EasyLauncher/issues) or [closed](https://github.com/DroidWorksStudio/EasyLauncher/issues?q=is%3Aissue+is%3Aclosed) - which I could contribute my information to."
2020
required: true
21-
- label: "I have already checked the [WIKI](https://github.com/DroidWorksStudio/mLauncher/wiki) pages."
21+
- label: "I have already checked the [WIKI](https://github.com/DroidWorksStudio/EasyLauncher/wiki) pages."
2222
required: true
23-
- label: "I've verified that this issue hasn't been addressed in the [changelogs](https://github.com/DroidWorksStudio/mLauncher/blob/main/CHANGELOG.md)."
23+
- label: "I've verified that this issue hasn't been addressed in the [changelogs](https://github.com/DroidWorksStudio/EasyLauncher/blob/main/CHANGELOG.md)."
2424
required: true
2525
- label: "I have taken the time to fill in all the required details. I understand that the question will be dismissed otherwise."
2626
required: true
27-
- label: "I optionally [donated](https://www.buymeacoffee.com/HeCodes2Much) to support the mLauncher mission."
27+
- label: "I optionally [donated](https://www.buymeacoffee.com/HeCodes2Much) to support the EasyLauncher mission."
2828
required: false
2929

3030
- type: textarea

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
- [ ] Feature Request (user-facing) <!-- Non-breaking change which adds functionality -->
77
- [ ] Codebase Improvement (developer-facing) <!-- Non-breaking change which refines the codebase -->
88
- [ ] Breaking Change (developer/user-facing) <!-- Fix or feature that would cause existing functionality to not work as expected -->
9-
- [ ] Release (user-facing) <!-- New release for mLauncher -->
9+
- [ ] Release (user-facing) <!-- New release for EasyLauncher -->
1010
- [ ] This change requires a documentation update
1111

1212
### All Submissions <!-- Check all applicable options -->
@@ -18,6 +18,7 @@
1818
- [ ] No new warnings or errors introduced <!-- Required -->
1919
- [ ] Changes made in a separate branch <!-- Required -->
2020
- [ ] Branch named with appropriate prefix (e.g., 'bug/', 'feat/', 'clean/', 'release/') <!-- Required -->
21+
2122
<!-- Examples: 'bug/signin-issue', 'feat/issue-templates', 'clean/code-change-to-app-draw'. -->
2223

2324
### Before Opening Pull Request
@@ -39,7 +40,8 @@ Include a summary of changes, related issues, motivation, context, and dependenc
3940
3.
4041

4142
### Test Device: <!-- Required -->
42-
- mLauncher version:
43+
44+
- EasyLauncher version:
4345
- Device name:
4446
- Android version:
4547
- Other information:

CONTRIBUTING.md

Lines changed: 22 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Contributing to mLauncher
1+
# Contributing to EasyLauncher
2+
23
We love your input! We want to make contributing to this project as easy and transparent as possible, whether it's:
34

45
- Reporting a bug
@@ -7,7 +8,8 @@ We love your input! We want to make contributing to this project as easy and tra
78
- Proposing new features
89
- Becoming a maintainer
910

10-
Reading and following these guidelines will help us make the contribution process easy and effective for everyone involved. It also communicates that you agree to respect the time of the developers managing and developing these open source projects. In return, we will reciprocate that respect by addressing your issue, assessing changes, and helping you finalize your pull requests.
11+
Reading and following these guidelines will help us make the contribution process easy and effective for everyone involved. It also communicates that you agree to respect the time of the developers
12+
managing and developing these open source projects. In return, we will reciprocate that respect by addressing your issue, assessing changes, and helping you finalize your pull requests.
1113

1214
## Quicklinks
1315

@@ -21,17 +23,19 @@ Reading and following these guidelines will help us make the contribution proces
2123

2224
## Code of Conduct
2325

24-
We take our open source community seriously and hold ourselves and other contributors to high standards of communication. By participating and contributing to this project, you agree to uphold our [Code of Conduct](CODE-OF-CONDUCT.md).
26+
We take our open source community seriously and hold ourselves and other contributors to high standards of communication. By participating and contributing to this project, you agree to uphold
27+
our [Code of Conduct](CODE-OF-CONDUCT.md).
2528

2629
## Getting Started
2730

2831
Contributions are made to this repo via Issues and Pull Requests (PRs). A few general guidelines that cover both:
2932

3033
- Search for existing Issues and PRs before creating your own.
31-
- We work hard to makes sure issues are handled in a timely manner but, depending on the impact, it could take a while to investigate the root cause. A friendly ping in the comment thread to the submitter or a contributor can help draw attention if your issue is blocking.
32-
34+
- We work hard to makes sure issues are handled in a timely manner but, depending on the impact, it could take a while to investigate the root cause. A friendly ping in the comment thread to the
35+
submitter or a contributor can help draw attention if your issue is blocking.
3336

3437
### We Develop with Github
38+
3539
We use github to host code, to track issues and feature requests, as well as accept pull requests.
3640

3741
### Pull Requests
@@ -54,26 +58,30 @@ In general, PRs should:
5458
- Address a single concern in the least number of changed lines as possible.
5559
- Be accompanied by a complete Pull Request template (loaded automatically when a PR is created).
5660

57-
For changes that address core functionality or would require breaking changes (e.g. a major release), it's best to open an Issue to discuss your proposal first. This is not required but can save time creating and reviewing changes.
61+
For changes that address core functionality or would require breaking changes (e.g. a major release), it's best to open an Issue to discuss your proposal first. This is not required but can save time
62+
creating and reviewing changes.
5863

5964
### Issues
6065

61-
Issues should be used to report problems with the project, request a new feature, or to discuss potential changes before a PR is created. When you create a new Issue, a template will be loaded that will guide you through collecting and providing the information we need to investigate.
66+
Issues should be used to report problems with the project, request a new feature, or to discuss potential changes before a PR is created. When you create a new Issue, a template will be loaded that
67+
will guide you through collecting and providing the information we need to investigate.
6268

63-
If you find an Issue that addresses the problem you're having, please add your own reproduction information to the existing issue rather than creating a new one. Adding a [reaction](https://github.blog/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) can also help be indicating to our maintainers that a particular problem is affecting more than just the reporter.
69+
If you find an Issue that addresses the problem you're having, please add your own reproduction information to the existing issue rather than creating a new one. Adding
70+
a [reaction](https://github.blog/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) can also help be indicating to our maintainers that a particular problem is affecting more than just
71+
the reporter.
6472

65-
**Report bugs using Github's [issues](https://github.com/HeCodes2Much/mLauncher/issues)**
73+
**Report bugs using Github's [issues](https://github.com/HeCodes2Much/EasyLauncher/issues)**
6674

67-
We use GitHub issues to track public bugs. Report a bug by [opening a new issue](https://github.com/HeCodes2Much/mLauncher/issues/new/choose); it's that easy!
75+
We use GitHub issues to track public bugs. Report a bug by [opening a new issue](https://github.com/HeCodes2Much/EasyLauncher/issues/new/choose); it's that easy!
6876

6977
Write bug reports with detail, background, and sample code
7078

7179
**Great Bug Reports** tend to have:
7280

7381
- A quick summary and/or background
7482
- Steps to reproduce
75-
- Be specific!
76-
- Give sample code if you can.
83+
- Be specific!
84+
- Give sample code if you can.
7785
- What you expected would happen
7886
- What actually happens
7987
- Notes (possibly including why you think this might be happening, or stuff you tried that didn't work)
@@ -90,6 +98,7 @@ People *love* thorough bug reports. I'm not even kidding.
9098

9199
**Any contributions you make will be under the GPL-3.0 License**
92100

93-
In short, when you submit code changes, your submissions are understood to be under the same [GPL-3.0 License]([http://choosealicense.com/licenses/mit/](https://choosealicense.com/licenses/gpl-3.0/)) that covers the project. Feel free to contact the maintainers if that's a concern.
101+
In short, when you submit code changes, your submissions are understood to be under the same [GPL-3.0 License]([http://choosealicense.com/licenses/mit/](https://choosealicense.com/licenses/gpl-3.0/))
102+
that covers the project. Feel free to contact the maintainers if that's a concern.
94103

95104
By contributing, you agree that your contributions will be licensed under its GPL-3.0 License.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
</tr>
2020
</table>
2121
<p>
22-
<a href='https://f-droid.org/packages/app.easy.launcher'><img src='https://github.com/DroidWorksStudio/mLauncher/assets/9284733/a1e7c86f-1c76-46c0-9193-8fde9c9f531c' width="150" alt="fDroid"></a>
23-
<a href='http://apps.obtainium.imranr.dev/redirect.html?r=obtainium://add/https://github.com/DroidWorksStudio/EasyLauncher'><img src='https://github.com/DroidWorksStudio/mLauncher/assets/9284733/071cccfa-207b-45fb-8be4-7e668eeec4e5' width="150" alt="Obtanium"></a>
22+
<a href='https://f-droid.org/packages/app.easy.launcher'><img src='https://github.com/DroidWorksStudio/EasyLauncher/assets/9284733/a1e7c86f-1c76-46c0-9193-8fde9c9f531c' width="150" alt="fDroid"></a>
23+
<a href='http://apps.obtainium.imranr.dev/redirect.html?r=obtainium://add/https://github.com/DroidWorksStudio/EasyLauncher'><img src='https://github.com/DroidWorksStudio/EasyLauncher/assets/9284733/071cccfa-207b-45fb-8be4-7e668eeec4e5' width="150" alt="Obtanium"></a>
2424
</p>
2525
</div>
2626

0 commit comments

Comments
 (0)