Commit graph

68 commits

Author SHA1 Message Date
GJS
dd4db1232e
Updated: Modify security issue template for clarity
- Changed the label of the textarea field for GitHub Advisory URL to improve readability.

modified: .github/ISSUE_TEMPLATE/security_issue.yml
2025-03-31 13:33:42 +02:00
GJS
a4f9e75f50
Updated: Improve clarity and fix minor linter issues in bug_report.yml
- Updated descriptions and placeholders for clearer instructions and consistency.
- Fixed minor formatting and content issues to better align with documentation standards.
- Enhanced the "Deployment Environment" section to offer better guidance for users.

modified: .github/ISSUE_TEMPLATE/bug_report.yml
2025-03-30 11:21:25 +02:00
GJS
12f1084aab
Updated: Improve clarity and fix minor linter issues in ask_for_help.yml
- Updated the descriptions and placeholders for better clarity and accuracy.
- Fixed minor formatting issues to align with current documentation standards.
- Added more detailed explanations in the deployment environment section for better user guidance.

modified: .github/ISSUE_TEMPLATE/ask_for_help.yml
2025-03-30 11:21:06 +02:00
GJS
7f9322a524
Fixed: Link in feature_request.yml
- Fixed the relative link to point to the correct location: `../REVIEW_GUIDELINES.md`.

modified: .github/ISSUE_TEMPLATE/feature_request.yml
2025-03-28 10:10:05 +01:00
GJS
a80d4b253d
Renamed: Change REVIEW_PROCESS.md to REVIEW_GUIDELINES.md
- Renamed the file `REVIEW_PROCESS.md` to `REVIEW_GUIDELINES.md` for clarity.
- Made small adjustments to `PULL_REQUEST_TEMPLATE.md` and `feature_request.yml`
  to link to the newly renamed `REVIEW_GUIDELINES.md`.
- Updated references to the review process throughout relevant files.

modified: .github/ISSUE_TEMPLATE/feature_request.yml
modified: .github/PULL_REQUEST_TEMPLATE.md
renamed:  .github/REVIEW_PROCESS.md -> .github/REVIEW_GUIDELINES.md
2025-03-28 08:43:41 +01:00
GJS
88e1016fa9
Renamed and Updated: Change file extension and update content in feature_request.yml
- Renamed `feature_request.yaml` to `feature_request.yml` to follow project conventions.
- Updated the description in the markdown content to reflect a temporary delay in feature requests and PR reviews.
- Adjusted the labels and body content to better communicate the status of new feature requests.
- Minor revisions in the markdown to enhance clarity and improve the user experience.

renamed: .github/ISSUE_TEMPLATE/feature_request.yaml -> .github/ISSUE_TEMPLATE/feature_request.yml
2025-03-26 07:43:24 +01:00
GJS
3ad2e4b304
Renamed and Updated: Rename bug_report.yaml to bug_report.yml and adjust label
- Renamed the file `bug_report.yaml` to `bug_report.yml` for consistency with standard YAML file extensions.
- Changed the label from `P2-moderate` to `P2-medium` in the file for better alignment with naming conventions.

renamed: .github/ISSUE_TEMPLATE/bug_report.yaml -> .github/ISSUE_TEMPLATE/bug_report.yml
2025-03-26 07:43:07 +01:00
GJS
e00f6a4d06
Renamed: Change file name from ask-for-help.yaml to ask_for_help.yml
- Renamed the file from `ask-for-help.yaml` to `ask_for_help.yml` to adhere to consistent naming conventions.
- This improves consistency and avoids potential issues with file naming conventions in different environments.

renamed: .github/ISSUE_TEMPLATE/ask-for-help.yaml -> .github/ISSUE_TEMPLATE/ask_for_help.yml
2025-03-26 07:42:46 +01:00
GJS
ed25326ddf
Updated: Adjust issue templates for improved clarity and usability
- Removed unnecessary checkboxes from issue templates.
- Adjusted labels for better organization and easier searching in the GitHub UI.
- Removed assignees to avoid unnecessary notifications.

modified: .github/ISSUE_TEMPLATE/ask-for-help.yaml
modified: .github/ISSUE_TEMPLATE/bug_report.yaml
modified: .github/ISSUE_TEMPLATE/feature_request.yaml
modified: .github/ISSUE_TEMPLATE/security_issue.yml
2025-03-25 16:30:33 +01:00
GJS
74c784db32
Update: Add priority label and clarify security issue reporting guidelines
- Added "P1: high" label to security issues for better prioritization.
- Updated markdown instructions to emphasize the importance of using GitHub Security Advisory for reporting vulnerabilities.
- Clarified that this issue is solely for sharing the advisory URL and not for discussing the vulnerability details.
- Retained the step-by-step guide for submitting and sharing the GitHub Security Advisory URL.

modified: .github/ISSUE_TEMPLATE/security_issue.yml
2025-03-25 12:52:01 +01:00
GJS
da777030e5
Update: Implement feature request suspension and new guidelines
- Temporarily suspended the acceptance of new feature requests to focus on bug fixes, performance improvements, and critical updates.
- Added a markdown section notifying users about the temporary suspension and the backlog status of existing requests.
- Introduced a checkbox to confirm user understanding of the feature request suspension.
- Enhanced the feature request template with a section about the policy on unnecessary pings to maintainers, including an acknowledgment checkbox.
- Updated labels to include "P4: negligible" and "backlog" for better issue categorization.

