Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Developer guide #16

Closed
wants to merge 2 commits into from
Closed

Update Developer guide #16

wants to merge 2 commits into from

Conversation

rupal-bq
Copy link
Contributor

@rupal-bq rupal-bq commented Jan 6, 2023

Signed-off-by: Rupal Mahajan [email protected]

Description

  • Add changes wrt new repo in Developer guide

Issues Resolved

[List any issues this PR will resolve]

Check List

  • New functionality includes testing.
    • All tests pass, including unit test, integration test and doctest
  • New functionality has been documented.
    • New functionality has javadoc added
    • New functionality has user manual doc added
  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: Rupal Mahajan <[email protected]>
Signed-off-by: Rupal Mahajan <[email protected]>
@rupal-bq rupal-bq marked this pull request as ready for review January 6, 2023 19:37
@rupal-bq rupal-bq requested a review from a team as a code owner January 6, 2023 19:37
git config core.sparseCheckout true
git checkout dev
git clone https://github.com/opensearch-project/dashboards-reporting.git plugins/dashboards-reporting
git checkout main
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure if it's intentional but the first command clones dashboards-reporting, the second command checks out main of dashboards core. also checkout main of reporting is not necessary since it's default

maybe

cd plugins
git clone https://github.com/opensearch-project/dashboards-reporting.git

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for catching this. It was not intentional. Please check #18

@rupal-bq
Copy link
Contributor Author

rupal-bq commented Jan 6, 2023

Changes to my branch are not reflecting here since the repo became public. Created this instead #18 from new fork.

@rupal-bq rupal-bq closed this Jan 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants