chore: update issue template, comment out instructions (#16721)

This commit is contained in:
Jeremy Apthorp 2019-02-05 10:10:24 -08:00 коммит произвёл GitHub
Родитель e098d08728
Коммит 9b7eb0eecb
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 22 добавлений и 12 удалений

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

@ -4,29 +4,39 @@ about: Create a report to help us improve Electron
--- ---
* Output of `node_modules/.bin/electron --version`: * **Electron Version** (output of `node_modules/.bin/electron --version`):
* Operating System (Platform and Version): * <!-- e.g. 4.0.3 -->
* Output of `node_modules/.bin/electron --version` on last known working Electron version (if applicable): * **Operating System** (Platform and Version):
* <!-- e.g. macOS 10.13.6 / Windows 10 (1803) / Ubuntu 18.04 x64 -->
* **Last known working Electron version** (if applicable):
* <!-- e.g. 3.1.0 -->
**Expected Behavior** ### Expected Behavior
A clear and concise description of what you expected to happen. <!-- A clear and concise description of what you expected to happen. -->
**Actual behavior** ### Actual behavior
A clear and concise description of what actually happened. <!-- A clear and concise description of what actually happened. -->
**To Reproduce** ### To Reproduce
<!--
Your best chance of getting this bug looked at quickly is to provide a REPOSITORY that can be cloned and run. Your best chance of getting this bug looked at quickly is to provide a REPOSITORY that can be cloned and run.
-->
<!--
You can fork [electron-quick-start](https://github.com/electron/electron-quick-start) and include a link to the branch with your changes. You can fork [electron-quick-start](https://github.com/electron/electron-quick-start) and include a link to the branch with your changes.
-->
<!--
If you provide a URL, please list the commands required to clone/setup/run your repo e.g. If you provide a URL, please list the commands required to clone/setup/run your repo e.g.
```sh ```sh
$ git clone $YOUR_URL -b $BRANCH $ git clone $YOUR_URL -b $BRANCH
$ npm install $ npm install
$ npm start || electron . $ npm start || electron .
``` ```
**Screenshots** -->
If applicable, add screenshots to help explain your problem.
**Additional Information** ### Screenshots
Add any other context about the problem here. <!-- If applicable, add screenshots to help explain your problem. -->
### Additional Information
<!-- Add any other context about the problem here. -->