Contributions - chrisdacel/Backend_EcoRisaralda GitHub Wiki

We appreciate contributions to this project! If you would like to collaborate, please follow these guidelines:

Reporting Bugs

  1. Open a new "Issue" on GitHub.
  2. Describe the issue as clearly and in as much detail as possible.
  3. Include the steps to reproduce the issue.
  4. Specify the browser and operating system where the issue occurred.

Suggesting New Features (Features)

  1. Open a new "Issue" on GitHub.
  2. Clearly describe the functionality you are proposing.
  3. Explain why you believe it would be useful for the project.

Contributing Code (Pull Requests)

  1. Fork the repository.
  2. Create a new branch for your contribution (for example, git checkout -b my-new-feature).
  3. Make your changes and ensure that your code follows the project standards.
  4. Make descriptive commits of your changes.
  5. Push your branch to your fork (git push origin my-new-feature).
  6. Open a "Pull Request" (PR) to the main branch of this repository.
  7. Clearly describe the changes you have made in the PR.

We will review your PR as soon as possible. Thank you for your contribution!