|
| 1 | +<!DOCTYPE html> |
| 2 | +<!-- Copyright (C) 2020 Matthew "strager" Glazar --> |
| 3 | +<!-- See end of file for extended copyright information. --> |
| 4 | +<html> |
| 5 | + <head> |
| 6 | + <%- await include("../common-head.ejs.html") %> |
| 7 | + <title>quick-lint-js: report a crash</title> |
| 8 | + <meta name="description" content="Report a quick-lint-js crash." /> |
| 9 | + <link href="../main.css" rel="stylesheet" /> |
| 10 | + </head> |
| 11 | + <body class="side-bar-nav"> |
| 12 | + <header> |
| 13 | + <h1><a href="..">quick-lint-js</a></h1> |
| 14 | + <p class="tag-line">quick-lint-js finds bugs in JavaScript programs.</p> |
| 15 | + <%- await include("../common-nav.ejs.html") %> |
| 16 | + </header> |
| 17 | + |
| 18 | + <main> |
| 19 | + <h2>Report a quick-lint-js crash</h2> |
| 20 | + <p> |
| 21 | + Found a crash in quick-lint-js? Report it in our |
| 22 | + <a href="https://github.com/quick-lint/quick-lint-js/issues/new" |
| 23 | + >bug tracker</a |
| 24 | + >. |
| 25 | + </p> |
| 26 | + <p> |
| 27 | + If you prefer to report a bug privately, email: |
| 28 | + |
| 29 | + </p> |
| 30 | + </main> |
| 31 | + |
| 32 | + <footer><%- await include("../common-footer-nav.ejs.html") %></footer> |
| 33 | + </body> |
| 34 | +</html> |
| 35 | + |
| 36 | +<!-- |
| 37 | +quick-lint-js finds bugs in JavaScript programs. |
| 38 | +Copyright (C) 2020 Matthew "strager" Glazar |
| 39 | +
|
| 40 | +This file is part of quick-lint-js. |
| 41 | +
|
| 42 | +quick-lint-js is free software: you can redistribute it and/or modify |
| 43 | +it under the terms of the GNU General Public License as published by |
| 44 | +the Free Software Foundation, either version 3 of the License, or |
| 45 | +(at your option) any later version. |
| 46 | +
|
| 47 | +quick-lint-js is distributed in the hope that it will be useful, |
| 48 | +but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 49 | +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 50 | +GNU General Public License for more details. |
| 51 | +
|
| 52 | +You should have received a copy of the GNU General Public License |
| 53 | +along with quick-lint-js. If not, see <https://www.gnu.org/licenses/>. |
| 54 | +--> |
0 commit comments