electron/.github/ISSUE_TEMPLATE/Bug_report.md
Charles Kerr a2a7c6b062 chore: ask for specific info in bug templates (#14229)
* chore: ask for specific info in bug templates

* fix: change how version is asked for in bug template
2018-08-22 08:21:54 -07:00

1 KiB

name about
Bug report Create a report to help us improve Electron
  • Output of node_modules/.bin/electron --version:
  • Operating System (Platform and Version):
  • Output of node_modules/.bin/electron --version on last known working Electron version (if applicable):

Expected Behavior A clear and concise description of what you expected to happen.

Actual behavior A clear and concise description of what actually happened.

To Reproduce 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 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.

$ git clone $YOUR_URL -b $BRANCH
$ npm install
$ npm start || electron .

Screenshots If applicable, add screenshots to help explain your problem.

Additional Information Add any other context about the problem here.