Skip to content

Commit

Permalink
add pull_request_template.md
Browse files Browse the repository at this point in the history
  • Loading branch information
smiklosovic committed Aug 23, 2024
1 parent 14391d8 commit c4dc972
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 29 deletions.
29 changes: 0 additions & 29 deletions .github/issue_template.md

This file was deleted.

23 changes: 23 additions & 0 deletions .github/pull_request_template.md
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/)

0 comments on commit c4dc972

Please sign in to comment.