Skip to content

Instantly share code, notes, and snippets.

@nikki-pru
Created January 9, 2020 20:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nikki-pru/49c01235418849040aeed60e89e42392 to your computer and use it in GitHub Desktop.
Save nikki-pru/49c01235418849040aeed60e89e42392 to your computer and use it in GitHub Desktop.
Sending in a PR for qa-docs
# Create your commits (you can do this on Atom)
# On Terminal, check that your commits are there (git log -1)
# Push your branch to your origin (git push origin {branchName} | example: git push origin LRQA-54912)
# On your browser, go to your forked liferay-qa-docs repo (example: https://github.com/nikki-pru/liferay-qa-ee/tree/liferay-qa-docs)
# Select the branch you want to send in on the Branch dropdown (should be under where it says the number of commits)
# Next to the dropdown is an option to send in a New pull request. Click that. It should take you to where it says "Comparing changes"
## The base repository should be: liferay/liferay-qa-ee
## The base (branch) should be: liferay-qa-docs
## The head repository should be: {you}/liferay-qa-ee
## The compare branch should be the branch you want to send in
# Change the title (usually ticket number and a short description | example: LRQA-54912 TCServer docs)
# Add a comment (usually the link to the ticket number | example: http://issues.liferay.com/browse/LRQA-54912
# Click on Create Pull Request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment