Skip to content

Commit 43ca904

Browse files
authored
Merge pull request #16 from Sage-Bionetworks-Workflows/add_pr_template
Update pull request template
2 parents a461c34 + eedec86 commit 43ca904

File tree

3 files changed

+26
-25
lines changed

3 files changed

+26
-25
lines changed

.github/PULL_REQUEST_TEMPLATE.md

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

.github/pull_request_template.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# **Problem:**
2+
3+
- Describe the specific technical problem that this PR solves.
4+
- Include details such as:
5+
- How you reproduced the problem
6+
- What code is affected
7+
- Any relevant background information
8+
9+
# **Solution:**
10+
11+
- Describe the specific technical solution that this PR provides.
12+
- Include details such as:
13+
- How you debugged the problem
14+
- Why you chose this solution
15+
- Does the solution make any impact beyond the immediate problem
16+
- Any necessary technical debt incurred
17+
- Any important design decisions/links to design documentation (if applicable)
18+
19+
# **Testing:**
20+
21+
- Describe any testing that was performed to validate the solution.
22+
- Include details such as:
23+
- How you tested the solution
24+
- Any relevant test results (Do not include any test results that may contain sensitive information)
25+
- Any automated tests that were added to the codebase

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ On release, automated continuous integration tests run the pipeline on a full-si
8282
> - If you are using `singularity`, please use the [`nf-core download`](https://nf-co.re/tools/#downloading-pipelines-for-offline-use) command to download images first, before running the pipeline. Setting the [`NXF_SINGULARITY_CACHEDIR` or `singularity.cacheDir`](https://www.nextflow.io/docs/latest/singularity.html?#singularity-docker-hub) Nextflow options enables you to store and re-use the images from a central location for future pipeline runs.
8383
> - If you are using `conda`, it is highly recommended to use the [`NXF_CONDA_CACHEDIR` or `conda.cacheDir`](https://www.nextflow.io/docs/latest/conda.html) settings to store the environments in a central location for future pipeline runs.
8484
85-
4. Start running your own analysis!
85+
5. Start running your own analysis!
8686

8787
<!-- TODO nf-core: Update the example "typical command" below used to run the pipeline -->
8888

0 commit comments

Comments
 (0)