Files
probot/.github/ISSUE_TEMPLATE/Bug_report.md
Jason Etcovitch 7250d1de1e docs: Issue templates (#525)
* Add Bug report

* Add Feature Request

* Update Bug_report.md
2018-05-13 01:15:13 -04:00

703 B

name, about
name about
🐛 Bug Report If something isn't working as expected 🤔.

Bug Report

Current Behavior A clear and concise description of the behavior.

  // Your code here
module.exports = robot => {
  robot.log('There is a bug')
}

Expected behavior/code A clear and concise description of what you expected to happen (or code).

Environment

  • Probot version(s): [e.g. v6.0.0]
  • Node/npm version: [e.g. Node 8/npm 5]
  • OS: [e.g. OSX 10.13.4, Windows 10]

Possible Solution

Additional context/Screenshots Add any other context about the problem here. If applicable, add screenshots to help explain.