Skip to content

Remove special spacing characters

Tan Le requested to merge clean-up-issue-mr-templates into main

What does this merge request do and why?

  • Remove special spacing characters M-BM- (see collapsed section below)
  • Fix long lines and use standard markup for comments <!-- --> (double dashes)
cat -ve .gitlab/issue_templates/Default.md 
<!---$
Please read this!$
$
Before opening a new issue, make sure to search for keywords in the issues:$
$
- https://gitlab.com/gitlab-org/modelops/applied-ml/code-suggestions/prompt-library/-/issues$
$
and verify the issue you're about to submit isn't a duplicate.$
--->$
$
## Problem to solve$
$
<!-- What problem do we solve? TryM-BM- toM-BM- defineM-BM- theM-BM- who/what/whyM-BM- ofM-BM- theM-BM- opportunityM-BM- asM-BM- aM-BM- userM-BM- story.$
$
ForM-BM- example,M-BM- "AsM-BM- aM-BM- (who),M-BM- IM-BM- wantM-BM- (what),M-BM- soM-BM- IM-BM- canM-BM- (why/value)."$
-->$
$
## Proposal$
$
<!-- How are we going to solve the problem? -->$
$
## Further details$
$
<!-- Include examples, use cases, benefits, goals, or any other details that help us understand the problem better. -->$
$
## Links / references$
$
/label ~"group::ai model validation" ~"devops::ai-powered" ~"Category:Code Suggestions"$
$
<!-- Select a type -->$
<!-- /label ~"type::bug" -->$
<!-- /label ~"type::feature" -->$
<!-- /label ~"type::maintenance" -->$

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Merge request checklist

  • [-] Tests added for new functionality. If not, please raise an issue to follow up.
  • [-] Documentation added/updated, if needed.
Edited by Tan Le

Merge request reports