[PR #226] [MERGED] [github]: add new Frontend_Report / Issue_Report & optimize config.yml #2436

Closed
opened 2025-11-20 05:30:02 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/226
Author: @MickLesk
Created: 11/13/2024
Status: Merged
Merged: 11/19/2024
Merged by: @MickLesk

Base: mainHead: MickLesk_Dev


📝 Commits (10+)

  • 4f5f383 Add new Frontend_Report / Issue_Report & optimize config.yml
  • 3d7c8b6 Update .github/ISSUE_TEMPLATE/bug_report.yml
  • 082fe48 Update .github/ISSUE_TEMPLATE/bug_report.yml
  • 87aceb8 Update .github/ISSUE_TEMPLATE/bug_report.yml
  • 394d09f Update .github/ISSUE_TEMPLATE/config.yml
  • 7ff1626 Update .github/ISSUE_TEMPLATE/config.yml
  • 363f6fb Update .github/ISSUE_TEMPLATE/frontend_report.yml
  • 65a8fb7 remove documentation issue
  • eef3ef7 Update .github/ISSUE_TEMPLATE/config.yml
  • 7375c5b Update .github/ISSUE_TEMPLATE/frontend_report.yml

📊 Changes

4 files changed (+104 additions, -62 deletions)

View changed files

📝 .github/ISSUE_TEMPLATE/bug_report.yml (+20 -14)
📝 .github/ISSUE_TEMPLATE/config.yml (+9 -3)
.github/ISSUE_TEMPLATE/frontend_report.yml (+75 -0)
.github/ISSUE_TEMPLATE/website-issue.yaml (+0 -45)

📄 Description

Description

  1. Add new Frontend_Report for Website
  2. Optimize Issue Report
  3. Optimize Issue Overview

Old:
image

New:
image

Type of change

Please check the relevant option(s):

  • Bug fix (non-breaking change that resolves an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (a fix or feature that would cause existing functionality to change unexpectedly)
  • New script (a fully functional and thoroughly tested script or set of scripts.)

Prerequisites

The following efforts must be made for the PR to be considered. Please check when completed:

  • Self-review performed (I have reviewed my code, ensuring it follows established patterns and conventions)
  • Testing performed (I have tested my changes, ensuring everything works as expected)
  • Documentation updated (I have updated any relevant documentation)

🔄 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/community-scripts/ProxmoxVE/pull/226 **Author:** [@MickLesk](https://github.com/MickLesk) **Created:** 11/13/2024 **Status:** ✅ Merged **Merged:** 11/19/2024 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `MickLesk_Dev` --- ### 📝 Commits (10+) - [`4f5f383`](https://github.com/community-scripts/ProxmoxVE/commit/4f5f383af950318d8e51a3bed01c586faa20b990) Add new Frontend_Report / Issue_Report & optimize config.yml - [`3d7c8b6`](https://github.com/community-scripts/ProxmoxVE/commit/3d7c8b60c23e9c722671ec6eb22fe302cd2e169a) Update .github/ISSUE_TEMPLATE/bug_report.yml - [`082fe48`](https://github.com/community-scripts/ProxmoxVE/commit/082fe480b8411ed845d6f5bf8433cbcbb0ddfcbf) Update .github/ISSUE_TEMPLATE/bug_report.yml - [`87aceb8`](https://github.com/community-scripts/ProxmoxVE/commit/87aceb837bca58c4fea80a49166faf866d0f777c) Update .github/ISSUE_TEMPLATE/bug_report.yml - [`394d09f`](https://github.com/community-scripts/ProxmoxVE/commit/394d09f3eb3c13906b485e15af6219e8af632eeb) Update .github/ISSUE_TEMPLATE/config.yml - [`7ff1626`](https://github.com/community-scripts/ProxmoxVE/commit/7ff162683ed031c9dba086be94ebddf16db44ee6) Update .github/ISSUE_TEMPLATE/config.yml - [`363f6fb`](https://github.com/community-scripts/ProxmoxVE/commit/363f6fb08b79aad238704bacea9fda7046bcac9b) Update .github/ISSUE_TEMPLATE/frontend_report.yml - [`65a8fb7`](https://github.com/community-scripts/ProxmoxVE/commit/65a8fb7454d2c874f73b15241f85600d3c5c7650) remove documentation issue - [`eef3ef7`](https://github.com/community-scripts/ProxmoxVE/commit/eef3ef72cdff2e165b7c3d4539a45552ace391c1) Update .github/ISSUE_TEMPLATE/config.yml - [`7375c5b`](https://github.com/community-scripts/ProxmoxVE/commit/7375c5b8017bfd79b9fda57ede1f34df1a6aba4e) Update .github/ISSUE_TEMPLATE/frontend_report.yml ### 📊 Changes **4 files changed** (+104 additions, -62 deletions) <details> <summary>View changed files</summary> 📝 `.github/ISSUE_TEMPLATE/bug_report.yml` (+20 -14) 📝 `.github/ISSUE_TEMPLATE/config.yml` (+9 -3) ➕ `.github/ISSUE_TEMPLATE/frontend_report.yml` (+75 -0) ➖ `.github/ISSUE_TEMPLATE/website-issue.yaml` (+0 -45) </details> ### 📄 Description ## Description 1. Add new Frontend_Report for Website 2. Optimize Issue Report 3. Optimize Issue Overview Old: ![image](https://github.com/user-attachments/assets/588c280e-74ff-472b-90e3-9faa8c221e8d) New: ![image](https://github.com/user-attachments/assets/208f2f8f-4787-4d20-857c-16a83c82e631) ## Type of change Please check the relevant option(s): - [ ] Bug fix (non-breaking change that resolves an issue) - [x] New feature (non-breaking change that adds functionality) - [x] Breaking change (a fix or feature that would cause existing functionality to change unexpectedly) - [ ] New script (a fully functional and thoroughly tested script or set of scripts.) ## Prerequisites The following efforts must be made for the PR to be considered. Please check when completed: - [x] Self-review performed (I have reviewed my code, ensuring it follows established patterns and conventions) - [x] Testing performed (I have tested my changes, ensuring everything works as expected) - [x] Documentation updated (I have updated any relevant documentation) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 05:30:02 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#2436