Contributions - chrisdacel/Backend_EcoRisaralda GitHub Wiki
We appreciate contributions to this project! If you would like to collaborate, please follow these guidelines:
Reporting Bugs
- Open a new "Issue" on GitHub.
- Describe the issue as clearly and in as much detail as possible.
- Include the steps to reproduce the issue.
- Specify the browser and operating system where the issue occurred.
Suggesting New Features (Features)
- Open a new "Issue" on GitHub.
- Clearly describe the functionality you are proposing.
- Explain why you believe it would be useful for the project.
Contributing Code (Pull Requests)
- Fork the repository.
- Create a new branch for your contribution (for example, git checkout -b my-new-feature).
- Make your changes and ensure that your code follows the project standards.
- Make descriptive commits of your changes.
- Push your branch to your fork (git push origin my-new-feature).
- Open a "Pull Request" (PR) to the main branch of this repository.
- Clearly describe the changes you have made in the PR.
We will review your PR as soon as possible. Thank you for your contribution!