diff options
| author | fosdick.io <67963637+fosdickio@users.noreply.github.com> | 2025-03-03 14:44:11 -0500 |
|---|---|---|
| committer | fosdick.io <67963637+fosdickio@users.noreply.github.com> | 2025-03-03 14:44:11 -0500 |
| commit | 53c5172d61f6860e5deca9e0482909fb71e367ce (patch) | |
| tree | 4308e48165dbdc53d6213e2732d4f27952fe66bf | |
| parent | 04349e5d611f08373ee8077f50bc0b6af33797a5 (diff) | |
Revert label change to the issue templates.
| -rw-r--r-- | .github/ISSUE_TEMPLATE/documentation.md | 2 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/documentation.md b/.github/ISSUE_TEMPLATE/documentation.md index c354ba40..5a8b578d 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: '' +labels: documentation assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 8ca767ee..4f379ed3 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: '' +labels: enhancement assignees: '' --- |
