Creating a Pull Request
Introduction
In this document, you will learn how to create a pull request for any City Skylines repository. Pull requests are a way to propose changes to the repository maintained by the City Skylines Wiki team. By following the steps outlined in this document, you will be able to create a pull request that will be reviewed by the maintainers of the repository.
Steps to Create a Pull Request
- Create a Pull Request using the GitHub interface, by clicking on the "New pull request" button on the repository page.
- Select the branch that contains the changes you want to merge into the base branch. The base branch is the branch you want to merge the changes into.
- Review the changes in the pull request and provide a title and description for the pull request.
- Assign reviewers to the pull request by clicking on the "Reviewers" button and selecting the reviewers from the list.
- Assign appropriate labels to the pull request by clicking on the "Labels" button and selecting the labels from the list.
- Click on the "Create pull request" button to submit the pull request for review.
Once you have submitted the pull request, it will go through a review process before it is merged into the repository.
Pull Request Review Process
Once you have submitted a pull request, it will go through a review process before it is merged into the repository. The review process consists of the following steps:
- Reviewers will review the changes in the pull request and provide feedback.
- Reviewers may request changes to be made to the pull request before it can be merged.
- Once the changes have been made, the pull request will be re-reviewed by the reviewers.
- If the pull request is approved, it will be merged into the repository.