Skip to content

Commit

Permalink
Merge pull request #10 from christopher-hopper/feature/github-contrib…
Browse files Browse the repository at this point in the history
…ution-templates

Github contribution templates
  • Loading branch information
brammittendorff-dd authored Feb 6, 2017
2 parents f866c3e + 7fdc55c commit c4f5de0
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Ignore files for distribution archives.

.editorconfig export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.travis.yml export-ignore
.github export-ignore

CONTRIBUTING.md export-ignore
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/Motivation

> (Why the issue was filed)
## Expected behaviour

> (What you expected to happen)
## Actual behaviour

> (What actually happened)
## Steps to reproduce

> (How can someone else make/see it happen)
## Proposed changes

> (If you have a proposed change, workaround or fix, describe the rationale behind it)
7 changes: 7 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## Proposed Changes

> (Describe the changes and rationale behind them)
## Related Issues

> ([Github link](https://help.github.com/articles/autolinked-references-and-urls/) to related issues or pull requests)

0 comments on commit c4f5de0

Please sign in to comment.