From edc49dfc035bd7fd1e6851f946e0574def7d096c Mon Sep 17 00:00:00 2001 From: dongli Date: Tue, 1 Jul 2025 20:29:11 -0700 Subject: [PATCH 1/6] Add PR checklist --- apps/devops/.gitea/PULL_REQUEST_TEMPLATE.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 apps/devops/.gitea/PULL_REQUEST_TEMPLATE.md diff --git a/apps/devops/.gitea/PULL_REQUEST_TEMPLATE.md b/apps/devops/.gitea/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..96e62eb --- /dev/null +++ b/apps/devops/.gitea/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,8 @@ +### PR Checklist + +- [ ] Code builds successfully +- [ ] Unit tests pass +- [ ] Code is reviewed +- [ ] No hardcoded secrets or credentials +- [ ] Appropriate documentation is updated +- [ ] Relevant JIRA/Trello ticket linked \ No newline at end of file From 5ee0d8d8ec63d621e938ae681c04a0eac7c80640 Mon Sep 17 00:00:00 2001 From: dongli Date: Tue, 1 Jul 2025 20:32:08 -0700 Subject: [PATCH 2/6] Add PR checklist --- apps/devops/.gitea/PULL_REQUEST_TEMPLATE.md | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 apps/devops/.gitea/PULL_REQUEST_TEMPLATE.md diff --git a/apps/devops/.gitea/PULL_REQUEST_TEMPLATE.md b/apps/devops/.gitea/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 96e62eb..0000000 --- a/apps/devops/.gitea/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,8 +0,0 @@ -### PR Checklist - -- [ ] Code builds successfully -- [ ] Unit tests pass -- [ ] Code is reviewed -- [ ] No hardcoded secrets or credentials -- [ ] Appropriate documentation is updated -- [ ] Relevant JIRA/Trello ticket linked \ No newline at end of file From 4e7dadba698ffe599f74d0cd96196138c4fa14a1 Mon Sep 17 00:00:00 2001 From: dongli Date: Tue, 1 Jul 2025 20:32:44 -0700 Subject: [PATCH 3/6] Add PR checklist --- .gitea/PULL_REQUEST_TEMPLATE.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitea/PULL_REQUEST_TEMPLATE.md diff --git a/.gitea/PULL_REQUEST_TEMPLATE.md b/.gitea/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..96e62eb --- /dev/null +++ b/.gitea/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,8 @@ +### PR Checklist + +- [ ] Code builds successfully +- [ ] Unit tests pass +- [ ] Code is reviewed +- [ ] No hardcoded secrets or credentials +- [ ] Appropriate documentation is updated +- [ ] Relevant JIRA/Trello ticket linked \ No newline at end of file From 7b2f068fd5a8852c85600665d94e1a89c0f575ab Mon Sep 17 00:00:00 2001 From: dongli Date: Tue, 1 Jul 2025 20:36:38 -0700 Subject: [PATCH 4/6] Add PR checklist --- .gitea/PULL_REQUEST_TEMPLATE.md | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 .gitea/PULL_REQUEST_TEMPLATE.md diff --git a/.gitea/PULL_REQUEST_TEMPLATE.md b/.gitea/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 96e62eb..0000000 --- a/.gitea/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,8 +0,0 @@ -### PR Checklist - -- [ ] Code builds successfully -- [ ] Unit tests pass -- [ ] Code is reviewed -- [ ] No hardcoded secrets or credentials -- [ ] Appropriate documentation is updated -- [ ] Relevant JIRA/Trello ticket linked \ No newline at end of file From 60b5be404bd8c3b1889058a6d0715dd95fe60847 Mon Sep 17 00:00:00 2001 From: dongli Date: Tue, 1 Jul 2025 20:41:11 -0700 Subject: [PATCH 5/6] Add PR checklist --- .gitea/PULL_REQUEST_TEMPLATE.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitea/PULL_REQUEST_TEMPLATE.md diff --git a/.gitea/PULL_REQUEST_TEMPLATE.md b/.gitea/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..96e62eb --- /dev/null +++ b/.gitea/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,8 @@ +### PR Checklist + +- [ ] Code builds successfully +- [ ] Unit tests pass +- [ ] Code is reviewed +- [ ] No hardcoded secrets or credentials +- [ ] Appropriate documentation is updated +- [ ] Relevant JIRA/Trello ticket linked \ No newline at end of file From 61d9a2ea2fa6f9bd6be6d3e8349196ee8196fe0b Mon Sep 17 00:00:00 2001 From: dongli Date: Tue, 1 Jul 2025 20:47:27 -0700 Subject: [PATCH 6/6] Add PR checklist --- .gitea/PULL_REQUEST_TEMPLATE.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/PULL_REQUEST_TEMPLATE.md b/.gitea/PULL_REQUEST_TEMPLATE.md index 96e62eb..46d0b82 100644 --- a/.gitea/PULL_REQUEST_TEMPLATE.md +++ b/.gitea/PULL_REQUEST_TEMPLATE.md @@ -1,8 +1,9 @@ ### PR Checklist -- [ ] Code builds successfully +- [ ] Code is tested in local environment +- [ ] New code is covered by unit tests - [ ] Unit tests pass - [ ] Code is reviewed - [ ] No hardcoded secrets or credentials - [ ] Appropriate documentation is updated -- [ ] Relevant JIRA/Trello ticket linked \ No newline at end of file +- [ ] Relevant TaskID and link is included in the PR description \ No newline at end of file