Skip to content

Describe repository rules and guideliness #10

@bitphage

Description

@bitphage

Write CONTRIBUTING section or separate document with description how developers should provide contributions.

  • No force push allowed to master and release branches
  • Perform your work in feature branches. Before creating a PR, rebase your changes on top of the base branch. History in the base branch thus should be fast-forward
  • Branch naming for features and fixes should be in viz-000-description format, where 000 is an issue id
  • "Release branch" is a branch where PRs from tip branches are going, for example viz-v0.19. When code is ready for release, a tag objects should be created pointing to a commit in release branch
  • Releases must contain previous tag in their history to preserve consistency
  • Avoid direct commits into master and release branches. Use PRs instead which must be approved by another commiter
  • Delete original branches and tags (except ones we will use as starting point)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions