diff options
| author | Jordan <jordan@psifertex.com> | 2021-09-20 16:39:43 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-20 16:39:43 -0400 |
| commit | 806e74e422ba65fb393a2d51e57b918127d4b889 (patch) | |
| tree | 15e5a074131004fed6ec4ba3351eedae7b866ca2 /.github | |
| parent | 332419305fcb32bd6ca84f65a209184e4404f542 (diff) | |
Create config.yml
disable blank issues
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..3e849217 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: Binary Ninja Slack + url: https://slack.binary.ninja/ + about: For quick responses to short questions + - name: Official Support + url: https://binary.ninja/support/ + about: Official Support Page |
