We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fd8d51 commit fc876abCopy full SHA for fc876ab
.github/workflows/auto-bug-report.yml
@@ -0,0 +1,19 @@
1
+---
2
+name: Bug report
3
+about: Create a bug report to help us improve
4
+title: "Bug: "
5
+labels: ["bug", "triage", "copilot"]
6
+assignees: ["copilot"] # <-- TUNE ME
7
8
+
9
+**Describe the bug**
10
+A clear and concise description of what the bug is.
11
12
+**To Reproduce**
13
+Steps to reproduce the behavior.
14
15
+**Expected behavior**
16
+A clear and concise description of what you expected to happen.
17
18
+**Additional context**
19
+Add any other context or screenshots about the bug here.
0 commit comments