introduce contributing doc + main branch convention (#84)

This commit is contained in:
Marc Garreau
2023-04-25 14:45:59 -06:00
committed by pacrob
parent 28dbedcbfa
commit da9b95f37c
6 changed files with 200 additions and 9 deletions

View File

@ -74,8 +74,8 @@ notes: check-bump
git commit -m "Compile release notes"
release: check-bump clean
# require that you be on a branch that's linked to upstream/master
git status -s -b | head -1 | grep "\.\.upstream/master"
# require that you be on a branch that's linked to upstream/main
git status -s -b | head -1 | grep "\.\.upstream/main"
# verify that docs build correctly
./newsfragments/validate_files.py is-empty
make build-docs