From c218f8f589a00a7b54b7a644dae0c4f065a7b0cd Mon Sep 17 00:00:00 2001 From: Bex Warner Date: Wed, 22 Aug 2018 18:05:50 -0500 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 61f9bc6..e2a7819 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -14,9 +14,9 @@ App Review Process: https://github.com/probot/probot.github.io/blob/master/.gith - [ ] All comments in frontmatter need to be removed. - [ ] Performs a useful action through the GitHub API that solves an existing problem for developers: {explain the action here} - [ ] Is original: for example, it does something not already done by an existing Probot app -- [ ] Has tests: [My Tests](yourURLhere) -- [ ] Has documentation: [My Docs](yourURLhere) -- [ ] Is open source: [My Repo](yourURLhere) -- [ ] Has a license: [My License](yourURLhere) -- [ ] Has a code of conduct: [My CoC](yourURLhere) +- [ ] [Has tests](yourURLhere) +- [ ] [Has documentation](yourURLhere) +- [ ] [Is open source](yourURLhere) +- [ ] [Has a license](yourURLhere) +- [ ] [Has a code of conduct](yourURLhere) - [ ] Has someone willing to at least minimally maintain them for the near future: {your maintainer's name}