Skip to content

Organize repositories #129902

Discussion options

You must be logged in to vote

Hello,
it depends on project and organization structure etc.
In my opinion the most important things to configure are:

  1. Clear repository naming: Use semantic name.
  2. Branch management: Define a clear main branch and use feature branches for development.
  3. Issue tracking: Utilize issues to track tasks, bugs, and enhancements.
  4. Pull requests: Establish guidelines for code reviews and merging changes.
  5. Documentation: Maintain a comprehensive README and project wiki for new contributors etc.
  6. Project boards: Organize tasks with project boards (e.g., To Do, In Progress, Done).
  7. Access control: Manage permissions and access rights effectively.
  8. Regular maintenance: Clean up unused branches and archive o…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by danisoaresl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Repositories The core of version-controlled code storage General
3 participants