Thank you for your interest in contributing to this project! 🎉
We welcome all contributions including bug reports, feature requests, and pull requests.
Click the Fork button at the top of the repository page to create your own fork.
git clone https://github.com/YOUR_USERNAME/postgresql-playground.git
cd postgresql-playgroundgit checkout -b feature/your-feature-nameEdit the code, write tests if relevant, and make sure everything works.
git add .
git commit -m "Add: your message here"
git push origin feature/your-feature-nameGo to your forked repo on GitHub, and click Compare & Pull Request.
Provide a clear description of your changes.
- Follow PEP8 for Python.
- Use clear, descriptive commit messages.
- Leave helpful comments in code where necessary.
Make sure Docker and Docker Compose are installed. Then:
docker-compose up --buildVisit http://localhost:8080 in your browser.
If you have questions or need help, feel free to open an issue or contact the maintainer.
Thanks again!