forked from Muse-AI-Generated-Art-Marketplace/Wuta-Wuta
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcreate_pr.bat
More file actions
20 lines (20 loc) · 805 Bytes
/
Copy pathcreate_pr.bat
File metadata and controls
20 lines (20 loc) · 805 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
@echo off
echo 🚀 Creating Pull Request for Wuta-Wuta Soroban Smart Contract...
echo.
echo 📋 PR Details:
echo - Repository: https://github.com/olaleyeolajide81-sketch/Wuta-Wuta.git
echo - Branch: feature/automated-testing-suite -> main
echo - Title: "🌟 Comprehensive Soroban Smart Contract for Wuta-Wuta AI Art Trading"
echo.
echo 🔗 Direct PR Link:
echo https://github.com/olaleyeolajide81-sketch/Wuta-Wuta/compare/main...feature/automated-testing-suite
echo.
echo 📝 Instructions:
echo 1. Click the link above or visit your forked repository
echo 2. Ensure you're on the 'feature/automated-testing-suite' branch
echo 3. Click 'Compare & pull request'
echo 4. Review and create the PR
echo.
echo ✅ All code has been successfully pushed to the forked repository!
echo.
pause