Skip to content

Commit b5ff47e

Browse files
authored
Update DEV_GUIDE.md
- codespell catches! Signed-off-by: Mackenzie Mathis <[email protected]>
1 parent 2a00f67 commit b5ff47e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/DEV_GUIDE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@ I recommend the following system for within-lab projects that have different lev
106106
- Review the current issues, PRs, and major milestones.
107107
- Self-assessment: are you blocking anyone? If so, work to fix that.
108108
- No one person is the gate-keeper for the project: work together
109-
2. **Get a review assigment system in place**
109+
2. **Get a review assignment system in place**
110110
- 🟥 Make a flag for **major dev/changes**: all users of the code should agree and sign off (git reviews), and this includes the PI.
111-
- 🟧 Make a flag for **user-needs**: this is needed to stop a block -- it might not be perfect, so make an issue to revist later. 1 sign off from another user, and go! 🚀
111+
- 🟧 Make a flag for **user-needs**: this is needed to stop a block -- it might not be perfect, so make an issue to revisit later. 1 sign off from another user, and go! 🚀
112112
- 🟩 Make a flag for **minor change**: not breaking, can be changed later, 1 sign off okay
113113

114114
### Git Workflow
@@ -229,8 +229,8 @@ We use the Google Style Guide: https://google.github.io/styleguide/
229229
- Group related functionality
230230
- Keep files focused and manageable
231231
- Follow the project's file structure
232-
- RECOMENDED: Maximum file length: 1000 lines
233-
- RECOMENDED: Maximum function length: 50 lines
232+
- RECOMMENDED: Maximum file length: 1000 lines
233+
- RECOMMENDED: Maximum function length: 50 lines
234234

235235

236236
### Automated Formatting

0 commit comments

Comments
 (0)