Skip to content

Commit eb204a3

Browse files
XAMPPRockyarirawr
andauthored
Add bug report template (#93)
* Add bug report template * Update .github/ISSUE_TEMPLATE/bug_report.md Co-authored-by: Ari V <[email protected]> * Update .github/ISSUE_TEMPLATE/bug_report.md Co-authored-by: Ari V <[email protected]> * Update bug_report.md * Update bug_report.md Co-authored-by: Ari V <[email protected]>
1 parent a121e50 commit eb204a3

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
name: Bug Report
3+
about: Report a bug with using rust-gpu.
4+
title: '(my bug report)'
5+
labels: 't: bug'
6+
---
7+
8+
<!-- Thank you for filing a bug report! 🐛 -->
9+
10+
### Expected Behaviour
11+
<!-- Please describe what you expected to happen. -->
12+
13+
### Example & Steps To Reproduce
14+
<!--
15+
Describe what actually happened, including any relevant examples (smaller
16+
the better), error messages, or the relevant SPIR-V binary.
17+
-->
18+
19+
1.
20+
2.
21+
3.
22+
23+
## System Info
24+
<!--
25+
Helpful commands:
26+
- Rustc version: `rustc -V`
27+
- SPIR-V version: `spirv-val --version`
28+
-->
29+
30+
- Rust: [e.g. 1.49.0-nightly (1eaadebb3 2020-10-21)]
31+
- OS: [e.g. macOS 10.15.7]
32+
- GPU: [e.g. Intel(R) UHD Graphics 630]
33+
- SPIR-V: [e.g. v2020.3 unknown hash, 2020-06-12T01:06:18]
34+
35+
36+
## Backtrace
37+
<!-- If relevant, please include a backtrace of the error below. -->
38+
39+
<details><summary>Backtrace</summary>
40+
<p>
41+
42+
```
43+
<backtrace>
44+
```
45+
46+
</p>
47+
</details>

0 commit comments

Comments
 (0)