Skip to content

Commit

Permalink
Add github-specific contribution templates
Browse files Browse the repository at this point in the history
  • Loading branch information
davidje13 committed Sep 9, 2017
1 parent f0904e1 commit 7292a3e
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ https://davidje13.github.io/koth-webplayer/test.htm

## Making Games

Check the [create-a-game](CREATE_A_GAME.md) guide for details on how to create
your own games using this framework.
Check the [create-a-game](docs/CREATE_A_GAME.md) guide for details on how to
create your own games using this framework.


## Aims
Expand All @@ -43,5 +43,5 @@ This is early stages, and lots of functionality doesn't exist yet, or is rather
quick-and-dirty, so it's likely that new games will need some changes to the
engine itself.

Contributions are welcome! Check the [contributing guidelines](CONTRIBUTING.md)
for details.
Contributions are welcome! Check the
[contributing guidelines](docs/CONTRIBUTING.md) for details.
File renamed without changes.
File renamed without changes.
Empty file added docs/ISSUE_TEMPLATE.md
Empty file.
11 changes: 11 additions & 0 deletions docs/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Details of your pull request here - if you have fixed an issue, please reference
it with #issue-number.


Checklist:

[ ] Any new Javascript files are listed in `test.htm`.
[ ] Tests are passing in Google Chrome.
[ ] Linting is passing.
[ ] No dead code is left behind.
[ ] I agree to release my code under the license of this project.

0 comments on commit 7292a3e

Please sign in to comment.