anhdt1911 / scraper

Backend service for simple google search result scrapper
0 stars 0 forks source link

[Chore] Make regular commits and merge code using pull requests #6

Open malparty opened 3 months ago

malparty commented 3 months ago

Issue

No branch or pull request was created during the project. The commit messages do not allow to retrieve what feature was implemented.

Expected

Using Pull Requests for each main feature/deliverable of the project, allowing yourself (and others) to review the code and keep focus on specific goals.

[!NOTE] Note that the usage of GitHub actions to build the project was taken into account as a positive side. :)

anhdt1911 commented 3 months ago

Suggestion noted!

I used to follow the workflow of creating a new branch and then initiating a pull request in my usual process as well. However, I feel that this process is a bit redundant for this repository since I am the only one working on it.

I acknowledge that my commit message is vague, which might confuse the code reviewer. Thank you for pointing it out. I will make sure to provide clearer commit messages in the future.