Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,12 @@ firefox https://github.com/fire2a/C2F-W/compare/main...my-feature-branch
- the best code/document is not the smartest one, but the most legible
- write/name everything as for your future self, when you'd forgotten about it & context
- avoid typing errors by typing as little as possible vs copy/paste
- avoid using unclear variable names, acronyms are usually unclear

## our github organization
1. Every team member has write as default privileges. Be respectful of other people branches
2. When creating a new public repo (can't be done with private), create a protection rule for the main branch:
- requiring pull requests
- disallowing push
<img src="https://github.com/user-attachments/assets/573f21f8-b666-4164-9baa-9bc511051c0b" alt='cannot load image' width="400px" >
3. When opening a pull request, link it to the corresponding issue and explain your code's expected result