-
Notifications
You must be signed in to change notification settings - Fork 667
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update issue and PR templates (#5805)
Signed-off-by: Ben Sherman <[email protected]>
- Loading branch information
1 parent
01db536
commit d8c8151
Showing
4 changed files
with
14 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,8 @@ | ||
--- | ||
name: General question | ||
about: Need for help on Nextflow language and usage | ||
about: Ask for help with Nextflow language and usage | ||
--- | ||
|
||
Hi! Thanks for using Nextflow. | ||
|
||
If you need help about Nextflow scripting language, | ||
configuration options and general Nextflow usage the better | ||
channels to post this kind of questions are: | ||
|
||
* GitHub discussions: https://github.com/nextflow-io/nextflow/discussions | ||
* Slack community chat: https://www.nextflow.io/slack-invite.html | ||
|
||
|
||
Also you may also want to have a look at the patterns page | ||
for common solutions to recurrent implementation problems: | ||
http://nextflow-io.github.io/patterns/index.html | ||
|
||
If you need help using or developing Nextflow pipelines, the best place to ask questions is the [community forum](https://community.seqera.io/). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,16 @@ | ||
--- | ||
name: New feature | ||
about: Submit a new feature proposal | ||
about: Propose a new feature or enhancement | ||
--- | ||
|
||
## New feature | ||
|
||
Hi! Thanks for using Nextflow and submitting the proposal | ||
for a new feature or the enhancement of an existing functionality. | ||
(Hi! Thanks for using Nextflow and for proposing a new feature or enhancement. Please replace this text with a brief description of your proposal.) | ||
|
||
Please replace this text providing a short description of your | ||
proposal. | ||
## Use case | ||
|
||
## Usage scenario | ||
(What's the main use case and deployment scenario addressed by this proposal) | ||
|
||
(What's the main usage case and the deployment scenario addressed by this proposal) | ||
|
||
## Suggest implementation | ||
## Suggested implementation | ||
|
||
(Highlight the main building blocks of a possible implementation and/or related components) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,7 @@ | ||
Hi! Thanks for contributing to Nextflow project. | ||
Hi! Thanks for contributing to Nextflow. | ||
|
||
When submitting a Pull Request please make sure to not include | ||
in the changeset any modification in these files: | ||
|
||
* `nextflow` | ||
* `modules/nf-commons/src/main/nextflow/Const.groovy` | ||
|
||
Also, please sign-off the DCO [1] to certify you are the author of the contribution | ||
and you adhere to Nextflow open source license [2] adding a `Signed-off-by` line to | ||
the contribution commit message. For more details check [3]. | ||
When submitting a Pull Request, please sign-off the DCO [1] to certify that you are the author of the contribution and you adhere to Nextflow's open source license [2] by adding a `Signed-off-by` line to the contribution commit message. See [3] for more details. | ||
|
||
1. https://developercertificate.org/ | ||
2. https://github.com/nextflow-io/nextflow/blob/master/COPYING | ||
3. https://github.com/apps/dco | ||
|