forked from LawnchairLauncher/lawnicons
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
358 changed files
with
1,217 additions
and
273 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 |
---|---|---|
@@ -1,5 +1 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Icon Request | ||
url: https://forms.gle/Fx8vZAiWdW1Tyjo57 | ||
about: Please request your icons in this form. |
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
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 |
---|---|---|
@@ -1,30 +1,29 @@ | ||
# Description | ||
|
||
<!-- Please provide a short summary of what icons you added, changed, or linked | ||
--> | ||
<!-- Please provide a short summary of what icons you added, changed, or linked --> | ||
|
||
## Icons addition information | ||
|
||
<!-- Please specify if you added an icon that was requested in the icon request form, as seen below --> | ||
### Added | ||
|
||
### Icons added | ||
App Name (`com.package.app`) | ||
App Name (`com.package.app`) | ||
App Name (`com.package.app`) | ||
|
||
- App Name (`package.name`) - added from icon request form | ||
- App Name (`package.name`) | ||
- App Name (`package.name`) | ||
### Linked | ||
|
||
### Icons updated | ||
App Name (`com.package.app` → `drawable.svg`) | ||
App Name (`com.package.app` → `drawable.svg`) | ||
|
||
- App Name (`package.name`) | ||
- App Name (`package.name`) | ||
### Updated | ||
|
||
### Icons linked | ||
|
||
- App Name (linked `package.name` to `@drawable/package`) | ||
- App Name (linked `package.name` to `@drawable/package`) | ||
App Name (`com.package.app`) | ||
App Name (`com.package.app`) | ||
|
||
## Contributor's checklist | ||
|
||
- [ ] I have followed the [Lawnicons Guidelines](/~https://github.com/k4ustu3h/forkicons/blob/develop/.github/CONTRIBUTING.md) | ||
<!-- Replace [ ] with [x] to check --> | ||
|
||
- [ ] I have followed the [Lawnicons Guidelines](/~https://github.com/k4ustu3h/forkicons/blob/main/CONTRIBUTING.md) | ||
- [ ] I have ensured that Lawnicons builds correctly | ||
- [ ] I am willing to make changes to my icons if someone suggests changes |
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,17 @@ | ||
docs: | ||
- "*.md" | ||
- .github/PULL_REQUEST_TEMPLATE/*.md | ||
- .github/pull_request_template.md | ||
- docs/** | ||
|
||
icons: | ||
- svgs/* | ||
- app/assets/appfilter.xml | ||
|
||
code: | ||
- any: ['app/**/*'] | ||
all: ['!app/assets/appfilter.xml', '!app/src/main/res/*/strings.xml'] | ||
|
||
locale: | ||
- app/src/main/res/*/strings.xml | ||
|
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<!-- Please select the the `Preview` tab --> | ||
<!-- Please open the `Preview` tab to select a template --> | ||
|
||
Select the appropriate sub-template: | ||
## Click on the template that fits your PR | ||
|
||
- [**Icon addition**](?expand=1&template=icon_addition.md&labels=needs+review,icon+change) | ||
- [**Icon addition**](?expand=1&template=icon_addition.md) | ||
- [General or miscellaneous change](?expand=1&template=general_change.md) | ||
- _[Blank](?expand=1&body=+) (not recommended)_ |
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
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
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
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,15 @@ | ||
name: "Label PRs" | ||
|
||
on: | ||
- pull_request_target | ||
|
||
jobs: | ||
label-prs: | ||
permissions: | ||
contents: read | ||
pull-requests: write | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/labeler@v4 | ||
with: | ||
sync-labels: 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
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
Oops, something went wrong.