Attempt to fix GitLab template duplication

This commit is contained in:
Jon Evans 2023-02-11 11:41:06 -05:00
parent 76e224e0af
commit 609ef96e42
2 changed files with 1 additions and 1 deletions

View File

View File

@ -50,7 +50,7 @@
/// URL to launch a new issue with pre-populated description
wxString COMMON_CONTROL::m_bugReportUrl =
wxS( "https://gitlab.com/kicad/code/kicad/issues/new?issue[description]=%s" );
wxS( "https://gitlab.com/kicad/code/kicad/issues/new?issuable_template=bare&issue[description]=%s" );
/// Issue template to use for reporting bugs (this should not be translated)