From 6516339c31fbd27f4a939322204e7a5f4b2679b7 Mon Sep 17 00:00:00 2001 From: Greg Kempe Date: Sat, 2 Mar 2024 06:57:00 +0200 Subject: [PATCH] remove issue configs to go back to normal --- .../adding-new-fields-to-a-document-type.md | 34 ------------------- .github/ISSUE_TEMPLATE/config.yml | 1 - 2 files changed, 35 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/adding-new-fields-to-a-document-type.md delete mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/adding-new-fields-to-a-document-type.md b/.github/ISSUE_TEMPLATE/adding-new-fields-to-a-document-type.md deleted file mode 100644 index b5f473337..000000000 --- a/.github/ISSUE_TEMPLATE/adding-new-fields-to-a-document-type.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -name: Adding new fields to a document type -about: This template seeks to cover questions that we need to ask to understand implementation - and a checklist for the actual implementation. - ---- - -## Questions -1. What document types does the new field apply to? - - -2. Is the new field related to any other fields, such as court or jurisdiction? - - -3. What countries does the new field apply to? - - -4. Is the field required, or optional? - - -5. Must the field be included in the document metadata display? - - -6. Must the field be included as a search facet? - - -7. Must the field be included as a document listing facet? On which listing pages? - - -8. Does it impact the MNC for judgments? - - -9. Must the field be included in the import/export functionality? - - - -## Implementation aspects: -[] Added to modelling? -[] Added to admin interface? -[] Added to document detail page? -[] Added as a facet on document listing pages? -[] Added as a search facet in search UI? -[] Added to elasticsearch indexing? diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml deleted file mode 100644 index 0086358db..000000000 --- a/.github/ISSUE_TEMPLATE/config.yml +++ /dev/null @@ -1 +0,0 @@ -blank_issues_enabled: true