Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.24 KB

CONTRIBUTING.md

File metadata and controls

35 lines (22 loc) · 1.24 KB

Contributing to SignOutSync

Thank you for considering contributing to SignOutSync! We appreciate feedback, bug reports, feature requests, and contributions. Here’s how you can contribute:

How to Contribute

  1. Fork the repository.
  2. Clone your fork locally.
  3. Create a new branch for your feature or bug fix.
  4. Make changes, ensuring code quality.
  5. Push to your fork and submit a pull request.

Code of Conduct

By contributing, you agree to abide by our Code of Conduct. Please review it to understand acceptable behaviors.

Reporting Bugs

To report a bug, open an issue via the Issues tab and include a detailed description of the problem.

Feature Requests

We are happy to hear your ideas! Submit a new issue with a feature-request label, and describe the feature in detail.

Setting up Development Environment

  1. Fork the repository and clone it locally.
  2. Install the necessary dependencies as mentioned in the README.md.
  3. Start contributing by following our coding standards.

Pull Request Guidelines

  1. Ensure your code is well-documented and tested.
  2. Update relevant documentation if you add a feature.
  3. Submit your pull request for review.