Skip to content

Commit

Permalink
Merge pull request #31 from Snugug/feature/commit-messages
Browse files Browse the repository at this point in the history
Add Commit Message and GitHub Goodies
  • Loading branch information
scottnath authored Jun 16, 2016
2 parents c58899c + 9648f79 commit 6e306fc
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{{long description}}

```gherkin
Feature: {{feature}}
As a {{persona}}
I want {{need}}
So that {{rationale}}
Scenario: {{scenario}}
Given {{thing}}
When {{action}}
Then {{result}}
```

---

- [ ] {{feature}}/{{scenario}}
25 changes: 25 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{{short description}}

**Changelog**

```markdown
**New**

* {{new thing}}
* {{other new thing}}

**Changed**

* {{change thing}}
* {{other change thing}}

**Removed**

* {{removed thing}}
* {{other removed thing}}
```

---
Resolves: #

`DCO 1.1 Signed-off-by: {{full name}} <{{email address}}>`
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Contributing to Punchcard Content Types

Please follow the [Punchcard Contributing Guidelines](https://github.com/punchcard-cms/punchcard/blob/master/CONTRIBUTING.md)
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,15 @@
"coveralls": "^2.11.9",
"eslint": "^2",
"eslint-config-punchcard": "^1.0.0",
"ghooks": "^1.2.4",
"input-plugin-datetime": "^0.0.1",
"input-plugin-email": "^0.1.0",
"input-plugin-quote": "0.0.1",
"input-plugin-text": "^0.0.5",
"input-plugin-textarea": "^0.0.1",
"nyc": "^6.0.0",
"open-exchange-rates": "^0.3.0",
"punchcard-commit-msg": "^1.0.0",
"raw-loader": "^0.5.1",
"tap-diff": "^0.1.1"
},
Expand All @@ -70,5 +72,10 @@
],
"failFast": true,
"tap": true
},
"config": {
"ghooks": {
"commit-msg": "punchcard-commit-msg"
}
}
}

0 comments on commit 6e306fc

Please sign in to comment.