mirror of
https://github.com/runelite/plugin-hub.git
synced 2025-12-23 14:39:11 -05:00
readme: update pr instructions
This commit is contained in:
@@ -96,10 +96,10 @@ git remote add upstream https://github.com/runelite/plugin-hub.git
|
||||
|
||||
git fetch upstream
|
||||
git checkout -B <your-plugin-name> upstream/master
|
||||
# update commit= in plugins/<your-plugin>
|
||||
git add plugins/<your-plugin>
|
||||
git commit -m "update <your-plugin>"
|
||||
git push
|
||||
# update commit= in plugins/<your-plugin-name>
|
||||
git add plugins/<your-plugin-name>
|
||||
git commit -m "update <your-plugin-name>"
|
||||
git push -f -u origin <your-plugin-name>
|
||||
```
|
||||
|
||||
Then create a pull request from within the GitHub UI, or using the GitHub CLI via `gh pr create -w`.
|
||||
|
||||
Reference in New Issue
Block a user