Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

`pokemon-form/tauros-paldea-combat-breed` is missing "Combat Breed" in some of form_names

Open
#1,401 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
48/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Domain
content

Research direction

Start with the data for Pokémon form 10419, tauros-paldea-combat-breed, and compare every localized form_names entry with the expected Combat Breed naming. Done means entries that currently say only “Paldean Form” correctly include the Combat Breed distinction; the issue does not name a file or test to run.

Written by the indexing model from the issue text.

Description

In some of form_names, it is just called "Paldean Form".

{
  "id": 10419,
  "name": "tauros-paldea-combat-breed",
  "form_name": "paldea-combat-breed",
  "form_names": [
    {
      "language": {
        "name": "ja-hrkt",
        "url": "https://pokeapi.co/api/v2/language/1/"
      },
      "name": "パルデアのすがた"
    },
    {
      "language": {
        "name": "fr",
        "url": "https://pokeapi.co/api/v2/language/5/"
      },
      "name": "Forme de Paldéa"
    },
    {
      "language": {
        "name": "en",
        "url": "https://pokeapi.co/api/v2/language/9/"
      },
      "name": "Paldean Form (Combat Breed)"
    },
    {
      "language": {
        "name": "ja",
        "url": "https://pokeapi.co/api/v2/language/11/"
      },
      "name": "パルデアのすがた"
    }
  ],
  "names": [
    {
      "language": {
        "name": "fr",
        "url": "https://pokeapi.co/api/v2/language/5/"
      },
      "name": "Tauros de Paldéa Race Combative"
    },
    {
      "language": {
        "name": "en",
        "url": "https://pokeapi.co/api/v2/language/9/"
      },
      "name": "Paldean Tauros (Combat Breed)"
    }
  ]
}
Dominant language
Python
Stars
5.4k
Forks
1.2k
Avg merge
2d 12h
Merged PRs (30d)
18

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from PokeAPI/pokeapi

All issues in PokeAPI/pokeapi

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.