Skip to content
This repository was archived by the owner on Nov 24, 2025. It is now read-only.

Latest commit

 

History

History
31 lines (22 loc) · 1.46 KB

File metadata and controls

31 lines (22 loc) · 1.46 KB

Contributing to Suricate Widgets

Welcome to our contribution guide. This guide will help you understand the process and expectations for contributing.

Getting Started

Issues

If you want to report a bug, request a feature, or suggest an improvement, please open an issue on the GitHub repository and fill out the appropriate template.

If you find an existing issue that matches your problem, please:

  • Add your reproduction details to the existing issue instead of creating a duplicate.
  • Use reactions (e.g., 👍) on the issue to signal that it affects more users. GitHub reactions help maintainers prioritize issues based on user impact.

If no open issue addresses your problem, please open a new one and include:

  • A clear title and detailed description of the issue.
  • Relevant environment details (e.g., version, OS, configurations).
  • A code sample or executable test case demonstrating the expected behavior that is not occurring.

Pull Requests

To contribute to Suricate Widgets:

  • Fork the repository to your own GitHub account
  • Clone the project to your machine
  • Create a branch from the master branch
  • Make your changes and commit them to your branch
  • Push your changes to your fork
  • Open a merge request to the master branch of the Suricate Widgets repository so that we can review your changes