We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 187cd20 + 2a4935d commit 3e6ac08Copy full SHA for 3e6ac08
.github/ISSUE_TEMPLATE/new-tool-request.md
@@ -0,0 +1,21 @@
1
+---
2
+name: New Tool Request
3
+about: This issue template creates an issue for a new tool request.
4
+title: "[New Tool Request]:"
5
+labels: new tool request
6
+assignees: ''
7
+
8
9
10
+# New Tool Request
11
+## Summary
12
+Tool:
13
+Development Repository:
14
+Documentation:
15
+Version:
16
17
+## Checklist
18
+- [ ] Repository is structured as a package / can be installed via `pip install .` or `R CMD install .`
19
+- [ ] Package is on PyPI/CRAN?
20
+- [ ] Package is available on conda (bioconda/conda-forge)?
21
+- [ ] Package implements a CLI?
0 commit comments