-
Fork a copy of the kent-map/kent Github repository into your own Github account.
-
After forking the repository, configure your forked repository to operate as a Github Pages website. This is accomplished by selecting the
Settings
option from the menu at the top of the repository home page. From the settings page select thePages
option from the left sidebar menu. In thesettings/pages
page, selectmain
from theBranch
pull-down menu and then press theSave
button. -
After completing the steps above it may take a minute or two for the configured website to become active. Once it is active you will have a fully functioning clone of the Kent Maps web site running from your forked copy. The url will be
https://YOUR_GITHUB_USERNAME/github.io/kent
Make desired additions and/or modifications in your forked copy of the kent repository. These changes can be viewed using the Github pages website configured for your repository. For instance, if a new essay (named my-new-essay
) was added was added to the repository root, it would be viewed at the URL https://YOUR_GITHUB_USERNAME/github.io/kent/my-new-essay
.
Note that changes made in the repository can take up to a minute or more to become active in the Github Pages website.
After changes have been made and tested using the Github Pages server, they may be contributed back to the main Kent Maps project. This is accomplished by submitting a pull request to the kent-map/kent
repository administrators.
- A pull request is initiated using the
Contribute
pull-down menu found on the home page of your forked repository. From theContribute
pull-down menu selectOpen pull request
. From the next page selectCreate pull request
. This will take you to aCompare changes
page that will identify the changes to be included in the pull request, and subsequently applied to thekent-map/kent
repository if approved by a Kent Maps project administrator. - From the
Compare changes
page make any needed changes. Once you're satisfied that the changes to be proposed are correct, select theCreate pull request
button located in the top-right portion of the page. - In the
Open a pull request
page, update the title and description to reflect the changes that are being proposed in the request. Once that has been accomplished, submit the pull request by pressing theCreate pull request
button.
That's it. Your proposed changes have been submitted to the Kent Maps project administrators for inclusion in the site.