Skip to content

Commit ab8ee45

Browse files
ClanceyjmoseleycmcnallyCopilot
committed
Initial commit
Co-authored-by: Jeremy Moseley <jemoseley@microsoft.com> Co-authored-by: cmcnally <cmcnally@github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 parents  commit ab8ee45

7 files changed

Lines changed: 190 additions & 0 deletions

File tree

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
name: Bug report
2+
description: Report a bug or unexpected behavior in the GitHub App.
3+
type: Bug
4+
labels:
5+
- triage
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
Thank you for reporting a bug. Please share as much detail as you can so the team can triage it quickly.
11+
- type: input
12+
id: title
13+
attributes:
14+
label: Short summary
15+
description: A brief description of the problem.
16+
placeholder: App installation fails for one repository
17+
- type: input
18+
id: version
19+
attributes:
20+
label: Affected version or release
21+
description: Which app version, release tag, or build were you using?
22+
placeholder: v1.2.3
23+
- type: input
24+
id: installation_context
25+
attributes:
26+
label: Installation context
27+
description: Where is the app installed, and what scope was affected?
28+
placeholder: Installed on octo-org, affecting octo-repo
29+
- type: textarea
30+
id: description
31+
attributes:
32+
label: What happened?
33+
description: Describe the bug and the behavior you observed.
34+
- type: textarea
35+
id: steps_to_reproduce
36+
attributes:
37+
label: Steps to reproduce
38+
description: List the steps needed to reproduce the problem.
39+
placeholder: |
40+
1. Open ...
41+
2. Click ...
42+
3. Observe ...
43+
- type: textarea
44+
id: expected_behavior
45+
attributes:
46+
label: Expected behavior
47+
description: What did you expect to happen instead?
48+
- type: textarea
49+
id: additional_context
50+
attributes:
51+
label: Additional context
52+
description: Share any logs, screenshots, request IDs, or related details that could help.
53+
placeholder: |
54+
- Screenshot or screen recording
55+
- Relevant org, repo, or environment details
56+
- Any error messages or request IDs
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
name: Feature request
2+
description: Suggest an improvement for the GitHub App.
3+
type: Feature
4+
labels:
5+
- triage
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
Thank you for sharing an idea. Please describe the workflow and the problem you want the GitHub App to solve.
11+
- type: input
12+
id: title
13+
attributes:
14+
label: Feature summary
15+
description: A short description of the idea or workflow gap.
16+
placeholder: Add finer-grained installation controls
17+
- type: textarea
18+
id: problem
19+
attributes:
20+
label: What problem are you trying to solve?
21+
description: Describe the current pain point or limitation.
22+
- type: textarea
23+
id: proposed_solution
24+
attributes:
25+
label: Proposed solution
26+
description: Describe the behavior or capability you would like to see.
27+
- type: textarea
28+
id: impact
29+
attributes:
30+
label: Workflow impact
31+
description: Who is affected, and how would this improve the GitHub App workflow?
32+
- type: input
33+
id: installation_context
34+
attributes:
35+
label: Installation context
36+
description: If relevant, describe where the app is installed or which scope this request affects.
37+
placeholder: Organization install for octo-org
38+
- type: textarea
39+
id: additional_context
40+
attributes:
41+
label: Additional context
42+
description: Add mockups, examples, links, or related details here.

