Skip to content

chore: add GitHub issue and pull request templates #12585

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

daniel-kmiecik
Copy link
Contributor

@daniel-kmiecik daniel-kmiecik commented Jul 21, 2025

PR checklist

  • Read the contribution guidelines.
  • Ran the shell script under ./bin/ to update Petstore sample so that CIs can verify the change. (For instance, only need to run ./bin/{LANG}-petstore.sh and ./bin/security/{LANG}-petstore.sh if updating the {LANG} (e.g. php, ruby, python, etc) code generator or {LANG} client's mustache templates). Windows batch files can be found in .\bin\windows\.
  • Filed the PR against the correct branch: 3.0.0 branch for changes related to OpenAPI spec 3.0. Default: master.
  • Copied the technical committee to review the pull request if your PR is targeting a particular programming language.

Description of the PR

Added by github-copilot

@daniel-kmiecik daniel-kmiecik marked this pull request as ready for review July 21, 2025 10:53
@daniel-kmiecik daniel-kmiecik requested a review from Copilot July 21, 2025 10:53
Copilot

This comment was marked as outdated.

Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR adds structured GitHub issue and pull request templates to improve issue reporting and contribution workflows. The changes replace a single generic issue template with three specialized templates for different types of issues.

  • Replaces the generic .github/ISSUE_TEMPLATE.md with three categorized issue templates
  • Adds dedicated templates for bug reports, questions, and feature requests
  • Provides structured forms with clear sections and checklists to guide contributors

Reviewed Changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
.github/ISSUE_TEMPLATE.md Removes the old generic issue template
.github/ISSUE_TEMPLATE/01_bug_report.md Adds structured bug report template with environment details and reproduction steps
.github/ISSUE_TEMPLATE/02_question.md Adds question template for user support and clarification requests
.github/ISSUE_TEMPLATE/03_feature_request.md Adds feature request template with use case and implementation details

@daniel-kmiecik daniel-kmiecik deleted the add-issue-templates branch July 22, 2025 12:40
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.

2 participants