From 7ec2ab9a7607b8c54e6f51a7064a4c90626a35a7 Mon Sep 17 00:00:00 2001 From: Mariotaku Date: Sat, 16 Oct 2021 20:26:15 +0900 Subject: [PATCH 1/3] Added webOS source port entry (#43) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b04b9fb..b81a792 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ Supports data files from Windows and Full Tilt versions of the game. | PS Vita | Axiom | | | Emscripten | alula |
Play online: https://alula.github.io/SpaceCadetPinball | | Nintendo Switch | averne | https://github.com/averne/SpaceCadetPinball-NX | +| webOS TV | mariotaku | https://github.com/webosbrew/SpaceCadetPinball | Platforms covered by this project: desktop Windows, Linux and macOS. \ From 5682640e3627fc7f953d1571535e28bebc2d9228 Mon Sep 17 00:00:00 2001 From: Muzychenko Andrey <33288308+k4zmu2a@users.noreply.github.com> Date: Sat, 16 Oct 2021 14:51:44 +0300 Subject: [PATCH 2/3] Create CONTRIBUTING.md --- CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..05aa4fc --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,6 @@ +No source ports in main repository.\ +I have no way to test and maintain most of them.\ +The best I can do is to add a link. + +There is no guaranty that any particular PR will be accepted.\ +If you are unsure, ask first, make PR second. From 2ee40560ee813d135d635002febeefae1c5e164a Mon Sep 17 00:00:00 2001 From: Muzychenko Andrey <33288308+k4zmu2a@users.noreply.github.com> Date: Sat, 16 Oct 2021 15:06:44 +0300 Subject: [PATCH 3/3] Update CONTRIBUTING.md Added issue part. --- CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 05aa4fc..68dc239 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,3 +1,8 @@ +# Issues +Don’t forget to mention game version, which release or branch it came from.\ +Source port issues are handled in their respective repositories. + +# Pull request No source ports in main repository.\ I have no way to test and maintain most of them.\ The best I can do is to add a link.