Contains a file with random names and a powershell script that reads the file and prints its line using Hello {0}!
template.
For pull requests you can add/change the names and modify the code in the script.
- Clone/Pull repository
- Switch to branch you want to apply changes to
- Create a new branch
- Make (commit) changes
- Push the branch to origin
- Create a pull request. "base" branch is a "to" branch (theirs), "compare" branch is a "from" branch (yours)
- Write a title and description about changes
- Resolve review comments when someone reviews the PR
- When everything is okay and reviewed, merge the PR (or let the owner do it)