From 41eb30afbb831769b9f899ea92ae677688cadab5 Mon Sep 17 00:00:00 2001 From: Anna Headley <845363+hackartisan@users.noreply.github.com> Date: Wed, 18 Dec 2024 12:29:31 -0500 Subject: [PATCH] Add a developer-centric issue template copied from dpul-collections --- .../standard-issue-template-for-devs.md | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/standard-issue-template-for-devs.md diff --git a/.github/ISSUE_TEMPLATE/standard-issue-template-for-devs.md b/.github/ISSUE_TEMPLATE/standard-issue-template-for-devs.md new file mode 100644 index 000000000..024e3a5bb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/standard-issue-template-for-devs.md @@ -0,0 +1,25 @@ +--- +name: Issue Template +about: 'Generic template providing a baseline for issues created by developers' +title: '' +labels: '' +assignees: '' + +--- + +### Summary or User Story + + + +### Acceptance Criteria + +This section can be completed by the DLS team. Some requirements to consider +including: + +- [ ] The UI implemented for this issue meets accessibility requirements +- [ ] New functionality is documented + + +### First step + +This section can be completed by the DLS team