Skip to content

Commit 7be705b

Browse files
committed
feat(newticket): add newticket page that points to GitHub
1 parent b5d2fe8 commit 7be705b

4 files changed

Lines changed: 25 additions & 13 deletions

File tree

_includes/layouts/base.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
<h2 class="visually-hidden">Side navigation</h2>
125125
<nav id="jq-sidenav" class="flex-column white-box">
126126
<h5 class="sidenav-header">Bug Tracker</h5>
127-
<a href="https://github.com/jquery/jquery/issues/new/choose">New Ticket</a>
127+
<a href="/newticket">New Ticket</a>
128128
<a href="/report">View Tickets</a>
129129
<a href="/ticketgraph">Ticket Graph</a>
130130
<a href="/roadmap">Roadmap</a>

content/newticket.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
layout: layouts/base.njk
3+
---
4+
5+
# New Ticket
6+
7+
---
8+
9+
jQuery issues have moved to [GitHub](https://github.com/jquery/jquery/issues). This site is now a static version of the old Trac bugs site. Tickets can no longer be created here.
10+
11+
If you'd like to report a new issue, please [open an issue on GitHub](https://github.com/jquery/jquery/issues/new/choose).

content/ticketgraph.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
layout: layouts/base.njk
3+
---
4+
5+
# Ticket Graph
6+
7+
---
8+
9+
This site is now a static version of the old Trac bugs site.
10+
11+
The ticket graph no longer applies. There are no tickets with activity.
12+
13+
If you're looking for the current list of jQuery issues, please visit [jQuery on GitHub](https://github.com/jquery/jquery/issues).

content/ticketgraph.njk

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)