summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/ISSUE_TEMPLATE/documentation.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/documentation.md b/.github/ISSUE_TEMPLATE/documentation.md
new file mode 100644
index 00000000..fc3e1efd
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/documentation.md
@@ -0,0 +1,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 specifi 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? **