From 434b8ade3aa316e6185274d80b62a4d0be6b7e0a Mon Sep 17 00:00:00 2001 From: Camille Villa Date: Wed, 16 Sep 2020 15:49:29 -0700 Subject: [PATCH 1/2] Provide more issue template types --- .github/ISSUE_TEMPLATE/annotations.md | 13 ++++++++++++ .github/ISSUE_TEMPLATE/installing-mirador.md | 11 ++++++++++ .../ISSUE_TEMPLATE/manifest-compatibility.md | 21 +++++++++++++++++++ .github/ISSUE_TEMPLATE/mirador-3.md | 10 --------- .github/ISSUE_TEMPLATE/misc.md | 10 +++++++++ .github/ISSUE_TEMPLATE/plugins.md | 13 ++++++++++++ .github/ISSUE_TEMPLATE/requested-settings.md | 13 ++++++++++++ .github/ISSUE_TEMPLATE/ui-ux.md | 8 +++++++ 8 files changed, 89 insertions(+), 10 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/annotations.md create mode 100644 .github/ISSUE_TEMPLATE/installing-mirador.md create mode 100644 .github/ISSUE_TEMPLATE/manifest-compatibility.md delete mode 100644 .github/ISSUE_TEMPLATE/mirador-3.md create mode 100644 .github/ISSUE_TEMPLATE/misc.md create mode 100644 .github/ISSUE_TEMPLATE/plugins.md create mode 100644 .github/ISSUE_TEMPLATE/requested-settings.md create mode 100644 .github/ISSUE_TEMPLATE/ui-ux.md diff --git a/.github/ISSUE_TEMPLATE/annotations.md b/.github/ISSUE_TEMPLATE/annotations.md new file mode 100644 index 0000000000..7849707d3c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/annotations.md @@ -0,0 +1,13 @@ +--- +name: Annotations +about: Issues related to annotation viewing / rendering in Mirador 3. Issues related to annotation creation can be filed in ProjectMirador/mirador-annotations. +title: '' +labels: Mirador3, annotations +assignees: '' + +--- + + + + +Manifest URLs: diff --git a/.github/ISSUE_TEMPLATE/installing-mirador.md b/.github/ISSUE_TEMPLATE/installing-mirador.md new file mode 100644 index 0000000000..0f2c219745 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/installing-mirador.md @@ -0,0 +1,11 @@ +--- +name: Installing Mirador +about: Issues related to installing / embedding Mirador in your application +title: '' +labels: Mirador3, embed +assignees: '' + +--- + + + - Mirador version (release, commit, etc.): diff --git a/.github/ISSUE_TEMPLATE/manifest-compatibility.md b/.github/ISSUE_TEMPLATE/manifest-compatibility.md new file mode 100644 index 0000000000..d09dca371d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/manifest-compatibility.md @@ -0,0 +1,21 @@ +--- +name: Manifest / Image not loading +about: Report examples of manifests or images that are not loading or displaying as + expected +title: '' +labels: Mirador3, manifest compatibility +assignees: '' + +--- + +- I am the author or maintainer of this manifest: Yes or No +- URL: +- Manifest hosting institution + +### Observed behavior +- Description: (Example: I was able to load my manifest via the "Add Resource" button but thumbnails are not loading in Gallery view) +- Screenshots / screen recordings / GIFs +- Errors or warnings from the UI, developer console, or the [IIIF Presentation Validator](https://iiif.io/api/presentation/validator/service/) +``` +Paste errors here if needed, otherwise delete +``` diff --git a/.github/ISSUE_TEMPLATE/mirador-3.md b/.github/ISSUE_TEMPLATE/mirador-3.md deleted file mode 100644 index 2fa246d689..0000000000 --- a/.github/ISSUE_TEMPLATE/mirador-3.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: Mirador 3 -about: Feedback, issues, questions, and requests for Mirador 3 alpha releases -title: '' -labels: Mirador3 -assignees: '' - ---- - - diff --git a/.github/ISSUE_TEMPLATE/misc.md b/.github/ISSUE_TEMPLATE/misc.md new file mode 100644 index 0000000000..0fe036d500 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/misc.md @@ -0,0 +1,10 @@ +--- +name: Miscellaneous +about: If your issue doesn't fit the other categories, use this one! +title: '' +labels: Mirador3 +assignees: '' + +--- + + diff --git a/.github/ISSUE_TEMPLATE/plugins.md b/.github/ISSUE_TEMPLATE/plugins.md new file mode 100644 index 0000000000..11ec7e81df --- /dev/null +++ b/.github/ISSUE_TEMPLATE/plugins.md @@ -0,0 +1,13 @@ +--- +name: Plugins +about: Issues, questions, and proposals for customizing Mirador. +title: '' +labels: Mirador3, Plugins 🔌 +assignees: '' + +--- + + +- Mirador version (release or commit): +- Description of use case: +- Include screenshots, designs, etc. if relevant diff --git a/.github/ISSUE_TEMPLATE/requested-settings.md b/.github/ISSUE_TEMPLATE/requested-settings.md new file mode 100644 index 0000000000..88ead2a7b6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/requested-settings.md @@ -0,0 +1,13 @@ +--- +name: Requested setting +about: Propose new options for Mirador’s out-of-the-box settings. See examples in src/config/settings.js +title: 'Requested setting' +labels: Mirador3, requested setting +assignees: '' + +--- + + +- Manifest URLs (if any): +- Screenshots of desired behavior +- Description of desired behavior, suggested options for settings diff --git a/.github/ISSUE_TEMPLATE/ui-ux.md b/.github/ISSUE_TEMPLATE/ui-ux.md new file mode 100644 index 0000000000..3ff73b8ce6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/ui-ux.md @@ -0,0 +1,8 @@ +--- +name: UI / UX +about: Feedback on Mirador’s user interface / user experience. User stories for enhancements and new features +title: '' +labels: Mirador3, user experience +assignees: '' + +--- From 5782e35ed69428d57d9dc1d2e5cf78373085d471 Mon Sep 17 00:00:00 2001 From: Camille Villa Date: Thu, 17 Sep 2020 09:47:06 -0700 Subject: [PATCH 2/2] Disable blank issues --- .github/ISSUE_TEMPLATE/config.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000000..3ba13e0cec --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false