Skip to content

Commit 8a7a4fe

Browse files
committedOct 17, 2024
Pre-release 0.25.85
1 parent 69d18ad commit 8a7a4fe

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+827
-1115
lines changed
 

‎.github/ISSUE_TEMPLATE/bug_report.md

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve GitHub Copilot for Xcode
4+
---
5+
6+
<!-- Please search existing issues to avoid creating duplicates -->
7+
8+
**Describe the bug**
9+
<!-- A clear and concise description of what the bug is. -->
10+
11+
**Versions**
12+
- Copilot for Xcode: [e.g. 0.25.0]
13+
- Xcode: [e.g. 16.0]
14+
- macOS: [e.g. 14.6.1]
15+
16+
**Steps to reproduce**
17+
1.
18+
2.
19+
20+
**Screenshots**
21+
<!-- Add screenshots or screen recordings to help explain your problem. -->
22+
23+
**Logs**
24+
<!-- Attach relevant logs from `~/Library/Logs/GitHubCopilot/` -->
25+
26+
**Additional context**
27+
<!-- Add any other context about the problem here. -->
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for GitHub Copilot for Xcode
4+
---
5+
6+
<!-- Please search existing issues to avoid creating duplicates -->
7+
8+
<!-- Describe the feature you'd like. -->

0 commit comments

Comments
 (0)