Move GitHub specific files to .github directory

This commit is contained in:
kiswa 2016-06-24 20:50:01 +00:00
parent b0cebb4c79
commit b63c8ba7c0
3 changed files with 30 additions and 1 deletions

View File

@ -1,4 +1,12 @@
# Contributing
## Contributing
### Reporting Issues
Fill out the template as completely as possible.
The more information you can provide, the easier it is to research your issue.
### Development
Fork the repository and make your changes on the `dev` branch.

14
.github/ISSUE_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,14 @@
### Brief description of the issue:
#### Expected behavior:
#### Actual behavior:
#### Steps to repeat issue:
### TaskBoard version:
### Browser(s) used:
### Paste contents of `api/logs/api.log` if available:

7
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,7 @@
Fixes # .
Changes made in this PR:
-
-
-