nbktechworld / full-stack-web-dev

6 stars 13 forks source link

Added guidelines for contributing to the repo at the bottom of README.md #68

Closed martinsliz closed 3 months ago

martinsliz commented 3 months ago

Resolve #26 - I added a section called "Contributions" to the end of the README. It lists three best practices for contributing to this repo and other open source projects.

nbkhope commented 3 months ago

At first glance, a reviewer doesn't know which specific issue number this is targeting. Usually we should add

Resolve #123

in the beginning of the pull request description (not title), so that the pull request is linked to the issue. Replace 123 with the actual issue number this pull request addresses.