-
Navigate to the forked repository.
-
Above the list of files, in the yellow banner, click the Compare & pull request button to create a pull request for the associated branch.
-
Next, set "base repository" to
klayrhq/app-registry
andbase
tomain
. -
Next, select your own repository as the
head repository
from the drop-down and setcompare
to the branch containing your changes. -
Type a title and description for your pull request.
-
On user-owned forks, if you want to allow anyone with push access to the upstream repository to make changes to your pull request, select Allow edits from maintainers.
-
To create a pull request that is ready for review, click Create Pull Request. To create a draft pull request, use the drop-down and select Create Draft Pull Request, then click Draft Pull Request.
Note: Please make sure to validate your PR to ensure that all GitHub Actions checks are passing. This will help ensure that your changes meet the project's quality standards and do not introduce any errors or issues.