summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/documentation.md
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 /.github/ISSUE_TEMPLATE/documentation.md
parentdf486f43e971b5d80bd7d936e976a38c8237d342 (diff)
Update issue templates.
Diffstat (limited to '.github/ISSUE_TEMPLATE/documentation.md')
-rw-r--r--.github/ISSUE_TEMPLATE/documentation.md12
1 files changed, 4 insertions, 8 deletions
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).