Attempt to fix GitLab template duplication

(cherry picked from commit 609ef96e42)
This commit is contained in:
Jon Evans 2023-02-11 11:41:06 -05:00
parent b949fd4d43
commit e1eedd3bba
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)