Skip to content

feat(github): add issue forms and pull request template#6

Merged
jeffusion merged 3 commits into
mainfrom
docs/readme-rewrite
Apr 18, 2026
Merged

feat(github): add issue forms and pull request template#6
jeffusion merged 3 commits into
mainfrom
docs/readme-rewrite

Conversation

@jeffusion
Copy link
Copy Markdown
Owner

Summary

This PR adds structured GitHub Issue Forms and a Pull Request template to improve issue/PR quality and consistency.

Changes

  • Bug Report Form (.github/ISSUE_TEMPLATE/bug_report.yml)

    • Structured form replacing the old markdown template
    • Fields: Summary, Steps to Reproduce, Expected Behavior, Actual Behavior, Environment, Logs, Screenshots, Additional Context
    • Auto-applies bug label and [Bug] title prefix
  • Feature Request Form (.github/ISSUE_TEMPLATE/feature_request.yml)

    • Structured form replacing the old markdown template
    • Fields: Problem Statement, Proposed Solution, Alternatives Considered, Use Case, Additional Context
    • Includes pre-submission checklist to avoid duplicate requests
    • Auto-applies enhancement label and [Feature] title prefix
  • Issue Template Config (.github/ISSUE_TEMPLATE/config.yml)

    • Disables blank issues (requires using a template)
    • Adds a contact link to the README for quick reference
  • Pull Request Template (.github/pull_request_template.md)

    • Standardizes PR submissions with Summary, Testing, and Checklist sections

Removed

  • .github/ISSUE_TEMPLATE/bug_report.md
  • .github/ISSUE_TEMPLATE/feature_request.md

These markdown templates are replaced by the new YAML Issue Forms.

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 3cfd50f5af

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread scripts/generate_launcher_icons.py Outdated
@jeffusion jeffusion force-pushed the docs/readme-rewrite branch from a0f033e to 249f41f Compare April 18, 2026 11:19
@jeffusion jeffusion merged commit a1a02f8 into main Apr 18, 2026
5 checks passed
@jeffusion jeffusion deleted the docs/readme-rewrite branch April 18, 2026 11:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant