Skip to content

Commit

Permalink
Switch issue templates to issue forms, add discussion link
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanw committed Dec 12, 2023
1 parent f720600 commit 46077d7
Show file tree
Hide file tree
Showing 5 changed files with 89 additions and 34 deletions.
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -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
17 changes: 0 additions & 17 deletions .github/ISSUE_TEMPLATE/neue-bibliothek.md

This file was deleted.

42 changes: 42 additions & 0 deletions .github/ISSUE_TEMPLATE/neue-bibliothek.yml
Original file line number Diff line number Diff line change
@@ -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.
17 changes: 0 additions & 17 deletions .github/ISSUE_TEMPLATE/neue-nachrichtenseite.md

This file was deleted.

42 changes: 42 additions & 0 deletions .github/ISSUE_TEMPLATE/neue-nachrichtenseite.yml
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 46077d7

Please sign in to comment.