-
Notifications
You must be signed in to change notification settings - Fork 623
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
14391d8
commit c4dc972
Showing
2 changed files
with
23 additions
and
29 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
Thanks for sending a pull request! Here are some tips if you're new here: | ||
|
||
* Reflect JIRA ticket number in the pull request title | ||
* Be sure to keep the PR description updated to reflect all changes. | ||
* Write your PR title to summarize what this PR proposes. | ||
* If possible, provide a concise example to reproduce the issue for a faster review. | ||
|
||
Commit messages should follow the following format: | ||
|
||
``` | ||
<One sentence description, usually Jira title or CHANGES.txt summary> | ||
<Optional lengthier description (context on patch)> | ||
patch by <Authors>; reviewed by <Reviewers> for CASSANDRA-##### | ||
Co-authored-by: Name1 <email1> | ||
Co-authored-by: Name2 <email2> | ||
``` | ||
|
||
The [Cassandra Jira](https://issues.apache.org/jira/projects/CASSANDRA/issues/) | ||
|