-
Notifications
You must be signed in to change notification settings - Fork 61
/
Copy pathindex.html
31 lines (28 loc) · 1.61 KB
/
index.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
30
31
---
layout: default-blue
title: hood.ie Report a Bug
---
<div class="cb teaser">
<article>
<h1>Bug</h1>
<p>
D’oh, sorry to hear you stumbled upon a bug! We want to try our best to help you, thus, we’d ask you to follow these steps:
</p>
</article>
<aside>
<span>Oh no!</span>
</aside>
</div>
<div class="cb">
<article class="grid-9">
<h1 class="h2">Report a bug</h1>
<ol>
<li>Please check our <a href="http://faq.hood.ie" target="_blank">FAQ</a>. We have provided a <a href="https://github.com/hoodiehq/faq/issues?q=label%3A%22cat%3A+Known+errors%22+is%3Aclosed" target="_blank">list of known bugs</a>, please check if yours is in there.</li>
<li>If it’s not in this list, please use <a href="http://issuetemplate.com/#/hoodiehq/bugs/issues" target="_blank">this form</a> to <strong>file the bug</strong>. Your detailed error message and description help us solve the bug and helps us make this content available for other Hoodie users as well. Please <strong>disclose security vulnerabilities responsibly</strong> and <a href="/contact">contact us directly</a>.</li>
<li>If you have <strong>general questions</strong> or <strong>need help</strong>, look at <a href="/get-help">this page</a> for finding answers.</li>
</ol>
</article>
<aside>
<span>"Programs must be written for people to read, and only incidentally for machines to execute." <br>- <a href="http://www.marcofolio.net/tips/27_inspiring_top_notch_programming_quotes.html" target="_blank">Abelson, Sussman</a></span>
</aside>
</div>