Skip to content

Commit

Permalink
meta: improve github templates (#4004)
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Sep 28, 2018
1 parent bb78a92 commit d7fa66d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
6 changes: 4 additions & 2 deletions .github/ISSUE_TEMPLATE.md
@@ -1,7 +1,9 @@
<!--
IMPORTANT: Please use the following link to create a new issue:
🚨 IMPORTANT 🚨
https://cmty.app/nuxt/issues/new?repo=nuxt.js
Please use the following link to create a new issue:
👉 https://cmty.app/nuxt/issues/new?repo=nuxt.js
If your issue was not created using the app above, it will be closed immediately.
-->
7 changes: 3 additions & 4 deletions .github/PULL_REQUEST_TEMPLATE.md
Expand Up @@ -2,8 +2,8 @@

## Types of changes
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Bug fix (a non-breaking change which fixes an issue)
- [ ] New feature (a non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)


Expand All @@ -13,13 +13,12 @@
<!--- If it resolves an open issue, please link to the issue here. For example "Resolves: #1337" -->



## Checklist:
<!--- Put an `x` in all the boxes that apply. -->
<!--- If your change requires a documentation PR, please link it appropriately -->
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
- [ ] My change requires a change to the documentation.
- [ ] I have updated the documentation accordingly. (PR: #)
- [ ] I have added tests to cover my changes (if not applicable, please state why)
- [ ] All new and existing tests passed.
- [ ] All new and existing tests are passing.

0 comments on commit d7fa66d

Please sign in to comment.