From 5c6bda17b5050de475896154c6eb53b5911668b5 Mon Sep 17 00:00:00 2001 From: Pavindu Lakshan Date: Mon, 12 Aug 2024 19:09:19 +0530 Subject: [PATCH] Update pull_request_template.md --- pull_request_template.md | 62 +++++++++------------------------------- 1 file changed, 14 insertions(+), 48 deletions(-) diff --git a/pull_request_template.md b/pull_request_template.md index d1d4586e..f11a4852 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -1,52 +1,18 @@ -## Purpose - +### Purpose + -## Goals - +### Related Issues +- -## Approach - +### Related PRs +- -## User stories - +### Checklist +- [ ] Manual test round performed and verified. +- [ ] UX/UI review done on the final implementation. +- [ ] Documentation provided. (Add links if there are any) +- [ ] Unit tests provided. (Add links if there are any) -## Release note - - -## Documentation - - -## Training - - -## Certification - - -## Marketing - - -## Automation tests - - Unit tests - - - Integration tests - - -## Security checks - - Followed secure coding standards in http://wso2.com/technical-reports/wso2-secure-engineering-guidelines? yes/no - - Ran FindSecurityBugs plugin and verified report? yes/no - - Confirmed that this PR doesn't commit any keys, passwords, tokens, usernames, or other secrets? yes/no - -## Samples - - -## Related PRs - - -## Migrations (if applicable) - - -## Test environment - - -## Learning - +### Security checks +- [ ] Followed secure coding standards in http://wso2.com/technical-reports/wso2-secure-engineering-guidelines? +- [ ] Confirmed that this PR doesn't commit any keys, passwords, tokens, usernames, or other secrets?