Skip to content

Latest commit

 

History

History
55 lines (32 loc) · 2.52 KB

CONTRIBUTING.md

File metadata and controls

55 lines (32 loc) · 2.52 KB

CONTRIBUTING

Thank you for your interest in contributing to Relution's open source projects! This document outlines the process for contributing to our public repositories.

About Relution

While we maintain several open-source tools and utilities on GitHub that welcome community contributions, please note that our main Relution application is a separate commercial product not available on GitHub. For more information, visit relution.io.

Code of Conduct

By participating in our projects, you agree to abide by the GitHub Code of Conduct.

Issues

If you find a bug or have a suggestion for one of our open-source projects:

  1. Search the existing issues to verify that the issue hasn't already been reported
  2. Use the issue templates when available
  3. Provide a clear description of the issue with steps to reproduce
  4. Include information about your environment (OS, version, etc.)

For issues related to our main Relution product, please refer to the process outlined in our SUPPORT.md.

Security Issues

Please do not report security vulnerabilities through public GitHub issues. Refer to our SECURITY.md for instructions on how to responsibly disclose security concerns.

Feature Requests

For feature requests related to our open-source projects, please open an issue in the relevant repository with a detailed description of your proposal.

For feature requests related to our main Relution product, please refer to the process outlined in our SUPPORT.md.

Code Contributions

We welcome contributions to our open-source repositories! To submit a pull request:

  1. Fork the repository
  2. Create a branch with a descriptive name for your change
  3. Make your changes, following our coding standards and/or best practices
  4. Submit a pull request with a clear description of the changes

Pull Request Guidelines

  • Keep pull requests focused on a single topic
  • Follow the established coding style of the project
  • Reference any related issues using GitHub's issue linking

License

By contributing to our projects, you agree that your contributions will be licensed under the project's license.

Thank You!

Your contributions help make our open-source projects better for everyone. We appreciate your time and effort!