Skip to content

Commit 2dc1eea

Browse files
author
Deploy from CI
committed
Deploy 5c3c21f to gh-pages
0 parents  commit 2dc1eea

File tree

112 files changed

+34500
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+34500
-0
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
name: Feature request
2+
description: Request a new feature
3+
labels: "enhancement"
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Thank you for taking the time to let us know what gget is missing!
9+
- type: dropdown
10+
id: request-type
11+
attributes:
12+
label: Request type
13+
description: Are you requesting the extension of an existing module or a new module?
14+
options:
15+
- Extension of existing module
16+
- New module
17+
validations:
18+
required: true
19+
- type: textarea
20+
id: description
21+
attributes:
22+
label: Request description
23+
description: Please describe your request.
24+
placeholder: Include links to references/databases if applicable.
25+
validations:
26+
required: true
27+
- type: textarea
28+
id: command
29+
attributes:
30+
label: Example command
31+
description: Please provide an example command as you envision it.
32+
render: shell
33+
- type: textarea
34+
id: command-output
35+
attributes:
36+
label: Example return value
37+
description: Please describe what the above-mentioned command should return.
38+
placeholder: What is the most important information? Which format would be most useful?
Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
name: Issue / Bug Report
2+
description: Create a report to help us improve
3+
body:
4+
- type: markdown
5+
attributes:
6+
value: |
7+
Thank you for taking the time to fill out this report and help us improve! :)
8+
- type: textarea
9+
id: what-happened
10+
attributes:
11+
label: What happened?
12+
description: Please provide a clear and concise description of what the issue is.
13+
validations:
14+
required: true
15+
- type: textarea
16+
id: version
17+
attributes:
18+
label: gget version
19+
description: Which version of gget are you using?
20+
placeholder: 0.27.2
21+
validations:
22+
required: true
23+
- type: dropdown
24+
id: os
25+
attributes:
26+
label: Operating System (OS)
27+
description: Which Operating System (OS) did you use?
28+
multiple: true
29+
options:
30+
- Linux
31+
- macOS
32+
- Windows
33+
- Other (please specify above)
34+
- Not applicable
35+
validations:
36+
required: true
37+
- type: dropdown
38+
id: interface
39+
attributes:
40+
label: User interface
41+
description: Did the problem occur when calling gget from the command-line or Python? (Select all that apply.)
42+
multiple: true
43+
options:
44+
- Command-line
45+
- Python
46+
- Google Colab (please include a shareable link above)
47+
- R (please specify Python wrapper above)
48+
- Not applicable
49+
validations:
50+
required: true
51+
- type: dropdown
52+
id: m1
53+
attributes:
54+
label: Are you using a computer with an Apple M1 chip?
55+
description: We are asking this because the M1 chip has been causing [problems](https://github.com/pachterlab/gget/issues/30) for some `gget alphafold` dependencies.
56+
options:
57+
- Not M1
58+
- M1
59+
- Not applicable
60+
validations:
61+
required: true
62+
- type: textarea
63+
id: command
64+
attributes:
65+
label: What is the exact command that was run?
66+
description: Please copy-paste the gget command that caused the problem.
67+
render: shell
68+
- type: textarea
69+
id: command-output
70+
attributes:
71+
label: Which output/error did you get?
72+
description: Please copy-paste the complete output/error returned by the command entered above.
73+
render: shell

0 commit comments

Comments
 (0)