From e106e7562dbf06b1c467bd8ee62ac67a68fa2259 Mon Sep 17 00:00:00 2001 From: Peter LaFosse Date: Tue, 16 Aug 2022 08:57:00 -0400 Subject: Create documentation.md --- .github/ISSUE_TEMPLATE/documentation.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/documentation.md 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? ** -- cgit v1.3.1