]> 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:

Fix issue templates + add docs template (#2399)
authorRichard Si <63936253+ichard26@users.noreply.github.com>
Wed, 28 Jul 2021 00:38:04 +0000 (20:38 -0400)
committerGitHub <noreply@github.com>
Wed, 28 Jul 2021 00:38:04 +0000 (20:38 -0400)
commit4760b6e71e73809f8197a111486fb692cbc19692
tree5b9e9aeaace5ccb27b0748902377b38f14ea3a8c
parent982e7fd9deae3f755a4d5bc1a7757057a98d6245
Fix issue templates + add docs template (#2399)

The template weren't applying the default labels ever since I renamed
the labels.

There has been enough issues about documentation opened recently so it's
probably worth a template for it.
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/config.yml [new file with mode: 0644]
.github/ISSUE_TEMPLATE/docs-issue.md [new file with mode: 0644]
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/style_issue.md