Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Forking and Pull Requests

hgupta9 edited this pageDec 2, 2015 ·1 revision

Simple Guide to Forking and Creating a Pull Request (PR) for the CefSharp project.

Style and Code Guidelines

Please read overhttps://github.com/cefsharp/CefSharp/blob/master/CONTRIBUTING.md (in particular from thePull Requests/feature branches section and on) to get a sense of coding style,biggest one to note is spaces instead of tabsalso for C++ which is not the default Visual Studio setting when starting out.

Basic Forking and PR Creation Steps

  • Fork CefSharp (view thehttps://github.com/cefsharp/CefSharp repository on GitHub, there is a button top right "Fork")
  • Clone a local copy of your fork using a Git client (URL will look something likehttps://github.com/username/CefSharp.git) or if you have GitHub Windows client, then just click the "Clone in Desktop" button on your CefSharp fork
  • Commit changes to your local copy
  • When you're happy, push your local changes to your fork
  • Visit your GitHub webpage (https://github.com/username/CefSharp), it will prompt you to create a pull request containing the changes you just made.
  • Review the PR before submitting, make sure the code looks consistent and no unnecessary changes were added.

Reference Articles

Git Clients

The GitHub windows client is probably the simplest interface, once your more comfortable there are many other Git client options available. The GitHub For Windows website has reasonable help, and it tightly integrates with GitHub of course.

Contributions to this guide are welcome! Please help fill in all the blanks.

Anyone with a GitHub account can edit this wiki, contributions are encouraged and welcomed.

Clone this wiki locally


[8]ページ先頭

©2009-2025 Movatter.jp