Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Types Should be Removed from Pokémon Forms

オープン 初心者向け
#1,685 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る

メンテナーはふだん 1 日以内に返信

まだ誰も着手していません。

評価

難易度
2/5
見積もり時間
1〜3時間
初心者へのやさしさ
82/100
issue の種類
バグ
明瞭さ
明確に書かれている
活発さ
活発
技術スタック
python
領域
api

調査の方向性

まず、issueで参照されているpokemon-form/とpokemon/のデータを確認し、Castform Sunnyの例を使ってtypesフィールドを比較します。visual-onlyのformエントリからtypesを削除し、その後Pokémon formをクエリして、そのレスポンスにtypesが含まれなくなったことを確認します。一方で、対応するpokemon/エントリにはtypesが残っていることを確認します。

索引モデルが issue の本文から書いたものです。

説明

Describe the Bug

Altered Pokémon Types are stored in pokemon-form//types. Any Pokémon that has a new mechanical change is guaranteed to have an entry in pokemon/. As pokemon-form are visual only, we should not store types here.

Steps to Reproduce

Query a Pokémon form pokemon-form/. There is a types field, which should not be there; the new entry in pokemon/ will store the types.

e..g, pokemon-form/castform-sunny stores fire, but this is already obtainable from the types field in pokemon/castform-sunny.

Resolving the Bug

Anyone is open to making a PR for this issue.

主要言語
Python
スター
5.4k
フォーク
1.2k
平均マージ
2日 7時間
マージ済み PR(30日)
17

環境構築

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

PokeAPI/pokeapi のほかの issue

PokeAPI/pokeapi の issue をすべて見る

似ている issue

Python の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。