You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -87,14 +87,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
87
87
### BREAKING Change
88
88
-[Pull #14](https://github.com/sendgrid/java-http-client/pull/14): Make response have private variables
89
89
- Fixed [Issue #12](https://github.com/sendgrid/java-http-client/issues/12): The public Response variables should be private
90
-
- The breaking change is that variables that were public are now private and accessable only via getters and setters
90
+
- The breaking change is that variables that were public are now private and accessible only via getters and setters
91
91
- BIG thanks to [Diego Camargo](https://github.com/belfazt) for the pull request!
92
92
93
93
## [3.0.0] - 2016-10-06
94
94
### BREAKING Change
95
95
-[Pull #15](https://github.com/sendgrid/java-http-client/pull/15): Update the request object with sensible defaults and access methods
96
96
- Fixes [Issue #13](https://github.com/sendgrid/java-http-client/issues/13): Update the Request object with sensible defaults and access methods
97
-
- The breaking change is that variables that were public are now private and accessable only via getters and setters
97
+
- The breaking change is that variables that were public are now private and accessible only via getters and setters
98
98
- BIG thanks to [Diego Camargo](https://github.com/belfazt) for the pull request!
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
Hello! Thank you for choosing to help contribute to one of the SendGrid open source projects. There are many ways you can contribute and help is always welcome. We simply ask that you follow the following contribution policies.
1
+
Hello! Thank you for choosing to help contribute to one of the SendGrid open source projects. There are many ways you can contribute and help is always welcome. We simply ask that you follow the following contribution policies.
2
2
3
3
-[Feature Request](#feature-request)
4
4
-[Submit a Bug Report](#submit-a-bug-report)
@@ -9,7 +9,7 @@ Hello! Thank you for choosing to help contribute to one of the SendGrid open sou
9
9
-[Creating a Pull Request](#creating-a-pull-request)
10
10
-[Code Reviews](#code-reviews)
11
11
12
-
We use [Milestones](https://github.com/sendgrid/java-http-client/milestones) to help define current roadmaps, please feel free to grab an issue from the current milestone. Please indicate that you have begun work on it to avoid collisions. Once a PR is made, community review, comments, suggestions and additional PRs are welcomed and encouraged.
12
+
We use [Milestones](https://github.com/sendgrid/java-http-client/milestones) to help define current roadmaps, please feel free to grab an issue from the current milestone. Please indicate that you have begun work on it to avoid collisions. Once a PR is made, community review, comments, suggestions, and additional PRs are welcomed and encouraged.
13
13
14
14
<aname="feature-request"></a>
15
15
## Feature Request
@@ -31,7 +31,7 @@ A software bug is a demonstrable issue in the code base. In order for us to diag
31
31
Before you decide to create a new issue, please try the following:
32
32
33
33
1. Check the Github issues tab if the identified issue has already been reported, if so, please add a +1 to the existing post.
34
-
2. Update to the latest version of this code and check if issue has already been fixed
34
+
2. Update to the latest version of this code and check if the issue has already been fixed
35
35
3. Copy and fill in the Bug Report Template we have provided below
36
36
37
37
### Please use our Bug Report Template
@@ -157,7 +157,7 @@ Please run your code through:
157
157
158
158
4. Commit your changes in logical chunks. Please adhere to these [git commit
0 commit comments