Skip to content
Hiroko Takamiya edited this page Jan 30, 2023 · 13 revisions

WORK IN PROGRESS (Jan. 17, 2023)

  1. If this is not your first time here, go to the next step. Otherwise run command git clone [email protected]:OpenLiberty/blogs.git on your machine.
  2. cd on your local machine to the blogs directory created by git clone
  3. git checkout prod
  4. git checkout -b <name-of-your-branch> to create a new feature branch
  5. Is there an existing directory for the language in under <your_root_directory>/blogs/tree/prod/posts?
    • If yes, continue to next step.
    • If no, create a new directory named after the language's code in the /posts directory.
  6. Place the adoc file into the new/existing language directory.
  7. Is the new post a translation of an existing post?
  8. Open a pull request from your feature branch that is targeting draft branch and Set the reviewer to Kin Ueng (@kinueng)
Clone this wiki locally