Skip to content

Commit

Permalink
Added pull request template and modified README to include Jira link
Browse files Browse the repository at this point in the history
patch by claudenw; reviewed by dritfx, dcapwell, josh-mckenzie, michaelsembwever for CASSANDRA-17837
  • Loading branch information
Claudenw committed Sep 18, 2022
1 parent dd74bd4 commit dfb45fd
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
25 changes: 25 additions & 0 deletions .github/pull_request_template.md
@@ -0,0 +1,25 @@
Thanks for sending a pull request! Here are some tips if you're new here:

* Ensure you have added or run the [appropriate tests](https://cassandra.apache.org/_/development/testing.html) for your PR
* 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.
* Read our [contributor guidelines](https://cassandra.apache.org/_/development/index.html)
* If you're making a documentation change, see our [guide to documentation contribution](https://cassandra.apache.org/_/development/documentation.html)

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/)

6 changes: 4 additions & 2 deletions README.asc
Expand Up @@ -9,6 +9,8 @@ https://cwiki.apache.org/confluence/display/CASSANDRA2/DataModel[Row store] mean

For more information, see http://cassandra.apache.org/[the Apache Cassandra web site].

Issues should be reported on https://issues.apache.org/jira/projects/CASSANDRA/issues/[The Cassandra Jira].

Requirements
------------
. Java >= 1.8 (OpenJDK and Oracle JVMS have been tested)
Expand Down Expand Up @@ -76,8 +78,8 @@ reasonable way to think of it is as, "SQL minus joins and subqueries, plus colle

Wondering where to go from here?

* Join us in #cassandra on the https://s.apache.org/slack-invite[ASF Slack] and ask questions
* Join us in #cassandra on the https://s.apache.org/slack-invite[ASF Slack] and ask questions.
* Subscribe to the Users mailing list by sending a mail to
user-subscribe@cassandra.apache.org
user-subscribe@cassandra.apache.org.
* Visit the http://cassandra.apache.org/community/[community section] of the Cassandra website for more information on getting involved.
* Visit the http://cassandra.apache.org/doc/latest/development/index.html[development section] of the Cassandra website for more information on how to contribute.

0 comments on commit dfb45fd

Please sign in to comment.