summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Taylor <alex@vector35.com>2022-12-06 10:59:32 -0500
committerAlexander Taylor <alex@vector35.com>2022-12-06 10:59:32 -0500
commit554d9b7569fa89ce584d22697d0ab121581d99e7 (patch)
treec31d745ccca6e901dd4e3d8920bde48785001016
parentdf486f43e971b5d80bd7d936e976a38c8237d342 (diff)
Update issue templates.
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md4
-rw-r--r--.github/ISSUE_TEMPLATE/documentation.md12
2 files changed, 6 insertions, 10 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 9cea28c2..d6795605 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -8,9 +8,9 @@ assignees: ''
---
**Version and Platform (required):**
-- Binary Ninja Version: 2.4.2487-dev (if version is stable, please also test the latest development build via the "Update Channel" option)
+- Binary Ninja Version: [e.g. 3.2.4000-dev] (if version is stable, please also test the latest development build via the "Update Channel" option)
- OS: [e.g. Ubuntu Linux]
-- OS Version: [e.g. 20.04]
+- OS Version: [e.g. 22.04]
- CPU Architecture [e.g. x64 or M1]
**Bug Description:**
diff --git a/.github/ISSUE_TEMPLATE/documentation.md b/.github/ISSUE_TEMPLATE/documentation.md
index ec4a5bca..cbea5292 100644
--- a/.github/ISSUE_TEMPLATE/documentation.md
+++ b/.github/ISSUE_TEMPLATE/documentation.md
@@ -8,17 +8,13 @@ assignees: ''
---
**Is this a general concept that needs to be documented or a specific API?**
-
-_Describe whether this involves a specific API/set of APIs or a whole concept in Binary Ninja (i.e., BinaryViews, Basic Blocks, etc.)._
+Describe whether this involves a specific API/set of APIs or a whole concept in Binary Ninja (i.e., BinaryViews, Basic Blocks, etc.).
**What concept or API needs more documentation?**
-
-_Please provide a clear and concise description of the API or concept which is confusing or missing documentation._
+Please provide a clear and concise description of the API or concept which is confusing or missing documentation.
**Is this documentation related to a specifi API?**
-
-_Describe which API needs documentation, C++ or Python. (Note: the C API is not intended to be a documented interface.)_
+Describe which API needs documentation: C++, Python, or Rust. (**Note:** The C API is not intended to be a documented interface.)
**Are there any known examples of people using this API/concept?**
-
-_Describe or link to any public examples for this, i.e., repositories or blog posts._
+Describe or link to any public examples for this (i.e., repositories or blog posts).