Thank you for considering contributing to DuskProbe! All types of contributions are welcome and appreciated.
- 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.
- 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.
# 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
- 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.
type(scope): description
- Use Conventional Commits – Follow
type(scope): descriptionformat with types:feat,fix,docs,style,refactor,test,chore.
feat(contact): add form validation