Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

3) change ticket status from OPEN to IN PROGRESS (click "Start Progress" in JIRA)

4) cd to geode checkout

 

Code Block
cd gemfire/open

 


5) start the feature branch for GEODE-nn

...

6) work on the changes and tests for GEODE-nn (include GEODE-nn in commit messages)
Commit messages should follow this format:

 

No Format
GEODE-nn: Capitalized, 50 chars or less summary
 
More detailed explanation with linefeeds to wrap at 72 characters after
a blank line following the summary.
 
Further paragraphs come after blank lines.
 
- Bullet points are okay, too (or *)
 
- Typically a hyphen or asterisk is used for the bullet, followed by a
  single space, with blank lines in between, but conventions vary here
 
- Use a hanging indent

 


7) [optional] publish the feature branch to share with others or other machine

...

14) push

 

Code Block
git push

 

 

15) change ticket status of GEODE-nn from IN PROGRESS to RESOLVED (click "Resolve Issue" and fill in details). Fill in the "Fixed in Version" to match the next release version. If you are not sure about what the next release version is, you can double check gradle.properties - the next version will be versionNumber.releaseType.