Thank you for your interest in contributing to this project! Please read the following guidelines carefully before making any contributions.
Start by forking the repository to your own GitHub account.
development BranchAll contributions must be based on the development branch.
Example:
git checkout development
git pull origin development
git checkout -b feature/your-feature-name
Don't build the project — just code, test, and create a new PR. We will review your contribution, and your effort will be highly appreciated.
When submitting a Pull Request, please ensure your description is clear and complete.
Your PR description must include:
Example PR Description:
### Changes Made
- Added a new sidebar component to improve navigation.
- Updated the color scheme of the header section.
### Reason
The previous header UI did not match the new design guidelines.
### Screenshots
(Insert before/after images)
### Testing Steps
1. Run the project
2. Navigate to the dashboard
3. Verify the new sidebar and updated header styles