Problem
The repository's README currently lacks a standard developer setup tutorial, specifically instructions on setting up and using pre-commit hooks. Additionally, there are no formal issue templates to guide contributors when opening bug reports or feature requests.
Proposed Changes
Benefits
- Standardizes development workflows across the project
- Reduces onboarding friction for new contributors
- Ensures consistency and completeness in issue reports
Problem
The repository's README currently lacks a standard developer setup tutorial, specifically instructions on setting up and using pre-commit hooks. Additionally, there are no formal issue templates to guide contributors when opening bug reports or feature requests.
Proposed Changes
Add a Dev Setup section in the README with:
Introduce ISSUE_TEMPLATEs in
.github/ISSUE_TEMPLATE/:bug_report.mdfor bug reportingfeature_request.mdfor feature suggestionsBenefits