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
No one except from @alcarney works on those branches.
If you want to work on a feature, do the following:
Open an issue on github
Create a branch on your local copy from dev ( git checkout dev; git pull origin dev; git checkout -b dev
Work on the feature on that branch.
Push that feature to github (on the same branch: DO NOT PUSH TO MASTER OR DEV)
Have a discussion on the issue
Once things are ready they @alcarney will merge in to dev
After some time and once we know that's stable dev gets merged in to master.
If at some point we cannot stick to these rules organically we will find a way to restrict push and write access. If you're at any point confused, just ask. Things can always be reverted if they have to be.
We need a list of rules that must be followed when working on this, such as
The text was updated successfully, but these errors were encountered: