chore(github-templates): remove not relevant bits from autogenerated templates

This commit is contained in:
Julie Ng 2020-08-28 09:25:55 +02:00
Родитель 296ec2547e
Коммит 01bf27f06b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 0CBC37BD160B350D
2 изменённых файлов: 1 добавлений и 5 удалений

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

@ -9,7 +9,6 @@ IF SUFFICIENT INFORMATION IS NOT PROVIDED VIA THE FOLLOWING TEMPLATE THE ISSUE M
- [ ] bug report -> please search issues before submitting
- [ ] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)
```
### Minimal steps to reproduce
@ -21,9 +20,6 @@ IF SUFFICIENT INFORMATION IS NOT PROVIDED VIA THE FOLLOWING TEMPLATE THE ISSUE M
### Expected/desired behavior
>
### OS and Version?
> Windows 7, 8 or 10. Linux (which distribution). macOS (Yosemite? El Capitan? Sierra?)
### Versions
>

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

@ -29,7 +29,7 @@ What kind of change does this Pull Request introduce?
git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install
```
* Test the code