Thank you for your interest in contributing to this project. Every contribution—whether it's fixing a bug, improving documentation, or adding a new feature—is appreciated.
-
Fork the repository.
-
Clone your fork.
git clone https://github.com/your-username/repository-name.git
-
Navigate to the project directory.
cd repository-name -
Install dependencies.
npm install
-
Start the development server.
npm run dev
- Write clean, readable, and maintainable code.
- Follow the existing project structure and coding style.
- Keep commits focused on a single change.
- Test your changes before submitting a pull request.
- Update documentation if your changes affect usage or functionality.
Use clear and descriptive commit messages.
Examples:
feat: add user profile page
fix: resolve login validation bug
docs: update installation guide
refactor: simplify authentication logic
Before submitting a Pull Request, please ensure:
- Your code builds successfully.
- You have tested your changes.
- Documentation has been updated if necessary.
- Your PR includes a clear description of the changes.
If you discover a bug or have a feature request, please open an Issue and include:
- A clear description of the problem.
- Steps to reproduce (if applicable).
- Expected behaviour.
- Screenshots or logs (if relevant).
Please be respectful and maintain a welcoming environment for everyone participating in this project.
If you have any questions, feel free to open an Issue or start a Discussion.
Thank you for helping improve this project. Your contributions are greatly appreciated.