summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/documentation.md
blob: 5138ef4758a9bcfcdbd24b03c36337fbb891b055 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
name: Request for documentation
about: Let us know where we can clarify Binary Ninja's documentation
title: ''
labels: documentation
assignees: ''

---

**Is this a general concept that needs to be documented or a specific API?**
Does this involve 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.

**Is this documentation related to a specifi API?**
Decribe which API needs documentation. C++ or Python (The C API is not intended to be a documented interface)

**Are there any known examples of people using this API/concept? **