Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 903 Bytes

File metadata and controls

42 lines (29 loc) · 903 Bytes

Contributing

Thank you for your interest in contributing to this project.

Getting Started

  1. Fork the repository
  2. Clone your fork: "git clone https://github.com/theworker02/project-launch-kit.git"
  3. Create a new Branch: "git checkout -b feature/your-feature-name"

Making Changes

  • Keep code clean and readable
  • Follow the existing structure and style
  • Test your changes before submitting

Commit Guidelines

Use clear commit messages: "feat: add new feature" "fix: resolve bug" "style: update UI styles" "docs: update documentation"

Submitting a pull request

  1. Push your changes: "git push origin feature/your-feature-name"
  2. Open a Pull Request
  3. Describe what you changed and why

Suggestions & Issues

If you find a bug or have an idea:

  • Open an Issue
  • Be as detailed as possible

Code of Conduct

Be respectful and constructive. This project is open to everyone.