# Contributing to Android Security Teryaagh

First off, thank you for considering contributing to Android Security Teryaagh! It's people like you that make it a great resource for the community.

## How to Contribute

### Adding a Resource

1. **Check for duplicates**: Ensure the resource you want to add isn't already in the list.
2. **Choose the right category**: Find the most appropriate folder (e.g., `05-Tools`, `02-Writeups`) and add your link there.
3. **Format**: Please follow the established format. Usually, it's a markdown bullet point with the name and a short description:
   ```markdown
   - [Resource Name](https://link-to-resource.com) - A short description of what this resource is or does.
   ```
4. **Keep it alphabetical**: Try to add your resource in alphabetical order within its section, or at the end if the section isn't alphabetically sorted.

### Reporting Issues

If you find a broken link, a typo, or have a suggestion:

- Use the **Issue Tracker** to submit a bug report or a feature request.
- Be as descriptive as possible.

### Pull Request Process

1. Fork the repository.
2. Create a new branch for your changes (`git checkout -b feature/my-new-resource`).
3. Commit your changes (`git commit -am 'Add new tool XYZ'`).
4. Push to the branch (`git push origin feature/my-new-resource`).
5. Open a Pull Request.

## Quality Standards

- Only submit high-quality, relevant resources (tools, articles, courses) related to Android security.
- Ensure the spelling and grammar in descriptions are correct.
- If you're submitting a commercial product, please note that it's paid or freemium.

Thanks again for your contribution!
