From 7959ca5e8b8240e09b5ff2358189530888258e72 Mon Sep 17 00:00:00 2001 From: Rick <1450685+LinuxSuRen@users.noreply.github.com> Date: Wed, 6 Dec 2023 10:39:41 +0800 Subject: [PATCH] chore: update the pr template about the e2e testing (#1392) Co-authored-by: rick --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++++ e2e/{RADME.md => README.md} | 0 2 files changed, 4 insertions(+) rename e2e/{RADME.md => README.md} (100%) 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