Skip to content

Commit ef1707d

Browse files
committed
chore: add issue templates
1 parent 3d7311a commit ef1707d

File tree

4 files changed

+157
-0
lines changed

4 files changed

+157
-0
lines changed
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
name: "🐞 Agent TARS Desktop Bug Report"
2+
description: "Report an issue with Agent TARS Desktop App"
3+
title: "[Bug Report]: "
4+
type: Bug
5+
labels: ["Agent TARS", "Bug"]
6+
body:
7+
- type: input
8+
attributes:
9+
label: Version
10+
description: |
11+
Please specify the version of Agent TARS you are using when encountering the issue.
12+
placeholder: e.g. 1.0.0
13+
validations:
14+
required: true
15+
- type: dropdown
16+
attributes:
17+
label: Model Provider
18+
description: |
19+
Select the planning model provider you were using when the issue occurred.
20+
options:
21+
- Anthropic
22+
- OpenAI
23+
- Azure OpenAI
24+
- Other (please specify in description)
25+
validations:
26+
required: true
27+
- type: dropdown
28+
attributes:
29+
label: Search Provider
30+
description: |
31+
Select the search provider you were using when the issue occurred.
32+
options:
33+
- Travily
34+
- Duckduckgo
35+
- Bing
36+
validations:
37+
required: true
38+
- type: textarea
39+
attributes:
40+
label: Problem Description
41+
description: |
42+
Please describe the issue, including both the expected behavior and the actual behavior. If possible, attach a link to relevant screenshots that illustrate the issue.
43+
placeholder: |
44+
Example:
45+
- Expected: The application should display search results.
46+
- Actual: The application shows an empty screen with no errors.
47+
[Attach actual screenshots here, if available.]
48+
validations:
49+
required: true
50+
- type: textarea
51+
attributes:
52+
label: Error Logs
53+
description: |
54+
Please provide the error logs. You can find them under Help -> View Logs in the application.
55+
placeholder: |
56+
Copy and paste the relevant logs here.
57+
validations:
58+
required: false
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
name: "🐛 UI TARS Desktop Bug Report"
2+
description: "Submit a bug report for the UI TARS Desktop App."
3+
title: "[Bug]: "
4+
type: Bug
5+
labels: ["UI TARS", "Bug"]
6+
body:
7+
- type: input
8+
attributes:
9+
label: Version
10+
description: "Please provide the version of UI TARS Desktop you are using."
11+
placeholder: "e.g., 1.0.0"
12+
validations:
13+
required: true
14+
- type: dropdown
15+
attributes:
16+
label: Model
17+
description: "Select the VLM being used when this issue occurred."
18+
options:
19+
- UI-TARS-2B-SFT
20+
- UI-TARS-7B-SFT
21+
- UI-TARS-7B-DPO
22+
- UI-TARS-72B-SFT
23+
- UI-TARS-72B-DPO
24+
validations:
25+
required: true
26+
- type: dropdown
27+
attributes:
28+
label: Deployment Method
29+
description: "Select the deployment method for UI TARS Desktop."
30+
options:
31+
- Cloud
32+
- Local
33+
validations:
34+
required: true
35+
- type: textarea
36+
attributes:
37+
label: Issue Description
38+
description: |
39+
Describe the issue in detail, including what you were expecting to happen, what actually happened, and any relevant screenshots (if available).
40+
placeholder: |
41+
Example:
42+
- Expected behavior: ...
43+
- Actual behavior: ...
44+
- Screenshots: <attach link or embed image>
45+
validations:
46+
required: true
47+
- type: textarea
48+
attributes:
49+
label: Error Logs
50+
description: |
51+
Include any relevant logs (e.g., Help -> Open Log File) that might help diagnose the issue.
52+
placeholder: "Paste your logs here."
53+
validations:
54+
required: false

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Announcing Agent TARS App (Preview)
4+
url: https://agent-tars.com/2025/03/18/announcing-agent-tars-app
5+
about: An open-source multimodal AI agent Offering seamless integration with a wide range of real-world tools.
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
name: '✨ Feature Request'
2+
description: Submit a new feature request for TARS
3+
title: '[Feature]: '
4+
type: Feature
5+
labels: ['Feature']
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
Thank you for submitting a new feature request! Before submitting, please note:
11+
12+
- Make sure you've searched in the [Issues](https://github.com/bytedance/UI-TARS-desktop/issues) and haven't found the same request.
13+
- You can discuss the feature in the [Discussions](https://github.com/bytedance/UI-TARS-desktop/discussions) first.
14+
15+
- type: dropdown
16+
id: project
17+
attributes:
18+
label: Which destkop app does this feature request relate to?
19+
description: Select the related desktop app for this feature request.
20+
options:
21+
- UI-TARS Desktop
22+
- Agent-TARS Desktop
23+
validations:
24+
required: true
25+
26+
- type: textarea
27+
id: description
28+
attributes:
29+
label: What problem does this feature solve?
30+
description: Please describe the use case for this feature.
31+
validations:
32+
required: true
33+
34+
- type: textarea
35+
id: api
36+
attributes:
37+
label: What does the proposed API or configuration look like?
38+
description: Describe the new API or configuration, and provide some code examples if possible.
39+
validations:
40+
required: true

0 commit comments

Comments
 (0)