This commit is contained in:
Sridhar Ratnakumar 2025-10-13 17:33:39 -04:00
parent 7ce37d7a8a
commit fc2ac06808

View file

@ -13,6 +13,11 @@ Create and open a draft pull request on GitHub for the current branch.
2. **Generate PR Content**
- Create a descriptive title that summarizes the changes
- Generate a comprehensive description with:
- A GitHub note indicating the description is LLM-generated:
```markdown
> [!NOTE]
> This PR description was initially generated by an LLM.
```
- A brief summary paragraph at the top
- **User-Facing Changes**: What end-users will notice or experience
- **Developer Notes**: Technical details, implementation notes, or items of interest to other developers
@ -38,16 +43,21 @@ Create and open a draft pull request on GitHub for the current branch.
## Example Output Format
```
```
PR Title: Add new authentication system
PR Description:
> [!NOTE]
> This PR description was initially generated by an LLM and may require review.
This PR introduces a modern OAuth-based authentication system alongside improved password management, enhancing both security and user experience.
## User-Facing Changes
- Users can now log in using OAuth providers (Google, GitHub)
- Improved password reset flow with better email notifications
```
- Session timeout increased from 1 hour to 24 hours
## Developer Notes