kamilgadek / to_do_list_kamilg

1 stars 0 forks source link

refactor(home): remove duplicated file #20

Closed kamilgadek closed 2 months ago

kamilgadek commented 2 months ago

I have two files with list items so i remove one from home view.

mszakacz commented 2 months ago

@kamilgadek approved

Just a small tip to the PR name.

build keyword is for app building (like ios or android). In this case refactor will be best. Also the feature is home, not home view. And please remember about the semi column (:).

So the right PR name may be: refactor(home): remove duplicated file

You can change it here by clicking Edit at the top of this page (PR Conversation)

Thanks