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

feat(contact): add new section #1895

Merged
merged 6 commits into from
Oct 1, 2023
Merged
Changes from 4 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
38 changes: 28 additions & 10 deletions resources/views/community/contact.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,37 @@
<li>Getting involved in a QA sub-team.</li>
</ul>
</x-section>

<x-section>
<h2>DevQuest</h2>

<p class="mb-3">
<a href='/createmessage.php?t=DevQuest'>Send a message to DevQuest</a> for
submissions, questions, ideas, or reporting issues related to
<a href='/game/5686'>DevQuest</a>.
</p>
</x-section>
</div>

<div>
<x-section>
<h2>Cheating Reports</h2>

<p class="mb-3">
<a href="/createmessage.php?t=RACheats">Send a message to RACheats</a>
if you believe someone is in violation of our
<a href="https://docs.retroachievements.org/Global-Leaderboard-and-Achievement-Hunting-Rules/#not-allowed">Global Leaderboard and Achievement Hunting Rules</a>.
wescopeland marked this conversation as resolved.
Show resolved Hide resolved
</p>

<p>
Please include as much evidence as possible to support your claim. This could
include screenshots, videos, links to suspicious profiles, or any other relevant
information that demonstrates the alleged violation. Describe each piece of evidence in
detail, explaining why it suggests a violation of the rules. The more comprehensive and clear
your submission, the more efficiently we can evaluate and address the issue.
</p>
</x-section>

<x-section>
<h2>RANews</h2>

Expand Down Expand Up @@ -79,16 +107,6 @@
<a href='/game/4271'>The Unwanted</a>.
</p>
</x-section>

<x-section>
<h2>DevQuest</h2>

<p class="mb-3">
<a href='/createmessage.php?t=DevQuest'>Send a message to DevQuest</a> for
submissions, questions, ideas, or reporting issues related to
<a href='/game/5686'>DevQuest</a>.
</p>
</x-section>
</div>
</div>
</x-app-layout>
Loading