add nextflow d30e48d
This commit is contained in:
31
nextflow/.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
31
nextflow/.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Report a bug to help us improve
|
||||
---
|
||||
|
||||
## Bug report
|
||||
|
||||
(Please follow this template by replacing the text between parentheses with the requested information)
|
||||
|
||||
### Expected behavior and actual behavior
|
||||
|
||||
(Give a brief description of the expected behavior and actual behavior)
|
||||
|
||||
### Steps to reproduce the problem
|
||||
|
||||
(Provide a test case that reproduces the problem either with a self-contained script or GitHub repository)
|
||||
|
||||
### Program output
|
||||
|
||||
(Copy and paste the output produced by the failing execution. Please highlight it as a code block. Whenever possible upload the `.nextflow.log` file.)
|
||||
|
||||
### Environment
|
||||
|
||||
* Nextflow version: [?]
|
||||
* Java version: [?]
|
||||
* Operating system: [macOS, Linux, etc]
|
||||
* Bash version: (use the command `$SHELL --version`)
|
||||
|
||||
### Additional context
|
||||
|
||||
(Add any other context about the problem here)
|
||||
11
nextflow/.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
11
nextflow/.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: General question
|
||||
url: https://community.seqera.io/nextflow
|
||||
about: Ask for help with Nextflow language and usage
|
||||
- name: Nextflow official website
|
||||
url: https://nextflow.io/
|
||||
about: Documentation and tutorials
|
||||
- name: Nextflow training
|
||||
url: https://training.nextflow.io/
|
||||
about: Learn Nextflow with hands-on tutorials
|
||||
16
nextflow/.github/ISSUE_TEMPLATE/new_feature.md
vendored
Normal file
16
nextflow/.github/ISSUE_TEMPLATE/new_feature.md
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
name: New feature
|
||||
about: Propose a new feature or enhancement
|
||||
---
|
||||
|
||||
## New feature
|
||||
|
||||
(Hi! Thanks for using Nextflow and for proposing a new feature or enhancement. Please replace this text with a brief description of your proposal.)
|
||||
|
||||
## Use case
|
||||
|
||||
(What's the main use case and deployment scenario addressed by this proposal)
|
||||
|
||||
## Suggested implementation
|
||||
|
||||
(Highlight the main building blocks of a possible implementation and/or related components)
|
||||
Reference in New Issue
Block a user