field=models.TextField(help_text='Type your note body here.\n If you can, please add a patch too.\n To create a <a href="https://git-scm.com/docs/git-format-patch">git patch\n </a>, you can run these commands in your terminal:\n <pre>\n git clone <project_url>\n cd <project_url>\n git checkout -b issue<issue_number_or_short_description>\n # do your changes\n git add/rm <files with your changes>\n git commit\n # Create the patch:\n git diff <commitid1> <commitid2> > <patch_filename>.patch\n </pre>\n And paste the content of the patch. You\n can use <a href=\'https://docs.gitlab.com/ee/user/markdown.html\'\n target="_blank">\n GitLab Flavored Markdown (GFM)</a> on this form.',verbose_name='Note Contents'),
help_text='Type your note body here.\n If you can, please add a patch too.\n To create a <a href="https://git-scm.com/docs/git-format-patch">git patch\n </a>, you can run these commands in your terminal:\n <pre>\n git clone <project_url>\n cd <project_url>\n git checkout -b issue<issue_number_or_short_description>\n # do your changes\n git add/rm <files with your changes>\n git commit\n # Create the patch:\n git diff <commitid1> <commitid2> > <patch_filename>.patch\n </pre>\n And paste the content of the patch. You\n can use <a href=\'https://docs.gitlab.com/ee/user/markdown.html\'\n target="_blank">\n GitLab Flavored Markdown (GFM)</a> on this form.',