sophie-glk / bang

A firefox addon which adds bangs (known from duckduckgo) to various search engines.
MIT License
46 stars 5 forks source link

Use branches to keep your code clean #3

Closed babastienne closed 4 years ago

babastienne commented 4 years ago

More a suggestion than a issue :

I recommand you to work with gitflow in order to keep your code clean and working.

When the feature is done and fully tested the branch feature/name_of_the_feature is merged on develop. When the new version of the code is put in production the branch develop is merge into master.

This is a "simplified" version of gitflow that I stated here. For more informations about gitflow I strongly recommand you to look at those two links :

Using branches on github is definitely the best practise to respect if you want to avoid loosing code or introduce bugs.

Anyway, if you don't care you can just ignore this issue. 😄