Skip to content

Commit 7e0b57e

Browse files
committed
feat: update feature request link to direct to new issue template
1 parent 17e9871 commit 7e0b57e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/view/frontend/web/js/inspector.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -817,7 +817,7 @@ document.addEventListener('alpine:init', () => {
817817

818818
// Feature Request Button
819819
const featureButton = document.createElement('a');
820-
featureButton.href = 'https://github.com/OpenForgeProject/mageforge/issues';
820+
featureButton.href = 'https://github.com/OpenForgeProject/mageforge/issues/new?template=feature_request.md';
821821
featureButton.target = '_blank';
822822
featureButton.rel = 'noopener noreferrer';
823823
featureButton.style.cssText = `

0 commit comments

Comments
 (0)