[PR #845] [MERGED] feat: Convert all issue templates into issue forms #1356

Open
opened 2026-01-29 15:19:41 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/845
Author: @Panquesito7
Created: 7/22/2021
Status: Merged
Merged: 7/24/2021
Merged by: @ayaankhan98

Base: masterHead: convert_to_issue_forms


📝 Commits (1)

  • 7276c49 feat: Convert all issue templates into issue...

📊 Changes

6 files changed (+126 additions, -54 deletions)

View changed files

.github/ISSUE_TEMPLATE/bug_report.md (+0 -34)
.github/ISSUE_TEMPLATE/bug_report.yml (+65 -0)
.github/ISSUE_TEMPLATE/config.yml (+1 -0)
.github/ISSUE_TEMPLATE/feature_request.md (+0 -20)
.github/ISSUE_TEMPLATE/feature_request.yml (+38 -0)
.github/ISSUE_TEMPLATE/other.yml (+22 -0)

📄 Description

Description of Change

  • Convert all issue templates into issue forms.
    • Improves a bit of wording and spelling.
  • Disable blank issues but provide an Other template for generic issues not provided in our templates.

Checklist

  • Added description of the change
  • Added file name matches File name guidelines
  • Added tests and example, the test must pass
  • Relevant documentation/comments is changed or added
  • PR title follows semantic commit guidelines
  • Search previous suggestions before making a new one, as yours may be a duplicate.
  • I acknowledge that all my contributions will be made under the project's license.

Notes: This would have to be merged to test it. Although, check this repository and try to submit an issue.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/TheAlgorithms/C/pull/845 **Author:** [@Panquesito7](https://github.com/Panquesito7) **Created:** 7/22/2021 **Status:** ✅ Merged **Merged:** 7/24/2021 **Merged by:** [@ayaankhan98](https://github.com/ayaankhan98) **Base:** `master` ← **Head:** `convert_to_issue_forms` --- ### 📝 Commits (1) - [`7276c49`](https://github.com/TheAlgorithms/C/commit/7276c49ccb4bb468ac3c9410ac2037785e5a983e) feat: Convert all issue templates into issue... ### 📊 Changes **6 files changed** (+126 additions, -54 deletions) <details> <summary>View changed files</summary> ➖ `.github/ISSUE_TEMPLATE/bug_report.md` (+0 -34) ➕ `.github/ISSUE_TEMPLATE/bug_report.yml` (+65 -0) ➕ `.github/ISSUE_TEMPLATE/config.yml` (+1 -0) ➖ `.github/ISSUE_TEMPLATE/feature_request.md` (+0 -20) ➕ `.github/ISSUE_TEMPLATE/feature_request.yml` (+38 -0) ➕ `.github/ISSUE_TEMPLATE/other.yml` (+22 -0) </details> ### 📄 Description #### Description of Change <!-- Thank you for your Pull Request. Please provide a description above and review the requirements below. Contributors guide: https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md --> - Convert all issue templates into issue forms. - Improves a bit of wording and spelling. - Disable blank issues but provide an `Other` template for generic issues not provided in our templates. #### Checklist <!-- Remove items that do not apply. For completed items, change [ ] to [x]. --> - [x] Added description of the change - [ ] ~Added file name matches [File name guidelines](https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md#File-Name-guidelines)~ - [ ] ~Added tests and example, the test must pass~ - [ ] ~Relevant documentation/comments is changed or added~ - [x] PR title follows semantic [commit guidelines](https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md#Commit-Guidelines) - [x] Search previous suggestions before making a new one, as yours may be a duplicate. - [x] I acknowledge that all my contributions will be made under the project's license. Notes: This would have to be merged to test it. Although, check [**this**](https://github.com/EddieHubCommunity/support) repository and try to submit an issue. <a href="https://gitpod.io/#https://github.com/TheAlgorithms/C/pull/845"><img src="https://gitpod.io/button/open-in-gitpod.svg"/></a> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 15:19:41 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#1356