File tree 2 files changed +10
-16
lines changed
2 files changed +10
-16
lines changed Original file line number Diff line number Diff line change 1
- Be sure to do all of the following to help us incorporate your contribution
2
- quickly and easily:
3
-
4
- - [ ] Make sure the PR title is formatted like:
5
- ` [CARBONDATA-<Jira issue #>] Description of pull request `
6
-
7
- - [ ] Make sure to add PR description including
8
-
9
- - the root cause/problem statement
10
- - What is the implemented solution
1
+ Be sure to do all of the following checklist to help us incorporate
2
+ your contribution quickly and easily:
11
3
12
4
- [ ] Any interfaces changed?
13
5
@@ -16,13 +8,11 @@ quickly and easily:
16
8
- [ ] Document update required?
17
9
18
10
- [ ] Testing done
19
-
20
11
Please provide details on
21
12
- Whether new unit test cases have been added or why no new tests are required?
22
13
- How it is tested? Please attach test report.
23
14
- Is it a performance related change? Please attach the performance test report.
24
15
- Any additional information to help reviewers in testing this change.
25
-
16
+
26
17
- [ ] For large changes, please consider breaking it into sub-tasks under an umbrella JIRA.
27
-
28
- ---
18
+
Original file line number Diff line number Diff line change @@ -152,9 +152,13 @@ $ git rebase -i origin/master
152
152
Navigate to the CarbonData GitHub mirror to create a pull request. The title of the pull request
153
153
should be strictly in the following format:
154
154
```
155
- [CARBONDATA-issue number>] Title of the pull request
155
+ [CARBONDATA-JiraTicketNumer][FeatureName] Description of pull request
156
156
```
157
- Please include a descriptive pull request message to help make the reviewer’s job easier.
157
+ Please include a descriptive pull request message to help make the reviewer’s job easier:
158
+ ```
159
+ - The root cause/problem statement
160
+ - What is the implemented solution
161
+ ```
158
162
159
163
If you know a good committer to review your pull request, please make a comment like the following.
160
164
If not, don’t worry, a committer will pick it up.
You can’t perform that action at this time.
0 commit comments