41 lines
1.4 KiB
Markdown
41 lines
1.4 KiB
Markdown
# Ways to Contribute
|
|
|
|
So you want to contribute to my neat little PokeDex? Awesome.
|
|
|
|
Here is what we need.
|
|
|
|
1. More pokemon sprites and dex entries.
|
|
2. Location information
|
|
3. Description data.
|
|
|
|
## More Sprites and Entries
|
|
|
|
If you look in `lib/pokemon.dart` you'll see where all the Pokemon are registered at. Simply download the sprites from a site like https://pokemondb.net/sprites
|
|
|
|
I have been using the HQ-3D sprite from Gen 8.
|
|
|
|
Currently these are the completed Generations.
|
|
|
|
- [x] Generation 1
|
|
- [x] Generation 2
|
|
- [x] Generation 3
|
|
- [ ] Generation 4
|
|
- [ ] Generation 5
|
|
- [ ] Generation 6
|
|
- [ ] Generation 7
|
|
- [ ] Generation 8
|
|
- [ ] Generation 9
|
|
|
|
## Location Information
|
|
|
|
Among other things, acquiring and merging in location information is extremely helpful.
|
|
|
|
This is added to the pokemon entry in the PokeDex as a optional parameter list.
|
|
|
|
## Descriptions
|
|
|
|
Descriptions are another piece of information that is lacking. See the COMPLETED.md file for info on which Pokemon have completed information (UP TO THE CURRENT GENERATION)
|
|
|
|
## State
|
|
|
|
At this stage, while i won't stop you from contributing it, I am only adding, myself, the location and description information for the generation we have completed. So, as of writing this, we've completed Generation 3. So location and descriptions from 1-3 is what is being added by myself. Upon completion of Gen 4, i plan to go back and add in all of those entries.
|