Attempt to fix GitLab template duplication
(cherry picked from commit 609ef96e42
)
This commit is contained in:
parent
b949fd4d43
commit
e1eedd3bba
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue