-
Notifications
You must be signed in to change notification settings - Fork 86
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
1 parent
3359996
commit 849efa4
Showing
9 changed files
with
221 additions
and
130 deletions.
There are no files selected for viewing
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,99 @@ | ||
name: Problem in data extraction | ||
description: Is there a problem in the data extraction? | ||
labels: [data-extraction] | ||
assignees: manami-project | ||
body: | ||
- type: checkboxes | ||
id: faq | ||
attributes: | ||
label: Have you read the FAQ? | ||
description: Make sure that you carefully read [FAQ](https://github.com/manami-project/anime-offline-database/blob/master/.github/CONTRIBUTING.md#faq) before posting. | ||
options: | ||
- label: Yes I have read the FAQ | ||
required: true | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: meta_data_provider | ||
attributes: | ||
label: Meta data provider | ||
description: Which meta data provider is affected? | ||
options: | ||
- anidb.net | ||
- anilist.co | ||
- anime-planet.com | ||
- anisearch.com | ||
- kitsu.app | ||
- livechart.me | ||
- myanimelist.net | ||
- notify.moe | ||
default: 0 | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: properties | ||
attributes: | ||
label: Affected properties | ||
description: Which properties seem to be incorrect. | ||
multiple: true | ||
options: | ||
- sources | ||
- title | ||
- type | ||
- episodes | ||
- status | ||
- animeSeason.season | ||
- animeSeason.year | ||
- picture | ||
- thumbnail | ||
- duration | ||
- synonyms | ||
- relatedAnime | ||
- tags | ||
validations: | ||
required: true | ||
- type: input | ||
id: example | ||
attributes: | ||
label: Example | ||
description: Name an example by posting the URL from the `sources` of the anime. | ||
placeholder: https://example.org/anime/1234 | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: expected_value | ||
attributes: | ||
label: Expected value | ||
description: Which value did you expect for the mentioned example? | ||
validations: | ||
required: true | ||
- type: input | ||
id: additional_example_1 | ||
attributes: | ||
label: Additional example 1 | ||
description: Can you name an additional example? | ||
placeholder: https://example.org/anime/1234 | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: additional_expected_value_1 | ||
attributes: | ||
label: Expected value | ||
description: Which value did you expect for the additional example? | ||
validations: | ||
required: false | ||
- type: input | ||
id: additional_example_2 | ||
attributes: | ||
label: Additional example | ||
description: Can you name an additional example? | ||
placeholder: https://example.org/anime/1234 | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: additional_expected_value_2 | ||
attributes: | ||
label: Expected value | ||
description: Which value did you expect for the additional example? | ||
validations: | ||
required: false |
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,23 @@ | ||
name: Merge request | ||
description: Entries which are separate in the dataset should be merged together? | ||
title: "Merge entries for <title>" | ||
labels: [merge-request] | ||
assignees: manami-project | ||
body: | ||
- type: checkboxes | ||
id: faq | ||
attributes: | ||
label: Have you read the FAQ? | ||
description: Make sure that you carefully read [FAQ](https://github.com/manami-project/anime-offline-database/blob/master/.github/CONTRIBUTING.md#faq) before posting. | ||
options: | ||
- label: Yes I have read the FAQ | ||
required: true | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: entries | ||
attributes: | ||
label: Sources | ||
description: List the URLs from `sources` property which should be merged together into a single entry. | ||
validations: | ||
required: true |
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,22 @@ | ||
name: General question | ||
description: You have a question is not yet covered by the FAQ before posting. | ||
labels: [question] | ||
assignees: manami-project | ||
body: | ||
- type: checkboxes | ||
id: faq | ||
attributes: | ||
label: Have you read the FAQ? | ||
description: Before posting a question make sure that you carefully read [FAQ](https://github.com/manami-project/anime-offline-database/blob/master/.github/CONTRIBUTING.md#faq) before posting. It is very likely that your question has already been covered. | ||
options: | ||
- label: Yes, I have read the FAQ and my question was not answered in the there. | ||
required: true | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: question | ||
attributes: | ||
label: Your question | ||
description: What would you like to ask that has not yet been covered in the FAQ? | ||
validations: | ||
required: true |
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,73 @@ | ||
name: Split request | ||
description: Entries have been merged together although they should be separate entries? | ||
title: "Split entries for <title>" | ||
labels: [split-request] | ||
assignees: manami-project | ||
body: | ||
- type: checkboxes | ||
id: faq | ||
attributes: | ||
label: Have you read the FAQ? | ||
description: Make sure that you carefully read [FAQ](https://github.com/manami-project/anime-offline-database/blob/master/.github/CONTRIBUTING.md#faq) before posting. | ||
options: | ||
- label: Yes I have read the FAQ | ||
required: true | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: original | ||
attributes: | ||
label: Original entry | ||
description: Which entry should be split? Paste the content of the `sources` property fromt the original entry in the dataset here. | ||
validations: | ||
required: true | ||
- type: markdown | ||
attributes: | ||
value: | | ||
**Example:** | ||
```` | ||
``` | ||
"https://anidb.net/anime/9466", | ||
"https://anilist.co/anime/15809", | ||
"https://anime-planet.com/anime/the-devil-is-a-part-timer", | ||
"https://kitsu.io/anime/7314", | ||
"https://myanimelist.net/anime/15809", | ||
"https://notify.moe/anime/CGnFpKimR" | ||
"https://anidb.net/anime/16104", | ||
"https://anilist.co/anime/130592", | ||
"https://anime-planet.com/anime/the-devil-is-a-part-timer-2", | ||
"https://kitsu.io/anime/44113", | ||
"https://myanimelist.net/anime/48413", | ||
"https://notify.moe/anime/Zy3-TV8MR" | ||
``` | ||
```` | ||
- type: textarea | ||
id: expected_entries | ||
attributes: | ||
label: How should it be split? | ||
description: List the different entries you expect to see here. Paste the URLs from `sources` property. Mark each entry with enclosing backticks (```) | ||
validations: | ||
required: true | ||
- type: markdown | ||
attributes: | ||
value: | | ||
**Example:** | ||
```` | ||
``` | ||
"https://anidb.net/anime/9466", | ||
"https://anilist.co/anime/15809", | ||
"https://anime-planet.com/anime/the-devil-is-a-part-timer", | ||
"https://kitsu.io/anime/7314", | ||
"https://myanimelist.net/anime/15809", | ||
"https://notify.moe/anime/CGnFpKimR" | ||
``` | ||
``` | ||
"https://anidb.net/anime/16104", | ||
"https://anilist.co/anime/130592", | ||
"https://anime-planet.com/anime/the-devil-is-a-part-timer-2", | ||
"https://kitsu.io/anime/44113", | ||
"https://myanimelist.net/anime/48413", | ||
"https://notify.moe/anime/Zy3-TV8MR" | ||
``` | ||
```` |
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