diff --git a/.github/issue_template.md b/.github/issue_template.md deleted file mode 100644 index 7391cd8b7..000000000 --- a/.github/issue_template.md +++ /dev/null @@ -1,29 +0,0 @@ -Please answer these questions before submitting your issue. Thanks! - -### What version of Cassandra are you using? - - -### What version of Gocql are you using? - - -### What version of Go are you using? - - -### What did you do? - - -### What did you expect to see? - - -### What did you see instead? - ---- - -If you are having connectivity related issues please share the following additional information - -### Describe your Cassandra cluster -please provide the following information - -- output of `nodetool status` -- output of `SELECT peer, rpc_address FROM system.peers` -- rebuild your application with the `gocql_debug` tag and post the output diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..4ab478c64 --- /dev/null +++ b/.github/pull_request_template.md @@ -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: + +``` + + + + +patch by ; reviewed by for CASSANDRA-##### + +Co-authored-by: Name1 +Co-authored-by: Name2 + +``` + +The [Cassandra Jira](https://issues.apache.org/jira/projects/CASSANDRA/issues/) +