[PR #1867] [MERGED] fix(github): Remove unsupported frontmatter from PULL_REQUEST_TEMPLATE.md #1897

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

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/1867
Author: @janpio
Created: 6/27/2025
Status: Merged
Merged: 7/15/2025
Merged by: @dguyen

Base: mainHead: patch-2


📝 Commits (1)

  • 4cee61d fix(github): Remove unsupported frontmatter from PULL_REQUEST_TEMPLATE.md

📊 Changes

1 file changed (+0 additions, -5 deletions)

View changed files

📝 .github/PULL_REQUEST_TEMPLATE.md (+0 -5)

📄 Description

Description

.github/PULL_REQUEST_TEMPLATE.md does not support name and about frontmatter (https://stackoverflow.com/a/66481758), only files in the .github/PULL_REQUEST_TEMPLATE folder do.

  • no issue

Changes Made

  • Removed the frontmatter as a quick fix, potentially might also move the file to the folder instead (although I could not quickly figure out what the default name of the file should be).

Testing Performed

  • None

Checklist

  • I have tested these changes locally and they work as expected.
  • I have added/updated tests that prove the effectiveness of these changes.
  • I have updated the documentation to reflect these changes, if applicable.
  • I have followed the project's coding style guidelines.
  • I have addressed the code review feedback from the previous submission, if applicable.

Additional Notes


🔄 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/1867 **Author:** [@janpio](https://github.com/janpio) **Created:** 6/27/2025 **Status:** ✅ Merged **Merged:** 7/15/2025 **Merged by:** [@dguyen](https://github.com/dguyen) **Base:** `main` ← **Head:** `patch-2` --- ### 📝 Commits (1) - [`4cee61d`](https://github.com/documenso/documenso/commit/4cee61df4182c0f391469e7c4bb1e0b0cff5582a) fix(github): Remove unsupported frontmatter from PULL_REQUEST_TEMPLATE.md ### 📊 Changes **1 file changed** (+0 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `.github/PULL_REQUEST_TEMPLATE.md` (+0 -5) </details> ### 📄 Description ## Description `.github/PULL_REQUEST_TEMPLATE.md` does not support `name` and `about` frontmatter (https://stackoverflow.com/a/66481758), only files in the `.github/PULL_REQUEST_TEMPLATE` _folder_ do. ## Related Issue - no issue ## Changes Made - Removed the frontmatter as a quick fix, potentially might also move the file to the folder instead (although I could not quickly figure out what the default name of the file should be). ## Testing Performed - None ## Checklist <!--- Please check the boxes that apply to this pull request. --> <!--- You can add or remove items as needed. --> - [ ] I have tested these changes locally and they work as expected. - [ ] I have added/updated tests that prove the effectiveness of these changes. - [ ] I have updated the documentation to reflect these changes, if applicable. - [ ] I have followed the project's coding style guidelines. - [ ] I have addressed the code review feedback from the previous submission, if applicable. ## Additional Notes <!--- Provide any additional context or notes for the reviewers. --> <!--- This might include details about design decisions, potential concerns, or anything else relevant. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 20:31:34 +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#1897
No description provided.