Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.51 KB

File metadata and controls

29 lines (23 loc) · 1.51 KB

Contribution Guidelines

We welcome contributions to RevEngi App! Whether it's bug fixes, new features, or documentation improvements, your help is greatly appreciated.

How to Contribute

  1. Fork the Repository: Start by forking the RevEngi App repository to your GitHub account.
    git clone https://github.com/RevEngiSquad/revengi-app.git
    cd revengi-app
  2. Create a Branch: Create a new branch for your feature or bug fix. Use a descriptive name.
    git checkout -b feature/new-feature
  3. Make Changes: Implement your changes, ensuring code quality and following existing style conventions.
  4. Test Your Changes: Thoroughly test your changes to ensure they work as expected and don't introduce regressions. Optionally, if possible make sure your changes reflect and work as expected on the web version of RevEngi App as well.
  5. Commit Your Changes: Commit your changes with clear and concise commit messages.
  6. Create a Pull Request: Submit a pull request to the main repository. Include a detailed description of your changes and any relevant information.

Guidelines

  • Code Style: Follow the existing code style conventions.
  • Testing: Ensure your changes are thoroughly tested.
  • Documentation: Update relevant documentation to reflect your changes.
  • Commit Messages: Write clear and concise commit messages.
  • Be Respectful: Be respectful of other contributors and maintainers.

We appreciate your contributions!