Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 1.08 KB

File metadata and controls

37 lines (29 loc) · 1.08 KB

Commands to Create Pull Request

Step 1: Add Your Fork as Remote

Replace YOUR_USERNAME with your actual GitHub username:

git remote add fork https://github.com/YOUR_USERNAME/stellarlend-contracts.git

Step 2: Push to Your Fork

git push fork feature/governance-audit-log-final

Step 3: Create Pull Request on GitHub

  1. Go to your fork: https://github.com/YOUR_USERNAME/stellarlend-contracts
  2. Click "Pull requests" tab
  3. Click "New pull request"
  4. Select feature/governance-audit-log-final as compare branch
  5. Set base to main
  6. Fill in PR details (see PR_DESCRIPTION.md)

Example Commands

# Example with your username (replace with actual username)
git remote add fork https://github.com/Kenlachy/stellarlend-contracts.git
git push fork feature/governance-audit-log-final

Current Status

  • ✅ Branch: feature/governance-audit-log-final is ready
  • ✅ All changes committed and tested
  • ✅ Documentation complete
  • ✅ Ready for push to fork and PR creation

Run these commands in your terminal to complete the PR creation process!