[ ] 2. The process should be somewhat similar to the installation instructions for Linux and Mac
[ ] 3. Get it to work and document the process. I typically copy/paste the terminal outputs and inputs in ChatGPT and help it do the write up for me in a structure similar to how its written for Mac OS download instructions.
Notes/Tips:
before you create a new feature branch, make sure you pull the latest from staging and create a new local branch that starts with the name "feature-x-y-z"
In other words, the feature branch you create must start with the word "feature" followed by a "-"
once you make an initial commit to your new feature branch, you can push it remotely.
Then on GH, navigate to the PK-Docs repo, you will see the pop-up option to create a PR for this new branch you pushed remotely.
The PR template that you will fill out, will be for making the PR from the feature -> staging
In the PR template, where it says, this PR solves issue # x, you put that it solves this issue
Keep pushing your changes to the PR from your feature branch and when its ready to review, ping me.
we will then review the checklist of items in the PR template for us to then merge the changes to staging.
Tasks
Notes/Tips:
before you create a new feature branch, make sure you pull the latest from staging and create a new local branch that starts with the name "feature-x-y-z"
once you make an initial commit to your new feature branch, you can push it remotely.
Then on GH, navigate to the PK-Docs repo, you will see the pop-up option to create a PR for this new branch you pushed remotely.
The PR template that you will fill out, will be for making the PR from the feature -> staging
In the PR template, where it says, this PR solves issue # x, you put that it solves this issue
Keep pushing your changes to the PR from your feature branch and when its ready to review, ping me.