Thank you for considering contributing to WHYT! We welcome contributions from the community to help improve and grow the game.
Please note that this project is released with a Code of Conduct. By participating in this project, you agree to abide by its terms.
If you find a bug in the game, please help us by opening a new issue and providing detailed information about the issue. Include steps to reproduce it and any relevant error messages or screenshots.
If you have a feature idea or improvement suggestion, feel free to open a new issue. We appreciate your input!
We welcome and encourage pull requests. To contribute code, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and ensure tests pass.
- Submit a pull request to the
main
branch of the original repository.
We will review your changes and provide feedback as soon as possible.
To set up your development environment, follow these steps:
- Clone the repository:
git clone https://github.com/kasodeep/inheritance-project.git
- Install dependencies:
pip install -r requirements.txt
- Run the game and make sure it works:
python app.py
Please adhere to the coding style and guidelines defined in the project to maintain a consistent codebase. Check the coding guidelines for more details.
By contributing to Alien Invasion, you agree that your contributions will be licensed under the MIT License.
Thank you for contributing!