📘
Engineering Communications Program Team Projects
Open Source Guide
Open Source Guide
  • Welcome
  • Creators
    • Reasons to create
    • Create a repository
      • Set up documentation
        • README
        • CONTRIBUTING
        • License
    • Name your project
    • Build a community
      • Communication Mediums
        • Mass Notifications
        • Formal Exchanges
        • Real-Time Messaging
      • Code of Conduct
    • Additional Resources
  • Contributors
    • Reasons to contribute
    • Find a project
      • GitHub Trending
    • Ways to contribute
    • Choose an issue
    • Read supporting documentation
    • Git Workflow
      • Fork a project
      • Create a branch
      • Add a commit
      • Submit a pull request
      • Review code
Powered by GitBook
On this page
  1. Contributors
  2. Git Workflow

Submit a pull request

PreviousAdd a commitNextReview code

Last updated 3 years ago

After you have committed your changes, the next step is to submit a pull request for review.

Click on "New pull request" to open a pull request.

Make sure you document your changes in the text box. When you are finished, click "Create Pull Request" to submit your changes for review.

Example of a pull request page