Skip to content

Commit c4dc972

Browse files
committed
add pull_request_template.md
1 parent 14391d8 commit c4dc972

File tree

2 files changed

+23
-29
lines changed

2 files changed

+23
-29
lines changed

.github/issue_template.md

Lines changed: 0 additions & 29 deletions
This file was deleted.

.github/pull_request_template.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
Thanks for sending a pull request! Here are some tips if you're new here:
2+
3+
* Reflect JIRA ticket number in the pull request title
4+
* Be sure to keep the PR description updated to reflect all changes.
5+
* Write your PR title to summarize what this PR proposes.
6+
* If possible, provide a concise example to reproduce the issue for a faster review.
7+
8+
Commit messages should follow the following format:
9+
10+
```
11+
<One sentence description, usually Jira title or CHANGES.txt summary>
12+
13+
<Optional lengthier description (context on patch)>
14+
15+
patch by <Authors>; reviewed by <Reviewers> for CASSANDRA-#####
16+
17+
Co-authored-by: Name1 <email1>
18+
Co-authored-by: Name2 <email2>
19+
20+
```
21+
22+
The [Cassandra Jira](https://issues.apache.org/jira/projects/CASSANDRA/issues/)
23+

0 commit comments

Comments
 (0)