OpenCodeFoundation / asset-manager

The Asset Manager is an Open Source Asset Management System. Asset Manager was made for IT asset management, to enable IT departments to track who has which laptop, when it was purchased, which software licenses and accessories are available, and so on.
http://asset-manager.azurewebsites.net
MIT License
32 stars 17 forks source link

Delete unnecessary branches #20

Closed ratanparai closed 6 years ago

ratanparai commented 6 years ago

I'm submitting a...


[ ] Bug report  
[ ] Performance issue
[ ] Feature request
[ ] Documentation issue or request
[x] Other... Please describe:

Current behavior

There are lot of unnecessary branches.

Expected behavior

Every PR should be from different branch and after Merging the PR you should delete that branch. To do so click the Delete branch button.

Example - Go to PR #18 and see there is a button named Delete branch before the comment box in the bottom. you should press this button every time you merge PR.

What is the motivation / use case for changing the behavior?

Unnecessary information is evil. If changes from any branch is already merged to the master bannch then there is no need for the branch to exists. So delete it and save the world

aftabkajal commented 6 years ago

Delete done unnecessary Branch. close #20