Thank you for your interest in contributing to FaviconFinder! We appreciate your help in making this project better.
If you've found a bug or an issue, please submit it here. When submitting an issue, include the following:
- A clear and descriptive title.
- Steps to reproduce the issue.
- Expected vs. actual results.
- Any relevant logs, screenshots, or environment details.
We welcome feature requests! When suggesting a feature, include:
- A detailed description of the feature.
- Why it would be useful.
- Any potential drawbacks.
To submit a pull request (PR), please follow these steps:
- Fork the repo and create your branch:
git checkout -b feature/my-new-feature
- Ensure your code passes all tests and doesn't raise any SwiftLint warnings.
- Submit your PR, and link to any relevant issues or discussions.
- Code Style: Please follow Swift best practices and use meaningful names for variables and functions.
- Tests: Ensure that your code is covered by unit tests and that they all pass before submitting.
- Documentation: Update or create documentation for any new features or changes.
By contributing to FaviconFinder, you agree that your contributions will be licensed under the MIT license.
The Code of Conduct governs how we behave in public or in private whenever the project will be judged by our actions. We expect it to be honored by everyone who contributes to this project.
See CONDUCT.md for details.