Skip to content

Commit

Permalink
update bug template
Browse files Browse the repository at this point in the history
  • Loading branch information
Xapphire13 committed Oct 17, 2020
1 parent bbf7502 commit 8671d1d
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,15 @@ assignees: Xapphire13
<!-- A clear and concise description of what the bug is -->

**To Reproduce**
<!--
- Add clear steps to reproduce the behavior
- Fork a copy of https://repl.it/repls/TurboVacantEvaluations#index.ts and write a minimal
repo of the bug. Paste a link to the sandbox to this issue
-->
<!-- Add clear steps to reproduce the behavior -->
```typescript
import "reflect-metadata";
import {container} from "tsyringe";

function main() {
// Put your sample code here...
}
```

**Expected behavior**
<!-- A clear and concise description of what you expected to happen -->
Expand Down

0 comments on commit 8671d1d

Please sign in to comment.