-
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from christopher-hopper/feature/github-contrib…
…ution-templates Github contribution templates
- Loading branch information
Showing
3 changed files
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |