Contributions to this project are released to the public under the project's open source license.
Thank you for considering contributing to this project! Whether you're interested in submitting bug reports, suggesting new features, or improving the documentation, your contributions are highly valued.
-
Check for Existing Issues: Before starting work on a new contribution, please check the issue tracker to ensure that a similar issue doesn't already exist. If you find an existing issue that matches your contribution, feel free to comment on it to express your interest in working on it.
-
Fork the Repository: If you're ready to contribute, fork the Pokédex repository to your own GitHub account.
-
Clone the Repository: Clone the forked repository to your local machine using Git.
-
Create a New Branch: Create a new branch for your contribution. Use a descriptive branch name that summarizes your changes or fixes.
-
Make Changes: Make your changes or additions to the codebase. Ensure that your changes follow the project's coding standards and conventions.
-
Test Your Changes: Before submitting a pull request, test your changes thoroughly to ensure they work as expected and do not introduce any new issues.
-
Commit Your Changes: Once you're satisfied with your changes, commit them to your local repository with clear and descriptive commit messages.
-
Push Changes to GitHub: Push your changes to your forked repository on GitHub.
-
Submit a Pull Request: Finally, submit a pull request from your forked repository to the main repository. Provide a clear and detailed description of your changes in the pull request message.