Initial commit · github/app@ab8ee45 · GitHub
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
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

changelog.md

Whitespace-only changes.

docs/readme-github-app.png

151 KB
Loading

0 commit comments

Comments
 (0)