Skip to content

Commit b8cf0ab

Browse files
devlooped-botkzu
authored andcommitted
⬆️ Bump files with dotnet-file sync
# devlooped/.github - Rename community files devlooped/.github@80e81d2
1 parent 8ecb2b4 commit b8cf0ab

File tree

2 files changed

+53
-0
lines changed

2 files changed

+53
-0
lines changed

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
name: Bug Report
3+
about: Create a report to help us fix a problem.
4+
title: ''
5+
labels: 'bug'
6+
assignees: ''
7+
---
8+
9+
## Describe the Bug
10+
11+
<!-- A clear and concise description of what the bug is. -->
12+
13+
## Steps to Reproduce
14+
15+
<!-- Tell us how to reproduce the issue. Ideally provide a failing unit test. -->
16+
17+
```c#
18+
public class ReproTest
19+
{
20+
[Fact]
21+
public void Repro()
22+
{
23+
// arrange
24+
// act
25+
// assert
26+
}
27+
}
28+
```
29+
30+
## Expected Behavior
31+
32+
<!-- Describe what you expected to happen. -->
33+
34+
## Exception with Stack Trace
35+
36+
<!-- If you see an exception, put the WHOLE THING here. -->
37+
38+
```text
39+
Put the exception with stack trace here.
40+
```
41+
42+
## Version Info
43+
44+
<!-- Main project version and other relevant dependencies you are using. -->
45+
46+
## Additional Info
47+
48+
<!-- Add any other context about the problem here. -->

.netconfig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,3 +160,8 @@
160160
sha = 51e44c3926b1816c04d34aef0ae541138350ca60
161161
etag = b69d75dd622e327b9cf433c8d5399da24f96607bb87758514b9cb0142d6f67ea
162162
weak
163+
[file ".github/ISSUE_TEMPLATE/bug.md"]
164+
url = https://github.com/devlooped/.github/blob/main/.github/ISSUE_TEMPLATE/bug.md
165+
sha = 80e81d21c020841dfc8678f218d42ddaffad78db
166+
etag = 6ab86c474f24c915681abf4dca6c5becf3a211ab09d11e290385890dadd6f97f
167+
weak

0 commit comments

Comments
 (0)