From 46077d7b0fc5531050c8758da5529e6db27badd8 Mon Sep 17 00:00:00 2001 From: Stefan Wehrmeyer Date: Tue, 12 Dec 2023 23:28:07 +0100 Subject: [PATCH] Switch issue templates to issue forms, add discussion link --- .github/ISSUE_TEMPLATE/config.yml | 5 +++ .github/ISSUE_TEMPLATE/neue-bibliothek.md | 17 -------- .github/ISSUE_TEMPLATE/neue-bibliothek.yml | 42 +++++++++++++++++++ .../ISSUE_TEMPLATE/neue-nachrichtenseite.md | 17 -------- .../ISSUE_TEMPLATE/neue-nachrichtenseite.yml | 42 +++++++++++++++++++ 5 files changed, 89 insertions(+), 34 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/config.yml delete mode 100644 .github/ISSUE_TEMPLATE/neue-bibliothek.md create mode 100644 .github/ISSUE_TEMPLATE/neue-bibliothek.yml delete mode 100644 .github/ISSUE_TEMPLATE/neue-nachrichtenseite.md create mode 100644 .github/ISSUE_TEMPLATE/neue-nachrichtenseite.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..c9ea17d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: true +contact_links: +- name: Austausch, Fragen, Hilfe + url: https://github.com/stefanw/bibbot/discussions + about: Nutzt das 'Discussions'-Forum für Austausch, Fragen und Hilfe \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/neue-bibliothek.md b/.github/ISSUE_TEMPLATE/neue-bibliothek.md deleted file mode 100644 index c2daa81..0000000 --- a/.github/ISSUE_TEMPLATE/neue-bibliothek.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -name: Neue Bibliothek -about: Vorschlag für eine neue Bibliothek -title: '' -labels: '' -assignees: '' - ---- - -**URL des Digitalangebots der Bibliothek** -https://... - -**Hat die Bibliothek eine Pressedatenbank wie Genios oder LexisNexis im Angebot?** - -Falls nicht, funktioniert die Erweiterung mit der Bibliothek leider nicht. -Falls ja, gib bitte die URL zu der Pressedatenbank an: - diff --git a/.github/ISSUE_TEMPLATE/neue-bibliothek.yml b/.github/ISSUE_TEMPLATE/neue-bibliothek.yml new file mode 100644 index 0000000..b813ac3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/neue-bibliothek.yml @@ -0,0 +1,42 @@ +name: Neue Bibliothek +description: Neue Bibliothek vorschlagen +title: "[Bibliothek]: " +labels: ["provider"] +body: + - type: markdown + attributes: + value: | + Bitte fülle das Formular aus, um eine neue Bibliothek vorzuschlagen. + - type: input + id: name + attributes: + label: Name der Bibliothek + validations: + required: true + - type: input + id: web + attributes: + label: Webseite der Bibliothek + validations: + required: true + - type: dropdown + id: source + attributes: + label: Angebotene Pressedatenbank + description: Welche Pressedatenbank wird von der Bibliothek angeboten? + options: + - Genios + - Nexis Uni + validations: + required: true + - type: input + id: source_url + attributes: + label: URL zur Pressedatenbank + validations: + required: true + - type: textarea + id: description + attributes: + label: Weitere Details + description: Falls es weitere Informationen gibt, die für die Aufnahme der Bibliothek relevant sind, kannst du sie hier eintragen. diff --git a/.github/ISSUE_TEMPLATE/neue-nachrichtenseite.md b/.github/ISSUE_TEMPLATE/neue-nachrichtenseite.md deleted file mode 100644 index a4972c4..0000000 --- a/.github/ISSUE_TEMPLATE/neue-nachrichtenseite.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -name: Neue Nachrichtenseite -about: Vorschlag für eine neue Nachrichtenseite -title: '' -labels: '' -assignees: '' - ---- - -**URL der Nachrichtenseite** -https://... - -**URL zu einem Artikel mit Paywall** -https://... - -**Ist die Nachrichtenseite bei Genios enthalten?** -Bitte bei Genios unter Quellen -> Alle Quellen prüfen. diff --git a/.github/ISSUE_TEMPLATE/neue-nachrichtenseite.yml b/.github/ISSUE_TEMPLATE/neue-nachrichtenseite.yml new file mode 100644 index 0000000..062eca4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/neue-nachrichtenseite.yml @@ -0,0 +1,42 @@ +name: Neue Nachrichtenseite +description: Neue Nachrichtenseite vorschlagen +title: "[Nachrichtenseite]: " +labels: ["site"] +body: + - type: markdown + attributes: + value: | + Bitte fülle das Formular aus, um eine neue Nachrichtenseite vorzuschlagen. + - type: input + id: url + attributes: + label: URL der Nachrichtenseite + validations: + required: true + - type: input + id: example + attributes: + label: URL zu einem Artikel mit Paywall + validations: + required: true + - type: dropdown + id: source + attributes: + label: Ist die Nachrichtenseite in einer Pressedatenbank enthalten? + options: + - Genios + - Nexis Uni + multiple: true + validations: + required: true + - type: input + id: source_url + attributes: + label: URL zu der Quellenseite in der Pressedatenbank + validations: + required: true + - type: textarea + id: description + attributes: + label: Weitere Details + description: Falls es weitere Informationen gibt, die für die Aufnahme der Nachrichtenseite relevant sind, kannst du sie hier eintragen.