Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Benji377 authored Jul 18, 2024
1 parent f5c9ca4 commit e19d928
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/issue-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: Issue report
about: Report an issue with a specific YARA rule
title: "[BUG] Issue with <Yara rule>"
labels: bug
assignees: ''

---

**Name of the rule:**

**Description of the issue:**

**Any error messages or logs:**

**Additional files and context:**
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/yara-rule-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: YARA rule request
about: Suggest a YARA rule to be added
title: "[REQUEST] Add YARA rule for <purpose>"
labels: enhancement
assignees: ''

---

**Name of the requested rule:**

**Description of the requested rule:**

**Purpose and detection:**
- What should this rule detect and why?

**Optional evidence or proof of concept:**

**Additional context:**

0 comments on commit e19d928

Please sign in to comment.