Skip to content

Commit 39900c3

Browse files
committed
Flesh out support page some more.
1 parent df2e88f commit 39900c3

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

support.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,20 @@ <h3>Support tickets are handled with <a href="https://github.com/ChaiScript/Chai
2222
For general questions, consider using <a href="http://stackoverflow.com/questions/tagged/chaiscript">stackoverflow</a>.
2323
</div>
2424

25+
26+
27+
<div class="body-with-margin">
28+
<h4>For answers to your questions</h4>
29+
<ol>
30+
<li>The <a href="/examples.html">examples</a>. If there is not an example that answers your question, request one on <a href="https://github.com/ChaiScript/ChaiScript/issues">github</a>.</li>
31+
<li><a href="/examples.html">stackoverflow</a>. Several questions have already been added here. Ask more if it's a general "how-to" question.</li>
32+
<li>If something is broken or not working as expected, create a <a href="https://github.com/ChaiScript/ChaiScript/issues">github</a> issue.
33+
</ol>
34+
</div>
35+
2536
<div class="alert alert-success">
2637
Please contact <a class="alert-link" href="http://blog.emptycrate.com/contact">jason at emptycrate.com</a> for other support services.
2738
</div>
2839

2940

30-
3141
</body>

0 commit comments

Comments
 (0)