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