From 37e6c52c1450d1b75e1d95d1dcdcf0f41dac7545 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Fern=C3=A1ndez=20Poyatos?= Date: Mon, 10 Feb 2025 10:35:09 +0100 Subject: [PATCH] chore: Add needed steps for API in PR template (#6875) --- .github/pull_request_template.md | 5 +++++ api/{src/backend/api => }/CHANGELOG.md | 0 2 files changed, 5 insertions(+) rename api/{src/backend/api => }/CHANGELOG.md (100%) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index e9a83ff79f..9a417cc5d0 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -17,6 +17,11 @@ Please include a summary of the change and which issue is fixed. List any depend - [ ] Review if backport is needed. - [ ] Review if is needed to change the [Readme.md](https://github.com/prowler-cloud/prowler/blob/master/README.md) +#### API +- [ ] Verify if API specs need to be regenerated. +- [ ] Check if version updates are required (e.g., specs, Poetry, etc.). +- [ ] Ensure new entries are added to [CHANGELOG.md](https://github.com/prowler-cloud/prowler/blob/master/api/CHANGELOG.md), if applicable. + ### License By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. diff --git a/api/src/backend/api/CHANGELOG.md b/api/CHANGELOG.md similarity index 100% rename from api/src/backend/api/CHANGELOG.md rename to api/CHANGELOG.md