.github/commands/feedback.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
trigger: feedback
3+
title: "GitHub App Feedback"
4+
surfaces:
5+
- discussion
6+
description: Share your feedback on how the GitHub app is going.
7+
steps:
8+
- type: fill
9+
template: |-
10+
Post this after your first session with the GitHub app. Don't overthink it — we want your gut reactions!
11+
12+
If comfortable, please record yourself launching the app for the first time [optional]. Feel free to answer the questions below in your recording by talking out loud rather than writing it down – no need to repeat your answers if you've already answered them verbally. You may attach your video to the discussion comment, or provide a link to a video.
13+
14+
You've had a few days with the app now. We'd love to hear how things have evolved.
15+
16+
Again, please feel free to share recordings of specific, real workflows that involve the GitHub app. Talk out loud and feel free to answer the questions below verbally in the video or through written answers.
17+
18+
**1. What have you tried doing with the app so far (e.g., start a new project, review a PR, write code, etc.), and why?**
19+
20+
**2. What has been most useful about this app? What tasks is it particularly suited for?**
21+
22+
**3. How does this experience compare to other tools you use today (e.g., Copilot in your IDE, Claude Code, Codex)? What does the GitHub app do better or worse?**
23+
24+
**4. What is missing, or confusing, if anything?**
25+
26+
**5. What type of tasks do you still feel like you need to go to github.com or other tools for?**
27+
28+
**6. If you had a magic wand to make this app just right for you, what would you change?**

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.DS_Store

README.md

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
# GitHub app
2+
3+
The GitHub app is a desktop application for agent-driven development that brings parallel workstreams, GitHub integration, and PR lifecycle management into one place.
4+
5+
> **Availability:** The GitHub app is in public preview. Copilot Business and Enterprise subscribers have access today. Copilot Pro and Pro+ subscribers can [sign up for early access](https://gh.io/github-app).
6+
7+
![GitHub app](docs/readme-github-app.png)
8+
9+
## Introduction and overview
10+
11+
The GitHub app is a desktop application purpose-built for agent-driven development. It gives you a single place to direct AI agents across parallel workstreams, work with GitHub issues and pull requests, and manage the full development lifecycle—without context-switching between terminals, IDEs, and browser tabs.
12+
13+
The app is built on GitHub Copilot CLI and integrates natively with GitHub, so your repositories, branches, and CI pipelines work out of the box. It's designed for workflows where you want to run multiple agents in parallel and stay focused on directing work rather than doing it all yourself.
14+
15+
## Getting started
16+
17+
### Prerequisites
18+
19+
Make sure [Git](https://github.com/git-guides/install-git) is installed.
20+
21+
You'll also need an active [Copilot subscription](https://github.com/features/copilot/plans).
22+
23+
### Install
24+
25+
Download the app for your platform:
26+
27+
**Recommended**
28+
29+
- [Mac (Apple Silicon)](../../releases/latest/download/GitHub-darwin-arm64.dmg)
30+
- [Windows](../../releases/latest/download/GitHub-windows-x64-setup.exe)
31+
- [Linux](../../releases/latest/download/GitHub-linux-x64.AppImage)
32+
33+
**Alternate / older devices**
34+
35+
- [Mac (Intel)](../../releases/latest/download/GitHub-darwin-x64.dmg)
36+
- [Windows (ARM)](../../releases/latest/download/GitHub-windows-arm64-setup.exe)
37+
38+
You can also browse all builds on the [Releases](../../releases) page.
39+
40+
For setup and a walkthrough of your first session, see the [documentation](https://gh.io/github-app-docs).
41+
42+
## This repository
43+
44+
This repo is the public home for the GitHub app. Use it to:
45+
46+
- Download releases from the [Releases](../../releases) page
47+
- File bugs and feature requests
48+
- Join discussions
49+
- Read release notes in [`changelog.md`](./changelog.md)
50+
51+
The application source lives elsewhere; this repo is for releases, issues, and discussion.
52+
53+
54+
## Feedback and issues
55+
56+
Use the issue forms in this repository to report a bug or propose an improvement, join [Discussions](https://github.com/github/app/discussions/3), or send feedback from within the app. When filing an issue, please include:
57+
58+
- The app version
59+
- Your operating system and version
60+
- Steps to reproduce
61+
- Expected vs. actual behavior
62+
- Screenshots or logs
63+

changelog.md

Whitespace-only changes.

docs/readme-github-app.png

151 KB
Loading

0 commit comments

Comments
 (0)