forked from AllTheHaxx/allthehaxx.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bugreporting.html
29 lines (26 loc) · 1.42 KB
/
bugreporting.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>AllTheHaxx Teeworlds (ATH) - the client with the keck! » Bug Reporting</title>
<link href="https://github.com/AllTheHaxx/AllTheHaxx/raw/master/other/icons/AllTheHaxx.ico" rel="shortcut icon" type="image/x-icon" />
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-dark.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">
</head>
<body>
<header>
<div class="container">
<h1>Bug Reporting</h1>
<blockquote>
The most streight-forward way is to <a href="https://github.com/AllTheHaxx/AllTheHaxx/issues/new">create an issue</a> in the AllTheHaxx repo.<br><br>
If you don't have a GitHub Account and don't want to create one, you can also add <a href="skype:henningstone">henningstone</a> on skype.<br><br>
In case you also don't have a skype account, <a href="http://webchat.quakenet.org/?channels=AllTheHaxx">talk to us on IRC</a>.<br>
You might not get an answer immediately, then just upload the crashreport to pastebin and send us the link. We receive it.<br><br>
</blockquote>
<br><br><a href="https://allthehaxx.github.io">« back</a>
</div>
</header>
</body>
</html>