Skip to content

Commit be18dd7

Browse files
contribution guideline to branch off development
1 parent 74b7bff commit be18dd7

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

CONTRIBUTING.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,6 @@ rake
130130

131131
Generally, we follow the style guidelines as suggested by the official language. However, we ask that you conform to the styles that already exist in the library. If you wish to deviate, please explain your reasoning.
132132

133-
Generally, we follow the style guidelines as suggested by the official language. However, we ask that you conform to the styles that already exist in the library. If you wish to deviate, please explain your reasoning.
134-
135133
- [Community Driven Style Guide](https://github.com/bbatsov/ruby-style-guide)
136134

137135
Please run your code through:
@@ -159,7 +157,7 @@ Please run your code through:
159157
git pull upstream <dev-branch>
160158
```
161159

162-
3. Create a new topic branch (off the main project development branch) to
160+
3. Create a new topic branch off the `development` branch to
163161
contain your feature, change, or fix:
164162

165163
```bash
@@ -179,7 +177,7 @@ Please run your code through:
179177
5. Locally merge (or rebase) the upstream development branch into your topic branch:
180178

181179
```bash
182-
git pull [--rebase] upstream master
180+
git pull [--rebase] upstream development
183181
```
184182

185183
6. Push your topic branch up to your fork:
@@ -189,6 +187,6 @@ Please run your code through:
189187
```
190188

191189
7. [Open a Pull Request](https://help.github.com/articles/using-pull-requests/)
192-
with a clear title and description against the `master` branch. All tests must be passing before we will review the PR.
190+
with a clear title and description against the `development` branch. All tests must be passing before we will review the PR.
193191

194192
If you have any additional questions, please feel free to [email](mailto:dx@sendgrid.com) us or create an issue in this repo.

0 commit comments

Comments
 (0)