]> git.madduck.net Git - etc/vim.git/commit

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Issue templates: use HTML comments (#2269)
authorMatteo Bertucci <matteobertucci2004@gmail.com>
Sat, 29 May 2021 13:56:46 +0000 (15:56 +0200)
committerGitHub <noreply@github.com>
Sat, 29 May 2021 13:56:46 +0000 (06:56 -0700)
commit7f138c11306cdf4be360d018528c33a3e024dd6b
tree764f18579c1afc878b966e91b38601fb8c985fd1
parentd3670d9c6568aef270ccda3006252ee3388cf587
Issue templates: use HTML comments (#2269)

This commit makes use of HTML comments inside GitHub issue templates
to make sure that even if they aren't removed by the issue author they won't be shown
in the rendered output.

The goal is to simply make the issues less noisy by removing template messages.
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/style_issue.md