cpp-sdk icon indicating copy to clipboard operation
cpp-sdk copied to clipboard

build: add PR template #103

Open sicoyle opened this issue 2 years ago • 0 comments

The Dapr CPP SDK repo should have a PR template for when end users create PRs contributing to the project.

Describe the solution you'd like We should abide by a standardized PR template across all SDK repositories.

To implement, we should add a pull_request_template.md file. Something similar to what we have in dapr/dapr (https://github.com/dapr/dapr/blob/master/.github/pull_request_template.md), but also considering if we need special additions for SDK specific repositories. See Java SDK repo PR template for additional inspiration: https://github.com/dapr/java-sdk/blob/master/.github/pull_request_template.md

Additional context This will help to improve contributors to easily communicate their changes, as well as maintainers to easily understand what the PR is doing.

sicoyle avatar Sep 14 '23 19:09 sicoyle