Skip to content

Commit

Permalink
feat: submission button
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeHD committed Dec 20, 2023
1 parent 2dc957a commit 3bd0550
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/util/dialogs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ document.addEventListener('DOMContentLoaded', () => {
})

submissionCreate.addEventListener('click', () => {
// TODO open github issues with template
open(
'https://github.com/SpikeHD/Titune/issues/new?assignees=&labels=submission&projects=&template=submission.md&title=%5BSUBMISSION%5D',
'_blank'
)
})
})

Expand Down

0 comments on commit 3bd0550

Please sign in to comment.