We appreciate your interest in contributing to the Dataherald Community App! Your contributions help make our project even better. Whether you're a developer, designer, tester, or documentation enthusiast, there are many ways you can get involved.
If you haven't already, start by forking the Dataherald Community App repository to your own GitHub account. This will create a copy of the project that you can freely experiment with.
Clone your forked repository to your local machine using the following command:
git clone https://github.com/yourusername/streamlit-app.git
Before making changes, create a new branch to work on your feature or bug fix:
cd streamlit-app
git checkout -b feature-name
Now you can start making your contributions. Whether it's coding, design, or documentation updates, your work is valued.
If you're adding new features or modifying existing ones, be sure to test your changes thoroughly to ensure they work as expected.
Commit your changes to your branch with clear, concise commit messages:
git commit -m "Add cool new feature"
Push your changes to your forked repository:
shell
git push origin feature-name
Once your changes are ready, go to the original Dataherald Community App repository on GitHub. Click the "New Pull Request" button, and you'll be able to submit your changes for review.
Your pull request will be reviewed by the maintainers and contributors. They may provide feedback or ask for further changes. Be open to collaboration and improvement suggestions.
Once your pull request is approved, it will be merged into the main project. Congratulations, your contribution is now part of Dataherald Community App! 🚀
If you're interested in the project's future plans and enhancements, following are the next steps we have ahead of us: