ManageIQ / manageiq-documentation

Documentation for the ManageIQ Management Platform
https://www.manageiq.org/docs/
Other
38 stars 113 forks source link

Origin/rsp v mware #1668

Closed Rajitha20H closed 2 years ago

Rajitha20H commented 2 years ago

Updating the link as per https://github.ibm.com/katamari/dev-issue-tracking/issues/25167

Rajitha20H commented 2 years ago

@miq-bot add-label najdorf/yes?

miq-bot commented 2 years ago

Checked commits https://github.com/Rajitha20H/manageiq-documentation/compare/2fb1ae11c0ceda9cd5108d17179b117645c571cf~...0ffda9f01df95e502d09844db5ce8559966d5782 with ruby 2.6.9, rubocop 1.19.1, haml-lint 0.35.0, and yamllint 0 files checked, 0 offenses detected Everything looks fine. :cake:

Fryguy commented 2 years ago

@Rajitha20H I think you are running into issues (like that whitespace change we don't want to merge) because you are creating your PRs on the same branch.

You should create a new branch for each independent change you want to make and you can use these steps.

git checkout master
# Assuming upstream is the name of the remote you have pointing to this repo:
git pull upstream master
git checkout -b new_feature_name
# Make changes
git add .
git commit -m "Description of changes"
# Assuming origin is the name of the remote you have pointing to your fork:
git push origin new_feature_name

cc @rwellon

Rajitha20H commented 2 years ago

Closing this pull request to address https://github.ibm.com/katamari/dev-issue-tracking/issues/24394 to add information about inbound rules.