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