Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.16 KB

CONTRIBUTING.md

File metadata and controls

32 lines (22 loc) · 1.16 KB

Contributing to Data Access Hub

Thank you for your interest in contributing to this project!
To ensure a clear and effective process, please follow these guidelines.

How to Contribute

  1. Report an Issue
    If you find a bug or have a suggestion, open an issue on GitHub with a clear description of the problem or feature request.

  2. Propose a Change

    • Fork the repository
    • Create a new branch for your changes (git checkout -b branch-name)
    • Make your changes and test the code
    • Commit with a clear message (git commit -m "Description of the change")
    • Push to your fork and open a Pull Request (PR)
  3. Code Style and Best Practices

    • Follow the project's coding conventions (ESLint and prettier are configured)
    • Keep the code clean and well-documented
    • If modifying the UI, ensure consistency with the existing design

Review and Merge Process

  • All PRs will be reviewed by the repository maintainer
  • Code must meet the project's standards before being accepted
  • Changes may be requested before merging

Contact

If you have any questions, open an issue or contact the repository maintainer.