mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 23:14:57 +08:00
pr: note
This commit is contained in:
parent
7ce37d7a8a
commit
fc2ac06808
1 changed files with 10 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue