Skip to content

Commit f90322c

Browse files
SQUASH – review comment
1 parent ca880b2 commit f90322c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,13 +177,15 @@ To protect the community, all contributors are required to sign the Apache Softw
177177
[Tips for Developing the Spark Cassandra Connector](doc/developers.md)
178178

179179
Checklist for contributing changes to the project:
180-
* Create a [SPARKC JIRA](https://issues.apache.org/jira/projects/CASSANALYTICS)
180+
* Create a [CASSANALYTICS JIRA](https://issues.apache.org/jira/projects/CASSANALYTICS)
181181
* Make sure that all unit tests and integration tests pass
182182
* Add an appropriate entry at the top of CHANGES.txt
183183
* If the change has any end-user impacts, also include changes to the ./doc files as needed
184184
* Prefix the pull request description with the JIRA number, for example: "SPARKC-123: Fix the ..."
185185
* Open a pull-request on GitHub and await review
186186

187+
Old issues from before the donation to the ASF and the Apache Cassandra project can be found in this [SPARKC JIRA](https://datastax-oss.atlassian.net/projects/SPARKC/issues)
188+
187189
## Testing
188190
To run unit and integration tests:
189191

doc/developers.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ git merge SPARKC-9999-b3.0
7070
# Push the new feature branch:
7171
git push origin SPARKC-9999-b3.1
7272

73-
# Repeat for b3.2
73+
# Repeat for b3.2, b3.3, b3.4
7474

7575
# Forward merge on the next version:
7676
git checkout -b SPARKC-9999-trunk apache/trunk
@@ -79,6 +79,7 @@ git merge SPARKC-9999-b3.2
7979
# Push the new feature branch:
8080
git push origin SPARKC-9999-trunk
8181
```
82+
Repeat for b3.3, b3.4, etc
8283

8384
### Sub-Projects
8485

0 commit comments

Comments
 (0)