Skip to content

Add GitHub templates for issues and pull requests#122

Open
amulaj wants to merge 6 commits into
directions4partners:mainfrom
amulaj:feature/121-github-templates
Open

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

Conversation

@amulaj

@amulaj amulaj commented Feb 9, 2026

Copy link
Copy Markdown
Contributor

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

CLAassistant commented Feb 9, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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.

Comment thread .github/pull_request_template.md Outdated
Comment thread .github/pull_request_template.md Outdated
amulaj and others added 2 commits February 9, 2026 08:55
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings February 9, 2026 08:04

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 thread .github/pull_request_template.md Outdated

@pri-kise pri-kise left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Have you considered the new yaml syntax that is used e.g. for the BCApps repository?
Personally I prefer this one since, there you can't simple remove something during the issue creation.
https://github.com/microsoft/BCApps/blob/main/.github/ISSUE_TEMPLATE/bug_report.yaml?plain=1

Copilot AI review requested due to automatic review settings May 24, 2026 21:06

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 3 comments.

Comment thread .github/ISSUE_TEMPLATE/bug_report.md Outdated
Comment thread .github/ISSUE_TEMPLATE/bug_report.md
Comment thread .github/ISSUE_TEMPLATE/feature_request.md
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings May 29, 2026 07:26

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 no new comments.

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

6 participants