From a03680d9a7abc3ab75cb4bb47c573cae24345f2b Mon Sep 17 00:00:00 2001 From: Isabell Reedy <113355639+ireedy@users.noreply.github.com> Date: Tue, 12 Sep 2023 14:27:05 -0400 Subject: [PATCH] Add scalability testing check to issue template (#13798) Scalability testing added. Moved API changes from engineering to product. --- .github/ISSUE_TEMPLATE/story.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/story.md b/.github/ISSUE_TEMPLATE/story.md index 9114b9e572..95503037f1 100644 --- a/.github/ISSUE_TEMPLATE/story.md +++ b/.github/ISSUE_TEMPLATE/story.md @@ -24,12 +24,13 @@ assignees: '' ### Product - [ ] UI changes: TODO - [ ] CLI usage changes: TODO +- [ ] REST API changes: TODO - [ ] Permissions changes: TODO - [ ] Outdated documentation changes: TODO -- [ ] Changes to paid features or tiers TODO +- [ ] Changes to paid features or tiers: TODO +- [ ] Scalability testing: TODO ### Engineering -- [ ] REST API changes: TODO - [ ] Database schema migrations: TODO - [ ] Documentation changes complete