Skip to content

Commit

Permalink
Updated issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
manami-project committed Oct 12, 2024
1 parent 3359996 commit 849efa4
Show file tree
Hide file tree
Showing 9 changed files with 221 additions and 130 deletions.
21 changes: 0 additions & 21 deletions .github/ISSUE_TEMPLATE/data-extraction.md

This file was deleted.

99 changes: 99 additions & 0 deletions .github/ISSUE_TEMPLATE/data-extraction.yml
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
35 changes: 0 additions & 35 deletions .github/ISSUE_TEMPLATE/merge-request.md

This file was deleted.

23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/merge-request.yml
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
13 changes: 0 additions & 13 deletions .github/ISSUE_TEMPLATE/question.md

This file was deleted.

22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/question.yml
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
57 changes: 0 additions & 57 deletions .github/ISSUE_TEMPLATE/split-request.md

This file was deleted.

73 changes: 73 additions & 0 deletions .github/ISSUE_TEMPLATE/split-request.yml
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"
```
````
8 changes: 4 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@

!.github/ISSUE_TEMPLATE/
.github/ISSUE_TEMPLATE/*
!.github/ISSUE_TEMPLATE/data-extraction.md
!.github/ISSUE_TEMPLATE/question.md
!.github/ISSUE_TEMPLATE/split-request.md
!.github/ISSUE_TEMPLATE/merge-request.md
!.github/ISSUE_TEMPLATE/data-extraction.yml
!.github/ISSUE_TEMPLATE/question.yml
!.github/ISSUE_TEMPLATE/split-request.yml
!.github/ISSUE_TEMPLATE/merge-request.yml
!.github/ISSUE_TEMPLATE/config.yml

!dead-entries/
Expand Down

0 comments on commit 849efa4

Please sign in to comment.