Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.36 KB

File metadata and controls

34 lines (25 loc) · 1.36 KB

Contributing to Regret-Blocker

Thank you for considering contributing to Regret-Blocker! We welcome contributions to scale the project.

Table of Contents

  1. How to Contribute
  2. Coding Standards
  3. Pull Request Process

How to Contribute

  • If you find a bug, please create an issue on GitHub with detailed information on how to reproduce the issue.
  • We welcome suggestions for new features or enhancements. Please open an issue on GitHub to discuss your ideas.

Submitting Code

  1. Create a new branch for your work: git checkout -b feature-name
  2. Make your changes and commit them with clear commit messages.
  3. Push your branch to your forked repository: git push origin feature-name
  4. Open a pull request on the main repository and describe the changes you have made.

Coding Standards

Please adhere to the following coding standards:

Pull Request Process

  1. Ensure your code follows the coding standards.
  2. Open a pull request and provide a detailed description of your changes.
  3. Wait for a review from a project maintainer.
  4. Address any feedback and make necessary changes.

Thank you for your contributions!