[skip ci] Add information about the icon pattern to the CONTRIBUTING.md guide (#18646)

* [skip ci] Add information about the icon pattern to the CONTRIBUTING.md guide

* [skip ci] Changed borders to corners.
This commit is contained in:
Alessandro Jean 2023-10-21 12:06:47 -03:00 committed by GitHub
parent ce11d6f168
commit 7a527f0255
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -709,6 +709,8 @@ When you feel confident about your changes, submit a new Pull Request so your co
If you are more comfortable about using Git GUI-based tools, you can refer to [this guide](https://learntodroid.com/how-to-use-git-and-github-in-android-studio/) about the Git integration inside Android Studio, specifically the "How to Contribute to an to Existing Git Repository in Android Studio" section of the guide.
Make sure you have generated the extension icon using the linked Icon Generator tool in the [Tools](#tools) section. The icon must follow the pattern adopted by all other extensions: a square with rounded corners.
Please **do test your changes by compiling it through Android Studio** before submitting it. Also make sure to follow the PR checklist available in the PR body field when creating a new PR. As a reference, you can find it below.
### Pull Request checklist