diff options
| author | fosdick.io <67963637+fosdickio@users.noreply.github.com> | 2025-03-03 14:40:30 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-03 14:40:30 -0500 |
| commit | 04349e5d611f08373ee8077f50bc0b6af33797a5 (patch) | |
| tree | fa17735a1921e6ac5dc19c024c4aec2b38444e44 /.github | |
| parent | 7f17245620a4ddc6878ae79575dc78a9b10bceaa (diff) | |
Add Portal file upload info to the bug report template
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 11 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/documentation.md | 2 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 2 |
3 files changed, 8 insertions, 7 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 223cca05..f09b6387 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -32,11 +32,12 @@ If applicable, please add screenshots/video recording here to help explain your **Binary:** If applicable, please provide us with the binary to help us work with the issue faster. Here are a few options: -1. Directly attach it to this issue in a ZIP archive -2. Share a publicly accessible link to it (For malware samples, we do not have access to VirusTotal; [Malshare](https://malshare.com/) is an option) -3. Email it to binaryninja at vector35.com, or join our [slack](https://slack.binary.ninja/) and share with us in private -4. We understand sometimes it is not possible to share the binary -- sure, no worries, we can still work with it! -5. If your issue is general and not related to a specific binary, then there is no need to attach the binary as well +1. Upload it privately using the [Binary Ninja Portal file uploader](https://portal.binary.ninja/upload) and add the provided reference phrase here +2. Directly attach it to this issue in a ZIP archive +3. Share a publicly accessible link to it (For malware samples, we do not have access to VirusTotal; [Malshare](https://malshare.com/) is an option) +4. Email it to binaryninja at vector35.com, or join our [Slack](https://slack.binary.ninja/) and share it with us in private +5. We understand sometimes it is not possible to share the binary -- sure, no worries, we can still work with it! +6. If your issue is general and not related to a specific binary, then there is no need to attach the binary as well **Additional Information:** Please add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/documentation.md b/.github/ISSUE_TEMPLATE/documentation.md index 5a8b578d..c354ba40 100644 --- a/.github/ISSUE_TEMPLATE/documentation.md +++ b/.github/ISSUE_TEMPLATE/documentation.md @@ -2,7 +2,7 @@ name: Request for documentation about: Let us know where we can clarify Binary Ninja's documentation title: '' -labels: documentation +labels: '' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 4f379ed3..8ca767ee 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ name: Request a feature about: Let us know how we could improve Binary Ninja title: '' -labels: enhancement +labels: '' assignees: '' --- |
