Welcome to the Pokemon Red Experiments project! We extend a warm invitation to you as a potential contributor. Kindly peruse these guidelines to facilitate a harmonious and productive partnership.
- Code of Conduct π
- Getting Started π
- Making Changes π οΈ
- Submitting a Pull Request π
- Code Review ποΈ
Please be informed that this project adheres to a Code of Conduct. We expect all contributors to honor these community standards. We encourage you to review this document for a comprehensive understanding of our ethical guidelines.
If you haven't already, commence by creating a fork of this repository on your personal GitHub account. You may execute this by selecting the 'Fork' button located in the upper right corner of the repository page.
Post-fork, clone the repository onto your local machine using the following command:
git clone https://github.com/YourUsername/PokemonRedExperiments.gitKindly replace YourUsername with your GitHub username.
Prior to implementing any modifications, establish a new branch for your work. Endeavor to employ concise and descriptive names for your branches:
git checkout -b feature/your-featureCompose clear and informative commit messages. An exemplary commit message ought to concisely elucidate the essence of the commit's alterations. In cases where the commit resolves a specific issue, we recommend referencing the issue number in the commit message. For instance:
feat: Add new PokΓ©mon sprite (#123)
We kindly request adherence to the project's coding standards. In the event the project prescribes particular code formatting guidelines, kindly ensure your code aligns with these standards.
When your contributions are prepared, adhere to the ensuing steps for Pull Request submission:
- Ensure your branch is synchronized with the latest changes from the
mainbranch. - Commit and push your alterations to your fork of the repository.
Subsequent to the submission of your Pull Request, anticipate a thorough review process by the project maintainers and collaborators. Your cooperation in addressing feedback and making necessary adjustments is greatly appreciated.
We eagerly await your valuable contributions to the Pokemon Red Experiments project! π