Skip to content

Commit

Permalink
Merge pull request FooStudio#9 from TinyCommunity/hotfix/issues-template
Browse files Browse the repository at this point in the history
Update issue templates
  • Loading branch information
calvintam236 authored Jun 26, 2021
2 parents ee3ab47 + 7ab3574 commit ee0125f
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/vulnerability-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
name: Vulnerability report
about: Report any vulnerability you have found.
title: ''
labels: vulnerability
assignees: ''

---

**Describe the vulnerability**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

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

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

**Environment (please complete the following information)**
- Package version [e.g. 22]
- Dart version [e.g. 2.12.0]
- Flutter version [e.g. 2.2.0]
- Target platform for Flutter [e.g. Android, iOS, web, etc.]

**Additional context**
Add any other context about the problem here (including error message, logs).

0 comments on commit ee0125f

Please sign in to comment.