Skip to content

Comments

Add GitHub templates for issues and pull requests#122

Open
amulaj wants to merge 3 commits intodirections4partners:mainfrom
amulaj:feature/121-github-templates
Open

Add GitHub templates for issues and pull requests#122
amulaj wants to merge 3 commits intodirections4partners:mainfrom
amulaj:feature/121-github-templates

Conversation

@amulaj
Copy link

@amulaj amulaj commented Feb 9, 2026

Description

This pull request adds standardized templates for bug reports, feature requests, and pull requests to the repository. These templates are designed to improve the quality and consistency of issue and PR submissions, making it easier for maintainers to triage and address contributions.

Changes

  • Added a new bug report template (.github/ISSUE_TEMPLATE/bug_report.md) to guide users in providing clear and actionable bug reports.
  • Added a new feature request template (.github/ISSUE_TEMPLATE/feature_request.md) to help users submit well-structured enhancement proposals.
  • Added a new pull request template (.github/pull_request_template.md) to standardize the information provided when submitting pull requests.

Closes #121

Copilot AI review requested due to automatic review settings February 9, 2026 07:49
@CLAassistant
Copy link

CLAassistant commented Feb 9, 2026

CLA assistant check
All committers have signed the CLA.

Copy link
Contributor

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

Adds GitHub contribution templates to standardize how users file issues and how contributors open pull requests, improving triage consistency across the repo.

Changes:

  • Added a bug report issue template.
  • Added a feature request issue template.
  • Added a pull request template.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.

File Description
.github/pull_request_template.md Introduces a PR template with sections for description, changes, screenshots, and issue linkage.
.github/ISSUE_TEMPLATE/feature_request.md Adds a structured template for proposing enhancements.
.github/ISSUE_TEMPLATE/bug_report.md Adds a structured template for reporting bugs with repro steps and expected/actual behavior.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copilot AI review requested due to automatic review settings February 9, 2026 08:04
Copy link
Contributor

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

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +2 to +10
What does this change do?

## Changes
Describe the changes in this pull request.

## Screenshots (if UI changes)
Add screenshots or recordings if helpful.

Closes #[replace with issue no.]
Copy link

Copilot AI Feb 9, 2026

Choose a reason for hiding this comment

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

The template guidance text (e.g., “What does this change do?” / “Describe the changes…”) will be submitted verbatim into PR descriptions unless the author deletes it. Consider converting these helper prompts to HTML comments so contributors get guidance without adding noise to the PR body.

Suggested change
What does this change do?
## Changes
Describe the changes in this pull request.
## Screenshots (if UI changes)
Add screenshots or recordings if helpful.
Closes #[replace with issue no.]
<!-- What does this change do? -->
## Changes
<!-- Describe the changes in this pull request. -->
## Screenshots (if UI changes)
<!-- Add screenshots or recordings if helpful. -->
<!-- Closes #[replace with issue no.] -->

Copilot uses AI. Check for mistakes.
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.

Add GitHub templates for issues and pull requests

3 participants