Redback-Operations / redback-documentation

Docusaurus instance for Redback Operations documentation
MIT License
1 stars 55 forks source link

Encourage small PRs often + single concern PRs #73

Closed doubleedesign closed 2 months ago

doubleedesign commented 2 months ago

Last trimester, two issus we had in web dev were:

  1. not seeing any PRs until the last third or so of the trimester, and
  2. those PRs being very large and often not cohesive with others' work (e.g., students building entire websites alone and not submitting anything until the final weeks).

A third minor, but still not ideal, scenario was students submitting PRs that covered more than one thing, such as multiple distinct Redback UI components.

These doc changes explicitly request that students submit small PRs often, and keep each PR limited to a single discrete feature/change/bugfix.

MorgaineBarter commented 2 months ago

agreed, thank you for adding this to the documentation