Update issue and pr templates. (#667)

* moving templates to .github folder
* updating issue and PR templates
This commit is contained in:
Peter Marcu 2016-12-23 17:12:15 -08:00 коммит произвёл Matt Ellis
Родитель c798e3fc30
Коммит bde18f1b82
3 изменённых файлов: 4 добавлений и 11 удалений

9
ISSUE_TEMPLATE → .github/ISSUE_TEMPLATE поставляемый
Просмотреть файл

@ -7,11 +7,4 @@
## Actual behavior
## Environment data
`dotnet --info` output:
## Environment data

3
.github/PULL_REQUEST_TEMPLATE поставляемый Normal file
Просмотреть файл

@ -0,0 +1,3 @@
- Please add a description for changes you are making.
- If there is an issue related to this PR, please add a reference to it.
- If this PR should not run tests please add say skip_ci_please in this description replacing the underscores with spaces.

Просмотреть файл

@ -1,3 +0,0 @@
- If this PR should not run tests please add text "skip[REMOVE_THIS]ci[REMOVE_THIS]please" (remove the marked text, no quotes).
- Please add description for changes you are making.
- If there is an issue related to this PR, please add the reference.