Skip to content

Commit 35bad1b

Browse files
tweakssss
1 parent d113549 commit 35bad1b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,22 +139,21 @@ uv run nox --session test -- --integration
139139

140140
#### Setting up a Test GitHub App
141141

142-
1. Create a new GitHub App:
142+
1. Create a new GitHub App.
143143
- Go to GitHub Developer Settings > GitHub Apps > New GitHub App
144144
- Name: `@<username> - django-github-app tests` (must be unique on GitHub, max 34 characters)
145145
- Homepage URL: Your fork's URL (e.g., `https://github.com/<username>/django-github-app`)
146146
- Webhooks: Disable by unchecking "Active" (no webhook tests currently implemented)
147147
- Permissions:
148148
- Repository: Metadata (Read-only)
149149
- Installation: "Only on this account"
150-
151150
2. After creation, collect these values:
152151
- App ID (from app settings)
153152
- Client ID (from app settings)
154153
- Private key (generate and download)
155154
- Installation ID (from URL after installing: `https://github.com/settings/installations/<ID>`)
156155

157-
3. Configure environment variables:
156+
3. Configure environment variables.
158157

159158
Using direnv (recommended):
160159

0 commit comments

Comments
 (0)