Skip to content

Commit

Permalink
fix(root): add content for need helps and vulnerability issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoazhunx authored and diegoazh committed Oct 30, 2020
1 parent b6b2c5b commit aed11bc
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 15 deletions.
8 changes: 3 additions & 5 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ Add any other context about the problem here.

## Plugin version

- [ ] 1.4.0
- [ ] 1.2.2
- [ ] 1.2.1
- [ ] 1.2.0
- [ ] 1.0.0
- [ ] 1.4.x
- [ ] 1.2.x
- [ ] 1.0.x
8 changes: 3 additions & 5 deletions .github/ISSUE_TEMPLATE/need-helps-with-the-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ Explain to us how to get the same problem or provide a small example repository

## Plugin version

- [ ] 1.4.0
- [ ] 1.2.2
- [ ] 1.2.1
- [ ] 1.2.0
- [ ] 1.0.0
- [ ] 1.4.x
- [ ] 1.2.x
- [ ] 1.0.x
8 changes: 3 additions & 5 deletions .github/ISSUE_TEMPLATE/vulnerability.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ If you have an approach to fix it or an idea about how to sort out the problem p

## Plugin version

- [ ] 1.4.0
- [ ] 1.2.2
- [ ] 1.2.1
- [ ] 1.2.0
- [ ] 1.0.0
- [ ] 1.4.x
- [ ] 1.2.x
- [ ] 1.0.x
22 changes: 22 additions & 0 deletions .github/issue-close-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,28 @@ issueConfigs:
- "Describe the solution you'd like"
- "Describe alternatives you've considered"
- "Additional context"
- content:
# Example 3: need helps with the plugin
- "What you try to do"
- "What is the problem"
- "What kind of things have you already treated"
- "Steps to reproduce"
- "Os"
- "Mobile"
- "Versions"
- "Package manager"
- "Plugin version"
- content:
# Example 4: vulnerability
- "Vulnerability type"
- "Vulnerability place"
- "How do you found it?"
- "How do you think that it can be fixed? (optional)"
- "Os"
- "Mobile"
- "Versions"
- "Package manager"
- "Plugin version"
# Optional configuration:
#
# whether the keywords are case-insensitive
Expand Down

0 comments on commit aed11bc

Please sign in to comment.