Thank you for your interest in contributing to Remote-Play! From commenting on and triaging issues, to reviewing and sending Pull Requests, all contributions are welcome.
Find an issue to work on at Issues. Make sure that it's not being worked on by someone else. If there is something else you want to fix/improve, please create a new issue first.
Clone the repository and setup
git clone https://github.com/shubham1172/remote-play
cd remote-play
pip install -r requirements.txt
pre-commit install
Create your branch
git checkout -b your_username/fix_name
Make the changes, test them locally, and them commit. Make sure to comply with the linters.
python main.py
- Install Live Sass Compiler (Or an equivalent Sass Pre-compiler)
- Click on the
Watch Sass
button in the lower right of your code editor while in the project directory. - The
.scss
file will compile into.css
while the compiler is watching for any file changes.
To learn more about Sass, click here