BDI — Basic Data Infrastructure

BDI Developer Portal

Contributing

Contributing to Our Development Portal

We’re excited that you’re interested in contributing to our development portal! Your feedback, suggestions, and code contributions are invaluable to us. Whether you’re a seasoned developer or just getting started, there are many ways you can help improve this project. Below are some guidelines and suggestions on how to get involved.

1. Report Issues and Suggest Features

If you’ve encountered an error in the documentation, found a bug, have a suggestion for a new feature, or see something that could be improved, we encourage you to let us know!

👉 Submit an Issue or Feature Request on GitHub

2. Contribute Code via Pull Requests

If you’re interested in contributing code, we’d love your help! Here’s how you can get started:

git clone https://github.com/Basic-Data-Infrastructure/developer-portal.git
git checkout -b feature-branch
git commit -m "Add feature: new awesome feature"
git push origin feature-branch

Our Github repository

3. Improve Documentation

Good documentation is key to the success of any project. If you notice missing, outdated, or unclear documentation, feel free to contribute improvements. This can include:

Documentation contributions can be submitted via pull requests, just like code contributions.

Thank You for Your Contributions!

Every contribution, big or small, makes a difference. Thank you for helping us improve and grow this project. We’re excited to see what we can build together!

If you have any questions or need help getting started, don’t hesitate to reach out via GitHub.

Happy contributing! 🚀