Thank you for your interest in contributing to Open Data Hub! We welcome contributions from the community and appreciate your help in improving the project.
You can contribute in several ways:
- Reporting bugs
- Suggesting new features
- Improving documentation
- Submitting code changes
- Reviewing pull requests
Before creating a bug report:
- Check existing issues to avoid duplicates
- Use the Bug Report issue template
- Provide as much detail as possible
Include:
- Clear description of the problem
- Steps to reproduce
- Expected vs actual behavior
- Environment details
We welcome feature suggestions.
Please use the Feature Request issue template and include:
- Problem or use case
- Proposed solution
- Alternatives considered
- Create a branch for your changes
Example branch names:
feature/add-new-feature
fix/fix-bug
docs/update-documentation
-
Make your changes
-
Commit your changes with clear messages
-
Push your branch and open a Pull Request
Please ensure:
- Changes are clear and focused
- Commit messages are descriptive
- Related issues are referenced if applicable
Example:
Fixes #123
All contributions will be reviewed before merging.
Reviewers may request changes.
Thank you for contributing to Open Data Hub!