[PR #2783] [MERGED] Replace existing issue templates with issue forms #1168

Closed
opened 2026-01-29 19:11:27 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/stenzek/duckstation/pull/2783
Author: @Calinou
Created: 12/26/2021
Status: Merged
Merged: 12/30/2021
Merged by: @stenzek

Base: masterHead: add-issue-forms


📝 Commits (1)

  • b984163 Replace existing issue templates with issue forms

📊 Changes

5 files changed (+146 additions, -74 deletions)

View changed files

.github/ISSUE_TEMPLATE/bug_report.md (+0 -52)
.github/ISSUE_TEMPLATE/bug_report.yml (+94 -0)
📝 .github/ISSUE_TEMPLATE/config.yml (+9 -0)
.github/ISSUE_TEMPLATE/feature_request.md (+0 -22)
.github/ISSUE_TEMPLATE/feature_request.yml (+43 -0)

📄 Description

Issue forms provide better guidance when creating issues, especially for people less familiar with GitHub issue creation. Some additional help has been added, and the initial issue creation page (the one you see before opening the issue form) now links to the game compatibility list and Discord server at the bottom.

The issue forms are loosely inspired by godotengine/godot's (for bug reports) and godotengine/godot-proposals's (for feature requests).

Preview


🔄 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/stenzek/duckstation/pull/2783 **Author:** [@Calinou](https://github.com/Calinou) **Created:** 12/26/2021 **Status:** ✅ Merged **Merged:** 12/30/2021 **Merged by:** [@stenzek](https://github.com/stenzek) **Base:** `master` ← **Head:** `add-issue-forms` --- ### 📝 Commits (1) - [`b984163`](https://github.com/stenzek/duckstation/commit/b9841634cdd2fe61c5ff3bbee076a1080c901c77) Replace existing issue templates with issue forms ### 📊 Changes **5 files changed** (+146 additions, -74 deletions) <details> <summary>View changed files</summary> ➖ `.github/ISSUE_TEMPLATE/bug_report.md` (+0 -52) ➕ `.github/ISSUE_TEMPLATE/bug_report.yml` (+94 -0) 📝 `.github/ISSUE_TEMPLATE/config.yml` (+9 -0) ➖ `.github/ISSUE_TEMPLATE/feature_request.md` (+0 -22) ➕ `.github/ISSUE_TEMPLATE/feature_request.yml` (+43 -0) </details> ### 📄 Description Issue forms provide better guidance when creating issues, especially for people less familiar with GitHub issue creation. Some additional help has been added, and the initial issue creation page (the one you see before opening the issue form) now links to the game compatibility list and Discord server at the bottom. The issue forms are loosely inspired by [godotengine/godot](https://github.com/godotengine/godot/tree/master/.github/ISSUE_TEMPLATE)'s (for bug reports) and [godotengine/godot-proposals](https://github.com/godotengine/godot-proposals/tree/master/.github/ISSUE_TEMPLATE)'s (for feature requests). ## Preview - [**Bug report**](https://github.com/Calinou/duckstation/blob/add-issue-forms/.github/ISSUE_TEMPLATE/bug_report.yml) - [**Feature request**](https://github.com/Calinou/duckstation/blob/add-issue-forms/.github/ISSUE_TEMPLATE/feature_request.yml) --- <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 19:11:27 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/duckstation#1168