add issue template, vscode settings for git and vscode folders

This commit is contained in:
William Berry 2018-07-06 13:05:54 -07:00
Родитель 8bb9cec0cd
Коммит e63921579d
2 изменённых файлов: 36 добавлений и 0 удалений

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

@ -0,0 +1,30 @@
### Description
Please provide a succinct description of your issue.
### Repro steps
Please provide the steps required to reproduce the problem
1. Step A
2. Step B
### Expected behavior
Please provide a description of the behavior you expect.
### Actual behavior
Please provide a description of the actual behavior you observe.
### Known workarounds
Please provide a description of any known workarounds.
### Related information
* Operating system
* Branch
* .NET Runtime, CoreCLR or Mono Version
* Performance information, links to performance testing scripts

6
.vscode/settings.json поставляемый Normal file
Просмотреть файл

@ -0,0 +1,6 @@
{
"files.exclude": {
"**/.git": false,
"**/.github":false
}
}