Skip to content

Commit e9cafc9

Browse files
adamgayosocopybara-github
authored andcommitted
Add GitHub issue templates.
PiperOrigin-RevId: 776026867 Change-Id: I12684497af414eb490bd3f7df6fe75d12395127b
1 parent c3c2157 commit e9cafc9

2 files changed

Lines changed: 53 additions & 0 deletions

File tree

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
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
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
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.

0 commit comments

Comments
 (0)