Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 679 Bytes

CONTRIBUTING.md

File metadata and controls

28 lines (17 loc) · 679 Bytes

Contributing to Django Daisy

Thanks for helping make Django Daisy awesome! Here’s how to get started: Getting Set Up

Clone the repo.
Use Python 3.8+ and set up a virtual environment.
Install requirements: pip install -r requirements.txt

Code Style

Keep it clean and stick to PEP8 if you can.

Making Changes

Create a branch for each feature (feature/your-feature-name).
Add quick notes to document functions.

Issues & Pull Requests

Comment on an issue to grab it.
Submit pull requests from your feature branch (e.g., feature/your-feature-name) to main.

Community Guidelines

Be kind, open-minded, and respectful.

Happy coding! 😊