From 7d3b11c232cb5ee67c6f279165600b756e3e1955 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0tefan=20Miklo=C5=A1ovi=C4=8D?= Date: Fri, 23 Aug 2024 12:27:17 +0200 Subject: [PATCH] Update issue templates and add pull request template --- .../bug_report.md} | 11 +++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 24 +++++++++++++++++++ .github/pull_request_template.md | 23 ++++++++++++++++++ 3 files changed, 58 insertions(+) rename .github/{issue_template.md => ISSUE_TEMPLATE/bug_report.md} (71%) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/pull_request_template.md diff --git a/.github/issue_template.md b/.github/ISSUE_TEMPLATE/bug_report.md similarity index 71% rename from .github/issue_template.md rename to .github/ISSUE_TEMPLATE/bug_report.md index 7391cd8b7..c7573062e 100644 --- a/.github/issue_template.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,3 +1,14 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' + +--- + +**It is strongly preferable to create an issue in [Apache JIRA Cassandra project](https://issues.apache.org/jira/projects/CASSANDRA/issues/).** + Please answer these questions before submitting your issue. Thanks! ### What version of Cassandra are you using? diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..844effcf9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,24 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: enhancement +assignees: '' + +--- + +**It is strongly preferable to create an issue in [Apache JIRA Cassandra project](https://issues.apache.org/jira/projects/CASSANDRA/issues/).** + +Please answer these questions before submitting your issue. Thanks! + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. 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/) +