Skip to content

Add GitHub issue templates and PR template#175

Merged
kirich1409 merged 1 commit intomainfrom
chore/github-templates
Apr 29, 2026
Merged

Add GitHub issue templates and PR template#175
kirich1409 merged 1 commit intomainfrom
chore/github-templates

Conversation

@kirich1409
Copy link
Copy Markdown
Contributor

Closes #170

What changed

  • Added .github/ISSUE_TEMPLATE/config.yml — disables blank issues, directs questions to Discussions
  • Added .github/ISSUE_TEMPLATE/bug_report.yml — structured bug report form with description, reproduction steps, expected/actual behavior, library version, and platform fields
  • Added .github/ISSUE_TEMPLATE/feature_request.yml — structured feature request form with motivation, proposed API (Kotlin render), alternatives, and context fields
  • Added .github/pull_request_template.md — PR template with type-of-change checklist, contributor checklist (tests, docs, spotlessCheck, CHANGELOG), and notes-for-reviewers section

Why

Standardizes how contributors report bugs and request features, reduces triage overhead, and ensures PRs consistently reference the related issue and pass quality gates before review.

How to test

Open a new issue on GitHub — blank issue option should be absent; two structured forms (Bug Report, Feature Request) should appear. Open a new PR — the body should be pre-filled with the template.

@kirich1409 kirich1409 added docs Documentation chore Maintenance and housekeeping tasks labels Apr 29, 2026
@qodo-code-review
Copy link
Copy Markdown

ⓘ You've reached your Qodo monthly free-tier limit. Reviews pause until next month — upgrade your plan to continue now, or link your paid account if you already have one.

@kirich1409 kirich1409 merged commit 800c026 into main Apr 29, 2026
9 of 10 checks passed
@kirich1409 kirich1409 deleted the chore/github-templates branch April 29, 2026 20:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore Maintenance and housekeeping tasks docs Documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore: add GitHub issue templates and PR template

1 participant