- Pull requests titles must start with the project id in uppercase - eg. B0
- They should be of the form: "B0 Example - update front matter" (rather than "Project Update")
- for each pull requests, two checks are performed:
- does hugo build
- if the PR only contains files in the project folder, and the project folder name is of the form b0-example (all lowercase letters)
-
create a branch. Having your changes in a branch makes it much easier to sync with upstream/main.
git checkout -b b0_example_changes_01
-
edit your page
-
commit and push the changes in your branch to your clone
-
open a pullrequest from see #344 for an example.
-
until the PR has been merged, you can amend it by pushing changes to your clone.
-
after the PR has been merged, update the main branch in your clone and fork. (see ./update.md)
-
create a new branch for new changes.
(you can or cannot delete the old branch used for the first pull request.)