diff options
author | Christian Marangi <ansuelsmth@gmail.com> | 2024-04-21 18:15:58 +0200 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2024-04-21 19:36:48 +0200 |
commit | 9c9362fa31b6f0c8172b08618cce7ae6aadf8108 (patch) | |
tree | ec26669f3cee41e5b26b90bd81828169a35203eb | |
parent | 4cb814d403bb564a6a93baca3a4dcb13e7dc56ac (diff) | |
download | openwrt-9c9362fa31b6f0c8172b08618cce7ae6aadf8108.tar.gz openwrt-9c9362fa31b6f0c8172b08618cce7ae6aadf8108.tar.bz2 openwrt-9c9362fa31b6f0c8172b08618cce7ae6aadf8108.zip |
github: permits blank issue
Blank issue might be used by devs to create tracking issue or by
advanced user to report more strange issue.
These kind of issue won't be parsed and won't be tagged. Normally bBug
report should be used for 99% of the cases.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
-rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 91e2489077..39d9234453 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,5 @@ --- -blank_issues_enabled: false +blank_issues_enabled: true contact_links: - name: Feature request url: https://forum.openwrt.org/c/feature-requests |