Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 1.55 KB

File metadata and controls

49 lines (28 loc) · 1.55 KB

Contributing to DuskProbe

Thank you for considering contributing to DuskProbe! All types of contributions are welcome and appreciated.

Getting Started

  • Pre‑Contribution Checks – Verify open issues, discuss major changes via a new issue, ensure you have a GitHub account.
  • Repo Setup – Fork the repository on GitHub to start your contribution.

Types of Contributions

  • Report Bugs – Use GitHub issues, include steps, expected vs actual behavior, screenshots, and device info.
  • Suggest Enhancements – Open issues with the enhancement label, describe clearly, explain value, add mockups if possible.
  • Contribute Code – Fork repo, create branch, make and test changes, then submit a pull request.
  • Improve Docs – Fix typos, clarify explanations, add examples, and enhance structure.

Development Setup

# Clone your fork
git clone https://github.com/YOUR-USERNAME/DuskProbe.git

# Navigate to project directory
cd https://github.com/la-b-ib/DuskProbe.git

Pull Request Process

  • Follow Guidelines & Docs – Ensure code style compliance, update README if needed, and include screenshots for visual changes.
  • Pull Request Clarity – Clearly describe what you changed, why, any context, and reference related issues.

Commit Message Guidelines

type(scope): description
  • Use Conventional Commits – Follow type(scope): description format with types: feat, fix, docs, style, refactor, test, chore.
feat(contact): add form validation