From 67e8d03382e44e64d36fbd40fc3a4b5e9508662b Mon Sep 17 00:00:00 2001 From: Jonathan Rainville Date: Mon, 2 Feb 2026 14:56:03 -0500 Subject: [PATCH] docs(templates): update issues templates and add documentation check --- .github/ISSUE_TEMPLATE/bug.md | 4 ++-- .github/ISSUE_TEMPLATE/feature-issue.md | 6 +----- .github/pull_request_template.md | 7 ++++--- 3 files changed, 7 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index 7a0147bb0e..7fc755fcf8 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -20,6 +20,6 @@ labels: bug ### Additional Information -- Status desktop version: -- Operating System: +- Status app version: +- Operating System and version: diff --git a/.github/ISSUE_TEMPLATE/feature-issue.md b/.github/ISSUE_TEMPLATE/feature-issue.md index 6681764cb0..5eefdc4163 100644 --- a/.github/ISSUE_TEMPLATE/feature-issue.md +++ b/.github/ISSUE_TEMPLATE/feature-issue.md @@ -5,7 +5,7 @@ labels: feature --- - + ### Description @@ -14,10 +14,6 @@ labels: feature [comment]: # (Describe the use cases the implementation should cover. E.g. New users, existing users, public chat, group chat, etc) *Summary*: ... -### Metrics - -Does that feature need metrics to be added? If yes, describe which events should be tracked and add them to Mixpanel - ### Acceptance Criteria [comment]: # (Rules for the future PR to be accepted.) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index cf64d462c9..d150f38466 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -6,10 +6,11 @@ -### Architecture compliance +### Quality checklist - [ ] I am familiar with the [application architecture](/docs/architecture.md) and agreed good practices. My PR is consistent with this document: [QML Architecture Guidelines](/guidelines/QML_ARCHITECTURE_GUIDE.md) +- [ ] I have updated the necessary documentation if needed (eg: updated BUILDING.md if I updated dependencies) ### Screencapture of the functionality @@ -21,8 +22,8 @@ My PR is consistent with this document: [QML Architecture Guidelines](/guideline ### How to test -- -- + + ### Risk