-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
67 additions
and
2 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,19 @@ | ||
name: 🐞 Bug | ||
description: File a bug report | ||
title: "🐞 <title>" | ||
labels: ["Bug"] | ||
body: | ||
- type: input | ||
id: version | ||
attributes: | ||
label: Observed in version | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
render: markdown | ||
validations: | ||
required: false |
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,12 @@ | ||
name: 💡 Improvement | ||
description: Suggest an improvement | ||
title: "💡 <title>" | ||
labels: ["Enhancement"] | ||
body: | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
render: markdown | ||
validations: | ||
required: false |
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,33 @@ | ||
name: 🙋 Request a range of IDs | ||
description: To add new content you need IDs. Here you get them! | ||
title: "🙋 ID-request" | ||
labels: [] | ||
assignees: [] | ||
body: | ||
- type: markdown | ||
id: intro | ||
attributes: | ||
value: > | ||
We track provenance and want to give credit to contributors. | ||
Therefore, we ask for your [ORCID](https://orcid.org) below. | ||
If you don't have one, we can use your GitHub name instead. | ||
In addition you can supply the [ROR](https://ror.org) of the organization you work for. | ||
Also tell us how many IDs you need. | ||
- type: input | ||
id: orcid | ||
attributes: | ||
label: Your ORCID identifier. | ||
- type: input | ||
id: ror | ||
attributes: | ||
label: The ROR of the organization you work for. | ||
- type: input | ||
id: count | ||
attributes: | ||
label: Number of IDs requested. | ||
- type: textarea | ||
id: message | ||
attributes: | ||
label: Additional information on your plans. | ||
render: markdown |
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