Skip to content

Latest commit

 

History

History
60 lines (34 loc) · 2.13 KB

File metadata and controls

60 lines (34 loc) · 2.13 KB

Contributing to dev_db Project

Thank you for considering contributing to the dev_db project! Your contributions are highly valued and help make the project better for the entire community.

How to Contribute

  1. Fork the Repository: Start by forking the repository to your own GitHub account.

  2. Clone the Repository: Clone the forked repository to your local machine using:

    git clone https://github.com/prmpsmart/dev_db.git
  3. Create a New Branch: Before making any changes, create a new branch for your feature or bug fix:

    git checkout -b feature-name
  4. Make Changes: Implement your changes, keeping in mind the project's coding style and guidelines.

  5. Test: Ensure that your changes are thoroughly tested to avoid introducing new issues.

  6. Commit Changes: Commit your changes with a clear and concise commit message:

    git commit -m "Add a descriptive message about your changes"
  7. Push Changes: Push your changes to your forked repository:

    git push origin feature-name
  8. Create a Pull Request: Go to the original repository and create a Pull Request (PR) from your feature branch to the main branch.

  9. Review and Feedback: The maintainers will review your PR, provide feedback, and request changes if necessary.

  10. Merge and Close: Once your PR is approved, it will be merged into the main repository. Your contribution is now part of the project!

Code Style

Please adhere to the project's coding style and guidelines. Consistency in code style helps maintain the project's readability and quality.

Issue Reporting

If you encounter a bug or have a feature request, feel free to open an issue on the GitHub repository. Provide as much detail as possible, including steps to reproduce the issue.

License

By contributing to this project, you agree that your contributions will be licensed under the MIT License.

Contact

If you have any questions or need further assistance, you can reach out to us at prmpsmart@gmail.com.

Thank you for contributing to dev_db!