First off, thank you for considering contributing to Image Resizer! It's people like you that make this project a great tool. This document provides guidelines and steps for contributing.
Image Resizer is participating in Hacktoberfest! If you're here for Hacktoberfest, welcome! Please ensure your contributions are meaningful and not just minor edits. We value quality over quantity.
By participating in this project, you are expected to uphold our Code of Conduct. Please report unacceptable behavior to the project owner/s.
- Ensure the bug was not already reported by searching on GitHub under Issues.
- If you're unable to find an open issue addressing the problem, open a new one. Be sure to include a title and clear description, as much relevant information as possible, and a code sample or an executable test case demonstrating the expected behavior that is not occurring.
- Open a new issue with your suggestion.
- Clearly describe the enhancement and the motivation for it.
- Ensure it's not already in the issues list.
- Fork the repo and create your branch from
main
. - If you've added code that should be tested, add tests.
- Ensure the test suite passes.
- Make sure your code lints.
- Issue that pull request!
- Ensure your PRs are in line with the spirit of Hacktoberfest. No spammy PRs!
- Quality over quantity. It's better to have one meaningful PR than five PRs with minor text edits.
- If you're fixing a bug or adding a feature, discuss it in an issue first.
- Use the present tense ("Add feature" not "Added feature").
- Use the imperative mood ("Move cursor to..." not "Moves cursor to...").
- Limit the first line to 72 characters or less.
- Reference issues and pull requests liberally after the first line.
Adhere to the StandardJS style.
- Use soft tabs (2 spaces) for indentation.
- Prefer dashes over camelCasing in class names.
- Do not use ID selectors.
- When using multiple selectors in a rule declaration, give each selector its own line.
This repo uses labels to manage work on the project.