Skip to content
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.

Commit

Permalink
Templates issues prs (#107)
Browse files Browse the repository at this point in the history
* add templates for issues and prs

* pr checklist

* wording in PR template
  • Loading branch information
NathanPJF authored Mar 20, 2017
1 parent 0ac7f2e commit c5afc24
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
### Problem

*Succinct outline of the problem or request.*

### Scope

*Is this an issue with Slate's theme scaffolding or its documentation?*

*If it is related to the `slate` commands, perhaps the [slate-cli repo](https://github.com/Shopify/slate-cli)
or the [slate-tools repos](https://github.com/Shopify/slate-tools) are a more appropriate spot to log your issue.*

### Replication steps

*How to replicate the problem. Screenshots or video?*

### More Information

*Any additional information which might be helpful.*

13 changes: 13 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
### What are you trying to accomplish with this PR?

*Please provide a link to the associated GitHub issue.*


### Checklist
For contributors:
- [ ] I have [updated the docs](https://github.com/Shopify/slate/blob/master/CONTRIBUTING.md#documentation) to reflect these changes, if applicable.

For maintainers:
- [ ] I have :tophat:'d these changes.
- [ ] I have bumped the `package.json` version in a separate PR, if applicable.

0 comments on commit c5afc24

Please sign in to comment.