Skip to content

Commit

Permalink
Merge pull request #50 from pdimens/main
Browse files Browse the repository at this point in the history
rebase
  • Loading branch information
pdimens authored Feb 29, 2024
2 parents efff3b1 + 26d2f74 commit 291acb7
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,7 @@ body:
be helpful in some cases to see your project directory structure.
validations:
required: true

- type: textarea
id: error-file
attributes:
label: File that triggers the error (if applicable)
description: |
Please drag and drop (and upload to the GitHub issue) an input file that can be used to replicate the error.
You may also copy-and-paste it as a code block.
If the file type is not allowed, please compress into a `.zip` or `.gz` file.
placeholder: |
[ Copy and paste or drag and drop an example file here to upload ]


- type: textarea
id: version
attributes:
Expand All @@ -35,6 +24,17 @@ body:
validations:
required: true

- type: textarea
id: error-file
attributes:
label: File that triggers the error (if applicable)
description: |
Please drag and drop (and upload to the GitHub issue) an input file that can be used to replicate the error.
You may also copy-and-paste it as a code block.
If the file type is not allowed, please compress into a `.zip` or `.gz` file.
placeholder: |
[ Copy and paste or drag and drop an example file here to upload ]
- type: textarea
id: log
attributes:
Expand All @@ -56,8 +56,6 @@ body:
╰────────────────────── Files with clashing names: ───────────────────────╯
test/bam/sample2.bam test/bam_phased/sample2.bam
test/bam/sample1.bam test/bam_phased/sample1.bam
validations:
required: true
- type: checkboxes
id: checklist
Expand All @@ -71,4 +69,4 @@ body:
required: true
- label: >-
I am using the latest release of Harpy.
required: true
required: true
4 changes: 4 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
contact_links:
- name: Harpy Documentation
url: https://pdimens.github.io/harpy/
about: Make sure to first check the documentation.
File renamed without changes.
File renamed without changes.

0 comments on commit 291acb7

Please sign in to comment.