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: .github/pull_request_template.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -15,14 +15,14 @@ pursue this particular fix?
15
15
16
16
Example: "I removed the incorrect assertion which would throw the ThreeIntException. This exception was incorrectly added and the assertion is not actually needed."
Almost all changes and especially bug fixes will require a test to be added to either the integration or Unit Tests. Any tests added will be automatically run on travis when the pull request is pushed to github. Be sure to run suites locally as well.
23
23
24
24
# Checklist:
25
25
26
-
-[ ] I have a ticket in the [OSS JIRA](https://datastax-oss.atlassian.net/projects/SPARKC)
26
+
-[ ] I have a ticket in the [JIRA](https://issues.apache.org/jira/projects/CASSANALYTICS)
27
27
-[ ] I have performed a self-review of my own code
28
28
-[ ] Locally all tests pass (make sure tests fail without your patch)
@@ -157,13 +157,13 @@ In [DS320: Analytics with Spark](https://www.youtube.com/watch?v=D6PMEQAfjeU&lis
157
157
158
158
### Reporting Bugs
159
159
160
-
New issues may be reported using [JIRA](https://datastax-oss.atlassian.net/browse/SPARKC/). Please include
160
+
New issues may be reported using [JIRA](https://issues.apache.org/jira/projects/CASSANALYTICS). Please include
161
161
all relevant details including versions of Spark, Spark Cassandra Connector, Cassandra and/or DSE. A minimal
162
162
reproducible case with sample code is ideal.
163
163
164
164
### Mailing List
165
165
166
-
Questions and requests for help may be submitted to the [user mailing list](https://groups.google.com/a/lists.datastax.com/forum/#!forum/spark-connector-user).
166
+
Questions and requests for help may be submitted to the [user mailing list](https://cassandra.apache.org/_/community.html#discussions).
167
167
168
168
169
169
## Q/A Exchange
@@ -177,13 +177,15 @@ To protect the community, all contributors are required to sign the Apache Softw
177
177
[Tips for Developing the Spark Cassandra Connector](doc/developers.md)
178
178
179
179
Checklist for contributing changes to the project:
180
-
* Create a [SPARKC JIRA](https://datastax-oss.atlassian.net/projects/SPARKC/issues)
180
+
* Create a [CASSANALYTICS JIRA](https://issues.apache.org/jira/projects/CASSANALYTICS)
181
181
* Make sure that all unit tests and integration tests pass
182
182
* Add an appropriate entry at the top of CHANGES.txt
183
183
* If the change has any end-user impacts, also include changes to the ./doc files as needed
184
184
* Prefix the pull request description with the JIRA number, for example: "SPARKC-123: Fix the ..."
185
185
* Open a pull-request on GitHub and await review
186
186
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)
0 commit comments