earthdaily / earthdaily-python-client

EarthDaily python client
https://earthdaily.github.io/earthdaily-python-client/
MIT License
11 stars 6 forks source link

Protect main branch #13

Closed robmarkcole closed 10 months ago

robmarkcole commented 10 months ago

Its possible to protect the main branch and enforce PRs via dev branch - not sure this is available on current GH plan. Not an issue currently but if we plan for more contributors its a good idea

nkarasiak commented 10 months ago

This branch nows need a pull request, you cannot push anymore directly to main . So every code suggestion should be made if possible on dev or another specific branch. But one thing to ensure a code reliability is to pull only if some github actions succeeded (like documentation, unit test...). When we will have unit tests it'll be the time to do it.