diff --git a/.github/ISSUE_TEMPLATE/accessibility.md b/.github/ISSUE_TEMPLATE/accessibility.md deleted file mode 100644 index 1b832f97..00000000 --- a/.github/ISSUE_TEMPLATE/accessibility.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -name: Accessibility -about: Report an accessibility issue -title: '' -labels: accessibility general -assignees: '' - ---- -### Steps to recreate - - -### URL - - -### Issues - - -### Severity - - -### WCAG Conformance level (A, AA, AAA) - - -### User impact - - -### Recommended fix - - -### Acceptance criteria -- [ ] I can successfully use this feature with Voice Over in Safari. -- [ ] I have checked this feature using one of the following browser extensions and confirmed that it does not add any level A or level AA issues: - * axe dev tools - * Lighthouse - * Wave -- [ ] ... - -### Notes \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index aea02d6d..00000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: '' -assignees: '' - ---- - -### Expected behavior -A clear and concise description of what you expected to happen. - -### Actual behavior -Include screenshots, or links and browser version if relevant - -### Steps to replicate - -### Impact of this bug -E.g. "I can't work until this is fixed" or "I have a workaround" - -### Honeybadger link and code snippet, if applicable - -``` -``` - -### Re-index required? - -- [ ] Full re-index -- [ ] Partial re-index -- [ ] No re-indexing required - -### Implementation notes, if any - diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 030bd039..00000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: '' -assignees: '' - ---- - -### User story - -### Acceptance criteria - -- [ ] I can successfully use this feature with Voice Over in Safari. -- [ ] I have checked this feature using one of the following browser extensions and confirmed that it does not add any level A or level AA issues: - * axe dev tools - * Lighthouse - * Wave -- [ ] ... - -### Concrete example - -### Re-index required? - -- [ ] Full re-index -- [ ] Partial re-index -- [ ] No re-indexing required - -### Update documentation? -- [ ] Update [Indexing documentation](https://pul-confluence.atlassian.net/wiki/spaces/ALMA/pages/1770331/MARC+fields+indexed+in+Blacklight) -- [ ] Update [Documentation directory](https://github.com/pulibrary/bibdata/tree/main/docs) - - -### Implementation notes, if any - diff --git a/.github/ISSUE_TEMPLATE/maintenance-task.md b/.github/ISSUE_TEMPLATE/maintenance-task.md deleted file mode 100644 index 03483058..00000000 --- a/.github/ISSUE_TEMPLATE/maintenance-task.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: Maintenance task -about: Document some maintenance that needs to be done -title: '' -labels: maintenance -assignees: '' - ---- - - diff --git a/.github/ISSUE_TEMPLATE/ui-change.md b/.github/ISSUE_TEMPLATE/ui-change.md deleted file mode 100644 index a4bc479d..00000000 --- a/.github/ISSUE_TEMPLATE/ui-change.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -name: UI change -about: A change to the display -title: '' -labels: user experience -assignees: '' - ---- - -### Current display - - -### Desired display - -### Acceptance criteria - -- [ ] I can successfully use this feature with Voice Over in Safari. -- [ ] I have checked this feature using one of the following browser extensions and confirmed that it does not add any level A or level AA issues: - * axe dev tools - * Lighthouse - * Wave -- [ ] ... - -### Notes