Skip to content

Commit 3e6ac08

Browse files
authored
Merge pull request #674 from RECETOX/hechth-patch-17
Created new tool request issue template
2 parents 187cd20 + 2a4935d commit 3e6ac08

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)