[PR #612] [MERGED] chore:  Improved the issue templates with issue forms (supported viayml ), closes #611 #1076

Closed
opened 2026-02-26 19:31:44 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/612
Author: @sachinmmane
Created: 10/30/2023
Status: Merged
Merged: 10/31/2023
Merged by: @catalinpit

Base: feat/refreshHead: chore/issue-templates


📝 Commits (1)

  • e58a096 chore:  Improved the issue templates with issue forms (supported viayml )

📊 Changes

6 files changed (+117 additions, -132 deletions)

View changed files

.github/ISSUE_TEMPLATE/bug-report.md (+0 -50)
.github/ISSUE_TEMPLATE/bug-report.yml (+47 -0)
.github/ISSUE_TEMPLATE/feature-request.md (+0 -41)
.github/ISSUE_TEMPLATE/feature-request.yml (+35 -0)
.github/ISSUE_TEMPLATE/improvement.md (+0 -41)
.github/ISSUE_TEMPLATE/improvement.yml (+35 -0)

📄 Description

GitHub supports the issue forms [1].
[1] https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository#creating-issue-forms

This feature allows users to create issues using a structured and visually appealing form. This functionality is facilitated through a  file for the issue template.

Added the issue template for bug report, feature request, and improvement by adding respective file. Also, removed previous file which is no longer needed

Live Demo

The live preview of this change and issue templates can be found here
https://github.com/sachinmmane/documenso/issues/new/choose


Existing Issue Template for Bug Report


New Issue Template


🔄 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/documenso/documenso/pull/612 **Author:** [@sachinmmane](https://github.com/sachinmmane) **Created:** 10/30/2023 **Status:** ✅ Merged **Merged:** 10/31/2023 **Merged by:** [@catalinpit](https://github.com/catalinpit) **Base:** `feat/refresh` ← **Head:** `chore/issue-templates` --- ### 📝 Commits (1) - [`e58a096`](https://github.com/documenso/documenso/commit/e58a09683a71fe84fbce5c18da700c5863ab5729) chore:  Improved the issue templates with issue forms (supported via`yml` ) ### 📊 Changes **6 files changed** (+117 additions, -132 deletions) <details> <summary>View changed files</summary> ➖ `.github/ISSUE_TEMPLATE/bug-report.md` (+0 -50) ➕ `.github/ISSUE_TEMPLATE/bug-report.yml` (+47 -0) ➖ `.github/ISSUE_TEMPLATE/feature-request.md` (+0 -41) ➕ `.github/ISSUE_TEMPLATE/feature-request.yml` (+35 -0) ➖ `.github/ISSUE_TEMPLATE/improvement.md` (+0 -41) ➕ `.github/ISSUE_TEMPLATE/improvement.yml` (+35 -0) </details> ### 📄 Description GitHub supports the issue forms [1]. [1] https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository#creating-issue-forms This feature allows users to create issues using a structured and visually appealing form. This functionality is facilitated through a  file for the issue template. Added the issue template for bug report, feature request, and improvement by adding respective file. Also, removed previous file which is no longer needed ## Live Demo The live preview of this change and issue templates can be found here https://github.com/sachinmmane/documenso/issues/new/choose ---------------------------------------- **Existing Issue Template for Bug Report** ![](https://user-images.githubusercontent.com/54999683/279059613-e96eab11-25fe-4b68-98e2-3e57bad4a6b8.png) ---------------------------------------- **New Issue Template** ![](https://user-images.githubusercontent.com/54999683/279060279-a572a71b-4f71-4ba6-b27f-d4c0ef807a3a.png) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 19:31:44 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/documenso#1076
No description provided.