-
-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch issue templates to issue forms, add discussion link
- Loading branch information
Showing
5 changed files
with
89 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |