File tree Expand file tree Collapse file tree 2 files changed +5
-10
lines changed Expand file tree Collapse file tree 2 files changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,7 @@ Think you've found a bug or have a new feature to suggest? Let us know!
14
14
15
15
## Reporting a Bug
16
16
17
- 1 . Make sure you have the latest version of the code, if possible, as we may have already fixed your bug. This
18
- project uses the [ git-flow branching model] ( https://github.com/nvie/gitflow ) so the latest changes will be in the
19
- develop` branch.
17
+ 1 . Make sure you have the latest version of the code, if possible, as we may have already fixed your bug.
20
18
21
19
2 . Search for similar issues. It's possible somebody has encountered this bug already.
22
20
@@ -67,9 +65,8 @@ Here's a quick guide:
67
65
2 . Commit your changes. If your pull request fixes an issue specify it in the commit message. Here's an example:
68
66
` git commit -m "Close #12 Fix passing of context" `
69
67
70
- 6 . Push to your fork and submit a pull request againt the ` develop ` branch (due to our use of the
71
- [ git-flow branching model] ( https://github.com/nvie/gitflow ) ). Please provide us with some explanation of why you made
72
- the changes you made. For new features make sure to explain a standard use case to us.
68
+ 6 . Push to your fork and submit a pull request againt the ` master ` branch. Please provide us with some explanation of
69
+ why you made the changes you made. For new features make sure to explain a standard use case to us.
73
70
74
71
We try to be quick about responding to tickets but sometimes we get a bit backlogged. If the response is slow, try
75
72
to find someone on IRC(#softlayer) to give the ticket a review.
Original file line number Diff line number Diff line change 2
2
3
3
This document captures the steps a project maintainer should follow when releasing a new version of this project.
4
4
5
- * Merge all desired pull requests into ` develop ` branch
6
- * Merge ` develop ` branch into ` master ` branch
5
+ * Merge all desired pull requests into ` master ` branch
7
6
* Run these commands:
8
7
* ` npm version x.x.x ` , where * x.x.x* is the Semantic Version of the changeset
9
8
* ` git push origin master `
10
9
* ` git push origin --tags `
11
10
* ` npm publish --registry http://registry.npmjs.org/ `
12
- * Note: ` --registry ` flag is workaround for occasional issues with default SSL url
13
- * Merge ` master ` branch into ` develop `
11
+ * Note: ` --registry ` flag is workaround for occasional issues with default SSL url
You can’t perform that action at this time.
0 commit comments