File tree Expand file tree Collapse file tree
.github/workflows/ISSUE_TEMPLATE Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ name : Bug report
3+ description : >-
4+ Report a bug or unexpected behavior to help us improve AlphaGenome.
5+ labels :
6+ - bug
7+
8+ body :
9+ - type : markdown
10+ attributes :
11+ value : >
12+ ## Thank you for helping us improve AlphaGenome!
13+
14+ * Please verify that your issue has not been reported using
15+ [Issue search][issue search].
16+
17+ * If you have a question about usage, please
18+ consider [starting a discussion][Discussions].
19+
20+ * If you prefer a non-templated issue report, click [here][Raw report].
21+
22+ [Discussions]: https://www.alphagenomecommunity.com/
23+
24+ [issue search]: https://github.com/alphagenome/alphagenome/search?q=is%3Aissue&type=issues
25+
26+ [Raw report]: https://github.com/alphagenome/alphagenome/issues/new?template=none
27+ - type : textarea
28+ attributes :
29+ label : Description
30+ description : A concise description of the bug.
31+ placeholder : |
32+ Text may use markdown formatting.
33+ ```python
34+ # for codeblocks, use triple backticks
35+ ```
36+ validations :
37+ required : true
38+ - type : textarea
39+ attributes :
40+ label : System info (python version, alphagenome version, etc.)
41+ description : >-
42+ Include the output of `import alphagenome; alphagenome.__version__`
43+ placeholder : |
44+ ```
45+ ...
46+ ```
47+ validations :
48+ required : true
Original file line number Diff line number Diff line change 1+ blank_issues_enabled : false
2+ contact_links :
3+ - name : Have questions or need support?
4+ url : https://www.alphagenomecommunity.com/
5+ about : Please ask questions on our community forums.
You can’t perform that action at this time.
0 commit comments