Pull Requests

Pull requests are welcome! If you’d like to contribute to Fluffle, please follow these guidelines to make the review process smooth and efficient.

Before submitting a pull request

  • Make sure your change aligns with the project’s goals.
  • Check if a similar pull request already exists.
  • Open an issue first if the change is large or introduces new behavior.

Creating a pull request

  • Fork the repository and create a new branch.
  • Use a clear and descriptive branch name.
  • Keep your changes focused and minimal.

Code guidelines

  • Follow the existing code style and structure.
  • Write clean and readable code.
  • Update or add documentation if needed.

Testing

  • Ensure your changes don’t break existing functionality.
  • Test your changes locally before submitting.

Pull request description

Provide a clear description of what your pull request does and why it’s needed.

  • Explain the problem you’re solving.
  • Describe your solution.
  • Include screenshots or examples if relevant.

Review process

Once submitted, your pull request will be reviewed. Feedback may be provided, and changes may be requested before merging.