Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
---
name: Bug report
about: Create a report to help us improve
about: Report a reproducible Pointer problem
title: ''
labels: ''
labels: bug
assignees: ''

---

<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- 🔎 Search existing issues to avoid creating duplicates. -->
<!-- 🧪 Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ -->
<!-- 💡 Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. -->
<!-- 🔧 Launch with `code --disable-extensions` to check. -->
Does this issue occur when all extensions are disabled?: Yes/No
<!-- Search existing issues before filing a new one. Do not include secrets, tokens, or private logs. -->

<!-- 🪓 If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. -->
<!-- 📣 Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. -->
- VS Code Version:
- OS Version:
- Pointer Version:
- Build type: Installer / ZIP / Dev
- OS Version:
- Architecture: x64 / arm64
- Does this reproduce with extensions disabled?: Yes / No

Steps to Reproduce:

1.
1.
2.

Expected Result:

Actual Result:

Logs, screenshots, or additional context:
12 changes: 6 additions & 6 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: Question
url: https://stackoverflow.com/questions/tagged/visual-studio-code
about: Please ask and answer questions here.
- name: Extension Development
url: https://github.com/microsoft/vscode-discussions/discussions
about: Please use this for extension development questions and ideas.
- name: Pointer Discussions
url: https://github.com/PointerIDE/Pointer/discussions
about: Ask questions, share ideas, and get community help for Pointer.
- name: Security report
url: https://github.com/PointerIDE/Pointer/security/advisories/new
about: Please report suspected vulnerabilities privately.
21 changes: 12 additions & 9 deletions .github/ISSUE_TEMPLATE/copilot_bug_report.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,26 @@
---
name: Copilot Bug report
about: Create a report to help us improve Copilot's chat interface in VS Code
name: AI feature bug report
about: Report a Pointer AI, chat, or agent workflow issue
title: ''
labels: chat-ext-issue
labels: ai, bug
assignees: ''

---

<!-- Please search existing issues to avoid creating duplicates -->
<!-- Please attach logs to help us diagnose your issue -->
<!-- Search existing issues first. Do not include API keys, access tokens, prompts containing secrets, or private repository content. -->

- Copilot Chat Extension Version:
- VS Code Version:
- Pointer Version:
- Build type: Installer / ZIP / Dev
- OS Version:
- Feature (e.g. agent/edit/ask mode):
- Selected model (e.g. GPT 4.1, Claude 3.7 Sonnet):
- Feature: Chat / Agent / Inline completions / Other
- Provider or extension involved:
- Logs:

Steps to Reproduce:

1.
2.

Expected Result:

Actual Result:
20 changes: 14 additions & 6 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
---
name: Feature request
about: Suggest an idea for this project
about: Suggest a Pointer improvement
title: ''
labels: ''
labels: feature-request
assignees: ''

---

<!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- Please search existing issues to avoid creating duplicates. -->
<!-- Search existing issues first so we can keep related feedback together. -->

<!-- Describe the feature you'd like. -->
## Problem

What workflow or limitation should Pointer improve?

## Proposed Solution

What would you like to happen?

## Alternatives

What have you tried or considered?
Loading
Loading