chore: Add needed steps for API in PR template (#6875)

This commit is contained in:
Víctor Fernández Poyatos
2025-02-10 10:35:09 +01:00
committed by GitHub
parent c8441f8d38
commit 7469377079
2 changed files with 5 additions and 0 deletions
+5
View File
@@ -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.