modified: .github/ISSUE_TEMPLATE/feature_request.yaml
2025-03-25 12:51:40 +01:00
GJS
08724ed82a
Updated: Enhance bug report template with new guidelines and structure
- Added a markdown section to discourage unnecessary pings to maintainers, ensuring focused responses to urgent issues.
- Introduced a checkbox to confirm understanding of the new pinging policy.
- Updated the labels and assignees to improve issue categorization and accountability.
- Streamlined the bug report process by making related issues search and explanation more prominent.
- Enhanced the security policy section to ensure users acknowledge reading it before submitting security-related bugs.
- Made minor adjustments to field descriptions for clarity and ease of use.

modified: .github/ISSUE_TEMPLATE/bug_report.yaml
2025-03-25 12:50:50 +01:00
GJS
1968ae620c
Updated: Enhance ask-for-help template with new guidelines and structure
- Added a new section to discourage unnecessary pings to maintainers, ensuring better focus on high-priority tasks.
- Introduced a checkbox to acknowledge understanding of the new pinging guidelines.
- Streamlined issue submission process by emphasizing the importance of checking for duplicate issues before submitting.
- Enhanced security policy section to ensure users agree to review it before reporting security-related issues.
- Reorganized the template for clearer communication and improved user engagement.

modified: .github/ISSUE_TEMPLATE/ask-for-help.yaml
2025-03-25 12:50:22 +01:00
GJS
7482d5824d
Fix: Updated security issue template (#5604) 2025-02-06 19:38:50 +01:00
GJS
44f5a896d0
Enhance security issue template (#5593) 2025-02-06 13:33:27 +01:00
Chongyi Zheng
88187b66eb
Drop Node.js 14 and 16 (#3747)
Co-authored-by: Frank Elsinga <frank@elsinga.de>
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
2024-03-28 07:30:33 +08:00
Frank Elsinga
538f83205d
chore/issue template modification for v2 (#4240)
Co-authored-by: Nelson Chan <3271800+chakflying@users.noreply.github.com>
2024-01-26 06:57:36 +08:00
Louis Lam
d4c21a2259
[GitHub] Minor issue template wording 2024-01-09 01:35:10 +08:00
Adam Stachowicz
04b8681cfb
Fix few markdownlint warnings (#3825) 2023-10-03 05:48:21 +08:00
Frank Elsinga
baf5613dfa
Fixed Replit not being mentioned in the help template (#3430) 2023-07-16 22:43:51 +08:00
Louis Lam
fea8ef8367
Update bug_report.yaml 2023-06-09 20:50:13 +08:00
Louis Lam
68f389868c
Update bug_report.yaml 2023-06-03 16:25:49 +08:00
Louis Lam
5266e713e6
Update ask-for-help.yaml 2023-03-25 23:06:51 +08:00
Louis Lam
86579d245f
Update ask-for-help.yaml 2023-03-25 23:06:23 +08:00
Louis Lam
8092640e20
Update security report guide (#2762) 2023-02-13 00:33:37 +08:00
Louis Lam
45f7c647a6
Update feature_request.yaml 2021-11-09 21:31:04 +08:00
Louis Lam
210566c7af remove prefix for issue title, so users need to input the title 2021-11-05 11:34:50 +08:00
Louis Lam
dec84282ed
Update bug_report.yaml 2021-11-02 13:31:27 +08:00
Louis Lam
df80f413b5
Update feature_request.yaml 2021-11-02 13:31:19 +08:00
Louis Lam
17e59f1d8d
Update ask-for-help.yaml 2021-11-02 13:30:39 +08:00
Louis Lam
973c2bb429
Update ask-for-help.yaml 2021-11-02 13:30:13 +08:00
Louis Lam
b2bc8d9db9
Update bug_report.yaml 2021-11-02 13:24:15 +08:00
Louis Lam
541068ff3b
Update bug_report.yaml 2021-11-02 13:23:47 +08:00
Louis Lam
83ee46454a
Update bug_report.yaml 2021-11-02 13:12:46 +08:00
Juan Calderon-Perez
68b74f07e4 Update wording of form field 2021-10-30 19:06:32 -04:00
Juan Calderon-Perez
6c542edfc9 Add examples for version and image tag. 2021-10-27 00:23:13 -04:00
Juan Calderon-Perez
767807dd22 Added text placeholders for versions. 2021-10-27 00:18:05 -04:00
Juan Calderon-Perez
546402f3d2 Added docker-image-tag field. 2021-10-27 00:11:50 -04:00
Juan Calderon-Perez
dd773aa5a2 Updates based on PR comments. 2021-10-26 22:10:48 -04:00
Juan Calderon-Perez
c7e1267779 More syntax changes. Change What to Which 2021-10-24 10:12:17 -04:00
Juan Calderon-Perez
b50b390048 Changes based on PR requests 2021-10-24 10:04:56 -04:00
Juan Calderon-Perez
40a1ebecc5
Update feature_request.yaml 2021-10-24 00:51:47 -04:00
Juan Calderon-Perez
c489058a57 Update labels for each form 2021-10-24 00:46:10 -04:00
Juan Calderon-Perez
95342ec006 Update label for ask for help 2021-10-24 00:41:51 -04:00
Juan Calderon-Perez
bdebbf8e40 Add Support for Issue Forms 2021-10-24 00:40:06 -04:00
Juan Calderon-Perez
9a9fca67d5 Migrate Bug Report to Github Issue Forms 2021-10-23 22:58:35 -04:00
Louis Lam
7a1bb964e9
Update bug_report.md 2021-10-20 18:09:23 +08:00
Louis Lam
3fe0e9bf1e
Update ask-for-help.md 2021-10-20 18:09:10 +08:00
Louis Lam
9982887783
Update feature_request.md 2021-10-20 18:08:52 +08:00
Adam Stachowicz
521d57c483 Fix some of markdownlint warnings 2021-10-13 02:01:34 +02:00