Sha256: 9f16cddc66fcbe750ff9cd721051ce0e9d5f02228c67e6ddbd0f8e345b26ad64

Contents?: true

Size: 948 Bytes

Versions: 98

Compression:

Stored size: 948 Bytes

Contents

# Branch naming convention

## Branch naming

> Please note for new pull requests create new branches from current `develop` branch only.

Branch name should include type of your contribution and context. Please follow next pattern for naming your branches:

```bash
feature/add-some-feature
technical/some-technical-improvements
bugfix/fix-some-bug-name
```

## Before PR actions

### Squash commits

Please squash all branch commits into the one before openning your PR from your fork. It's simple to do with the git:

```bash
git rebase -i [hash your first commit of your branch]~1
git rebase -i 6467fe36232401fa740af067cfd8ac9ec932fed2~1 # example
```

### Add commit description

Please complete your commit description folowing next pattern:

```
Technical/Add info files # should be the same name as your branch name

* Added license, changelog, contributing, code of conduct docs
* Added GitHub templates
* Updated project license link
```

Version data entries

98 entries across 98 versions & 6 rubygems

Version Path
truemail-3.0.2 .github/BRANCH_NAMING_CONVENTION.md
smtp_mock-1.3.0 .github/BRANCH_NAMING_CONVENTION.md
truemail-3.0.1 .github/BRANCH_NAMING_CONVENTION.md
truemail-rspec-1.0.0 .github/BRANCH_NAMING_CONVENTION.md
truemail-3.0.0 .github/BRANCH_NAMING_CONVENTION.md
truemail-2.7.5 .github/BRANCH_NAMING_CONVENTION.md
truemail-rspec-0.9.2 .github/BRANCH_NAMING_CONVENTION.md
rom-mongodb-0.1.3 .github/BRANCH_NAMING_CONVENTION.md
smtp_mock-1.2.2 .github/BRANCH_NAMING_CONVENTION.md
dns_mock-1.5.5 .github/BRANCH_NAMING_CONVENTION.md
truemail-2.7.4 .github/BRANCH_NAMING_CONVENTION.md
dns_mock-1.5.4 .github/BRANCH_NAMING_CONVENTION.md
smtp_mock-1.2.1 .github/BRANCH_NAMING_CONVENTION.md
smtp_mock-1.2.0 .github/BRANCH_NAMING_CONVENTION.md
rom-mongodb-0.1.2 .github/BRANCH_NAMING_CONVENTION.md
rom-mongodb-0.1.1 .github/BRANCH_NAMING_CONVENTION.md
rom-mongodb-0.1.0 .github/BRANCH_NAMING_CONVENTION.md
truemail-2.7.3 .github/BRANCH_NAMING_CONVENTION.md
dns_mock-1.5.3 .github/BRANCH_NAMING_CONVENTION.md
smtp_mock-1.1.0 .github/BRANCH_NAMING_CONVENTION.md