Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add user entries for games, add form for contributing #88

Merged
merged 4 commits into from
Jun 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions src/content/games/master_of_magic.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: "Master of Magic (2022)"
categories: [unknown]
publisher: Slitherine Ltd.
compatibility: perfect
device_configuration: Snapdragon X Elite - 32 GB
date_tested: 2024-06-16
os_version: "26120.961"
driver_id: 31.0.52.0
---
12 changes: 12 additions & 0 deletions src/content/user_reports_games/world_of_tanks_blitz.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
reporter: baonq
game: "world_of_tanks_blitz"
publisher: Wargaming
compatibility: perfect
compatibility_details: run smoothly, small fps drop but not noticeable, device slightly hot
device_configuration: ThinkPad X13s - Snapdragon 8cx Gen 3 - 16GB RAM - Adreno 690
frame_rate: 60 FPS
date_tested: 2024-05-21
os_version: "22631.3527"
driver_id: 30.0.3851.4800
---
10 changes: 9 additions & 1 deletion src/pages/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,15 @@ description: How to contribute to this site

# Contributing to this site

## How to contribute
## How to contribute via Microsoft Forms

Fill out the below form with your game test details. We recommend you contribute via the Microsoft Form and not via the Github unless you have some technical experience. Scroll down to see more details on the defined schema and category definitions.

<iframe width="800px" height= "480px" src= "https://forms.office.com/pages/responsepage.aspx?id=v4j5cvGGr0GRqy180BHbR54qTg-u1FRHnQ3KYgdSD51UMDM4TFYzS1RUSUlHMjVRVkVUR0w5RlhJMC4u&embed=true" frameborder= "0" marginwidth= "0" marginheight= "0" style= "border: none; max-width:100%; max-height:100vh" allowfullscreen webkitallowfullscreen mozallowfullscreen msallowfullscreen> </iframe>

[Click here](https://forms.office.com/pages/responsepage.aspx?id=v4j5cvGGr0GRqy180BHbR54qTg-u1FRHnQ3KYgdSD51UMDM4TFYzS1RUSUlHMjVRVkVUR0w5RlhJMC4u) to open the MS Form directly

## How to contribute via GitHub

You will need your own GitHub account. If you do not already have one, go to https://github.com, click on **Sign up** in the top right corner of the page and follow the instructions from there.

Expand Down