-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathbug-reports.html.in
More file actions
55 lines (51 loc) · 1.27 KB
/
bug-reports.html.in
File metadata and controls
55 lines (51 loc) · 1.27 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!-- vim: set ts=4 sw=4: !-->
<!DOCTYPE html>
<html>
<head>
<title>Celluloid - Bug Reports</title>
<link rel="stylesheet" type="text/css" href="stylesheets/main.css">
<link rel="shortcut icon" href="images/favicon.png">
</head>
<body>
<div class="navbar-bg">
<div class="navbar">
<a class="navitem" href="index.html">
<div class="navitem">
Home
</div>
</a>
<a class="navitem" href="installation.html">
<div class="navitem">
Installation
</div>
</a>
<div class="navitem current-navitem">
Bug Reports
</div>
<a class="navitem" href="faq.html">
<div class="navitem">
FAQ
</div>
</a>
</div>
</div>
<div class="content">
<h2>Bug Reports</h2>
<p>
Questions, bug reports, and feature requests can be reported via the
<a href="https://github.com/celluloid-player/celluloid/issues">issue
tracker</a>.
</p>
<p>
When reporting bugs:
<div>
{CONTRIBUTING Reporting Bugs}
</div>
</p>
</div>
<div class="footer">
Copyright © 2018-2022 gnome-mpv.
This webpage is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.
</div>
</body>
</html>