diff options
Diffstat (limited to '.github/ISSUE_TEMPLATE/documentation.md')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/documentation.md | 12 |
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). |
