Skip to content

Latest commit

Β 

History

History
56 lines (35 loc) Β· 2.25 KB

CONTRIBUTING.md

File metadata and controls

56 lines (35 loc) Β· 2.25 KB

Contributing to Alien Invasion

Thank you for considering contributing to WHYT! We welcome contributions from the community to help improve and grow the game.

Table of Contents

Code of Conduct

Please note that this project is released with a Code of Conduct. By participating in this project, you agree to abide by its terms.

How Can I Contribute?

Reporting Bugs

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.

Feature Requests

If you have a feature idea or improvement suggestion, feel free to open a new issue. We appreciate your input!

Pull Requests

We welcome and encourage pull requests. To contribute code, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and ensure tests pass.
  4. Submit a pull request to the main branch of the original repository.

We will review your changes and provide feedback as soon as possible.

Development Setup

To set up your development environment, follow these steps:

  1. Clone the repository: git clone https://github.com/kasodeep/inheritance-project.git
  2. Install dependencies: pip install -r requirements.txt
  3. Run the game and make sure it works: python app.py

Coding Guidelines

Please adhere to the coding style and guidelines defined in the project to maintain a consistent codebase. Check the coding guidelines for more details.

License

By contributing to Alien Invasion, you agree that your contributions will be licensed under the MIT License.

Thank you for contributing!