Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 711 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 711 Bytes

BluescreenSimulator

This is a simple Bluescreen Simulator for Windows with lots of customizable features. It will not crash your PC; it just displays a full screen window.

How to contribute:

  • Clone the project to your hard drive using one of the following commands:
    • git clone git@github.com:FlyTechVideos/BluescreenSimulator.git
    • git clone https://github.com/FlyTechVideos/BluescreenSimulator.git
  • Create a new branch:
    • git checkout -b ANameDescribingYourBranch
  • Commit and push your changes regularly:
    • git add .
    • git commit -m "Commit message explaining your changes"
    • git push
  • When you're done, create a Pull Request with base: master and compare: [your branch here].