diff --git a/.github/ISSUE_TEMPLATE/annotations.md b/.github/ISSUE_TEMPLATE/annotations.md new file mode 100644 index 0000000000000000000000000000000000000000..7849707d3c0fe880e55c131d1da702a71e2857df --- /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: '' + +--- + +<!--- Annotation compatibility support: https://github.com/ProjectMirador/mirador/wiki/Annotation-compatibility-support --> +<!--- Annotation creation tools plugin: https://github.com/projectmirador/mirador-annotations --> + +Manifest URLs: diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000000000000000000000000000000000000..3ba13e0cec6cbbfd462e9ebf529dd2093148cd69 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false diff --git a/.github/ISSUE_TEMPLATE/installing-mirador.md b/.github/ISSUE_TEMPLATE/installing-mirador.md new file mode 100644 index 0000000000000000000000000000000000000000..0f2c21974539ae203e7cd984131923864a2f10f3 --- /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: '' + +--- + +<!--- See "Embedding Mirador" in the wiki: https://github.com/ProjectMirador/mirador/wiki/M3-Embedding-in-Another-Environment --> + - 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 0000000000000000000000000000000000000000..d09dca371d183b5c4c61f45b6c8b53e4192bd88b --- /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: <!--- insert manifest URL here --> +- Manifest hosting institution <!--- e.g. Smithsonian, Bodleian Library --> + +### 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 2fa246d689b7d8ca98c04b3774c9db77dd194e86..0000000000000000000000000000000000000000 --- 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 0000000000000000000000000000000000000000..0fe036d500223ceac9e52134f32a6a09099f362f --- /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: '' + +--- + +<!--- Add manifest URLs or screenshots if relevant --> diff --git a/.github/ISSUE_TEMPLATE/plugins.md b/.github/ISSUE_TEMPLATE/plugins.md new file mode 100644 index 0000000000000000000000000000000000000000..11ec7e81df3d785753ccd8fd51780539696898b4 --- /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: '' + +--- + +<!--- See examples of Mirador 3 plugins on the wiki: https://github.com/ProjectMirador/mirador/wiki/Mirador-3-plugins --> +- 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 0000000000000000000000000000000000000000..88ead2a7b6f55f8e5f2ebd22b3ea9e00bfa570ec --- /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: '' + +--- + +<!--- See examples of settings at: https://github.com/ProjectMirador/mirador/blob/b15cbb61a7b60118b50469675d66e672748cb39e/src/config/settings.js#L252 --> +- 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 0000000000000000000000000000000000000000..3ff73b8ce6b9215e75718c1e141d7a9c4a9e8870 --- /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: '' + +---