-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathissues.html
More file actions
17 lines (17 loc) · 887 Bytes
/
issues.html
File metadata and controls
17 lines (17 loc) · 887 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
title: Thymol Issues
description: Where to report Thymol problems
---
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org">
{% include header-section.html level="" %}
<body>
{% include common-section.html %}
<div class="content">
<h2>issues</h2>
<p>As with all software, users of Thymol will encounter problems. Some problems are well known and ongoing, some will be new and easily remedied. Most fall somewhere in between.</p>
<p>You can review the well known and ongoing Thymol issues on the <a href="issues/known-issues.html" th:href="'issues/known-issues.html?issu'">"known issues"</a> page.
<p>To formally report new issues or potential defects or to review progress on fixes please visit the <a href="https://github.com/thymol/thymol.js/issues">issues reporting site</a></p>
</div>
</body>
</html>