generated from wr-projects/github-template
-
Notifications
You must be signed in to change notification settings - Fork 0
fork a repository
wrprojects-wiki[bot] edited this page Dec 27, 2022
·
1 revision
This self-service PR workflow is intended for WRProjects developers requesting repository forks into the organization, to enable upstream contributions to existing open source projects.
You must already be a member of WRProjects organization.
💡 If you need access, please refer to internal WRProjects OSPO Documentation on adding yourself to the.
-
Clone this
osporepository, and create a new branch titledfork-repo-<REPO-NAME>, where<REPO-NAME>represents the name of the repository you wish to fork. - Create a new YAML file (
.yml) based on the same repository (eg.first-project.yml) under therequests/fork/directory. - Using the example below or linked here, provide the required details in your newly-created YAML file, and commit the changes to your branch:
--- # Save this file as: 'requests/fork/<REPO-NAME>.yml'
github_user: octotat # Your personal GitHub Account name (eg. 'octocat' from https://github.com/octocat)
repo_owner: wr-projects # The name of the org / account that owns repository you wish to fork (eg. 'wr-projects' from https://github.com/wr-projects)
repo_name: first-project # The name of the repository that you wish to fork (eg. 'first-project' from https://github.com/wr-projects/first-project)
admin_perms: false # Whether or not you require administrator permission for the repository you are forking (eg. 'true')- Once you've pushed up your changes, you're ready to open a Pull Request using the
Fork a repositoryPR template. If you're not sure how to do this, navigate to the Pull Request page onospoand make sure your branch is selected in thecomparemenu before hittingCreate pull request: