Skip to content

Commit

Permalink
fix: Request form and Discord link (#2510)
Browse files Browse the repository at this point in the history
* Update config.yml

* Update README.md

* Update CONTRIBUTING.md
  • Loading branch information
x9136 authored Jan 7, 2025
1 parent ddbfbff commit bf22168
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ contact_links:
- name: Link apps to identical icons
url: https://github.com/LawnchairLauncher/lawnicons/blob/develop/CONTRIBUTING.md#adding-an-icon-to-lawnicons
about: Learn more about linking an app to an existing icon via a pull request.
- name: Currently suspended — Icon Request
url: https://forms.gle/xt7sJhgWEasuo9TR9
- name: Icon request
url: https://forms.gle/nR4ozeeJBKrLwGfk6
about: Please request your icons in this form.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,12 +157,12 @@ Please check [the icon tool guide](/docs/icontool_guide.md) for more information
4. Done! You're ready to open a pull request. Please set `develop` as the base branch.

## Finding the package and activity name of an app

<!--
### Using Lawnicons
1. Install and open [Lawnicons 2.10+](https://github.com/LawnchairLauncher/lawnicons/releases).
2. Tap "Request icons". After that, our request form will open with a response ready to be submit.
3. Submit the response. You can copy the submitted activities [from our table](https://docs.google.com/spreadsheets/d/1AXc9EDXA6udZeGROtB5nuABjM33VluGY_V24tIzHaKc/edit?resourcekey=&gid=1039095616#gid=1039095616) (sorted by date).

-->
### Using `adb`
1. Connect your Android device or emulator to your laptop/desktop PC that has `adb` installed (see [this tutorial](https://www.xda-developers.com/install-adb-windows-macos-linux/) for more information) and open the app whose details you want to inspect, e.g. Telegram.
2. Open a new Command Prompt or Terminal window and input `adb devices`.
Expand Down
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<a href="https://github.com/LawnchairLauncher/lawnicons/actions/workflows/build_release_apk.yml">
<img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/LawnchairLauncher/lawnicons/build_release_apk.yml?label=Build%20Release%20APK&logo=github">
</a>
<a h ref="https://discord.gg/3x8qNWxgGZ">
<a href="https://discord.gg/3x8qNWxgGZ">
<img alt="Discord" src="https://img.shields.io/discord/803299970169700402?logo=discord&logoColor=white&label=Discord&color=5165f6">
</a>

Expand Down Expand Up @@ -51,9 +51,6 @@ Please see our guidelines for information on contributing icons or code, it will
[Lawnicons guidelines](CONTRIBUTING.md)[Icon samples in Figma](https://www.figma.com/community/file/1227718471680779613)[Popular icon requests](https://docs.google.com/spreadsheets/d/1AXc9EDXA6udZeGROtB5nuABjM33VluGY_V24tIzHaKc/edit?resourcekey=&gid=609680142#gid=609680142)[Development issues](https://github.com/LawnchairLauncher/lawnicons/issues)

## Requesting icons
> [!NOTE]
> Request acceptance is currently closed.
[Icon request form](https://forms.gle/nR4ozeeJBKrLwGfk6)[Report outdated icons](https://github.com/LawnchairLauncher/lawnicons/issues/new?assignees=&labels=icon+update&projects=&template=icon_rebrand.yml)

`Open Lawnicons 2.10+ → Tap "Request icons" → Submit the response`

[Report outdated icons](https://github.com/LawnchairLauncher/lawnicons/issues/new?assignees=&labels=icon+update&projects=&template=icon_rebrand.yml)
<!-- `Open Lawnicons 2.13+ → Tap "Request icons" → Submit the response` -->

0 comments on commit bf22168

Please sign in to comment.