Skip to content

Commit c6a5737

Browse files
authored
Update BoD notes procedure with PR step
Added a step for creating a pull request after committing changes.
1 parent d5b556a commit c6a5737

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/staff-docs/procedures/bod-notes.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ If you have something you want to talk about at BoD, you should note it down on
1515
- Name the file YYYY-MM-DD.md
1616
- Copy the contents from docs/bod/template into the new file.
1717
- If you're editing the BoD notes on an existing branch, there should already be a file named YYYY-MM-DD.md for you to select. Then, click the pencil icon in the top right corner.
18-
4. Make your additions to the file, then click "Commit changes...", add a short commit message ("add topic to bod notes" is fine), and click "Commit changes". And you're done!
19-
18+
4. Make your additions to the file, then click "Commit changes...", add a short commit message ("add topic to bod notes" is fine), and click "Commit changes".
19+
5. Create a pull request and get it merged!
2020

2121
## CLI
2222

@@ -26,7 +26,9 @@ If you have something you want to talk about at BoD, you should note it down on
2626
4. `git add --all`
2727
5. `git commit -m "update bod notes"`
2828
6. `git push`
29+
7. Go create a PR for the branch on github, either using GitHub Cli or on the website.
2930

30-
## My branch is out-of-sync with the main branch
31+
## FAQ
32+
### My branch is out-of-sync with the main branch!
3133

3234
Do steps 1-2 of the CLI guide, then run `git pull`, `git rebase origin/main`, and `git push --force`.

0 commit comments

Comments
 (0)