diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index e142f94f165..70872261f62 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -9,3 +9,7 @@ - [ ] I have read the [Contributing Guide](https://hertzbeat.com/docs/others/contributing/) - [ ] I have written the necessary doc or comment. - [ ] I have added the necessary unit tests and all cases have passed. + +## Add or update API + +- [ ] I have added the necessary [e2e tests](../e2e) and all cases have passed. diff --git a/e2e/RADME.md b/e2e/README.md similarity index 100% rename from e2e/RADME.md rename to e2e/README.md