Skip to content

Commit 3f60878

Browse files
authored
Issue templates: add external links via config (#6563)
Signed-off-by: Phil Ewels <[email protected]>
1 parent 1020952 commit 3f60878

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: General question
4+
url: https://community.seqera.io/nextflow
5+
about: Ask for help with Nextflow language and usage
6+
- name: Nextflow official website
7+
url: https://nextflow.io/
8+
about: Documentation and tutorials
9+
- name: Nextflow training
10+
url: https://training.nextflow.io/
11+
about: Learn Nextflow with hands-on tutorials

.github/ISSUE_TEMPLATE/general_question.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)