]> xenbits.xensource.com Git - unikraft/unikraft.git/commitdiff
.github: Add issue template configuration
authorAlexander Jung <a.jung@lancs.ac.uk>
Wed, 14 Jul 2021 17:43:19 +0000 (19:43 +0200)
committerUnikraft <monkey@unikraft.io>
Tue, 27 Jul 2021 05:27:40 +0000 (05:27 +0000)
This file configures the issue template page on Github, providing
additional contact information as well as disabling the ability to
open a blank template.

Signed-off-by: Alexander Jung <a.jung@lancs.ac.uk>
Reviewed-by: Razvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Pull-Request: #256

.github/ISSUE_TEMPLATE/config.yml [new file with mode: 0644]

diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
new file mode 100644 (file)
index 0000000..d9f879d
--- /dev/null
@@ -0,0 +1,6 @@
+blank_issues_enabled: false
+
+contact_links:
+  - name: ðŸ’¡ Discuss an idea
+    url: https://github.com/unikraft/unikraft/discussions/new
+    about: Discuss a feature or usecase which Unikraft could support.