Thank you for your interest in contributing to this project.
- Fork the repository
- Clone your fork: "git clone https://github.com/theworker02/project-launch-kit.git"
- Create a new Branch: "git checkout -b feature/your-feature-name"
- Keep code clean and readable
- Follow the existing structure and style
- Test your changes before submitting
Use clear commit messages: "feat: add new feature" "fix: resolve bug" "style: update UI styles" "docs: update documentation"
- Push your changes: "git push origin feature/your-feature-name"
- Open a Pull Request
- Describe what you changed and why
If you find a bug or have an idea:
- Open an Issue
- Be as detailed as possible
Be respectful and constructive. This project is open to everyone.