rocket-connect / graphql-debugger

Debug your GraphQL server.
https://graphql-debugger.com
MIT License
83 stars 3 forks source link

Repository Management #24

Open Tohaker opened 12 months ago

Tohaker commented 12 months ago

With multiple developers contributing, we should have some rules in place to ensure the main branch stays clean and tidy. I have some suggestions based on previous experience, very much open to discussion though;

danstarns commented 12 months ago

I totally agree with all these points.

Till now it's just been myself and so now it needs these listed to make it easier for everyone to contribute.

danstarns commented 12 months ago

I have added the necessary protection to the main branch and so now PRs require those checks.

Plus squash is now the only allowed option.

Tohaker commented 11 months ago

Added a new requirement - auto deleting branches after they've been merged. Helps keep the branches clean

carbonrobot commented 11 months ago

Since you are already using Github Actions, consider using Changests with its automated Github Action.