You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have some missing instructions in the MAINTAINERS.md. You need to run pipenv install --deploy --ignore-pipfile --dev in order to setup your environment, and you need to push to a feature branch and open a PR for releases because we have a branch policy that prevents directly pushing to main.
Also, currently the instructions have you push the v tag to the feature branch, but we don't want this. It should only get pushed to the main branch.
The text was updated successfully, but these errors were encountered:
Summary of the issue
We have some missing instructions in the
MAINTAINERS.md
. You need to runpipenv install --deploy --ignore-pipfile --dev
in order to setup your environment, and you need to push to a feature branch and open a PR for releases because we have a branch policy that prevents directly pushing tomain
.Also, currently the instructions have you push the
v
tag to the feature branch, but we don't want this. It should only get pushed to themain
branch.The text was updated successfully, but these errors were encountered: