From c0c08f780bab17740b0e828a53f2a0364041074e Mon Sep 17 00:00:00 2001 From: Adam Dossa Date: Tue, 5 Dec 2023 17:05:57 +0000 Subject: [PATCH] Update pull_request_template.md (#1565) * Update pull_request_template.md * Update pull_request_template.md * Update pull_request_template.md --------- Co-authored-by: Robert Gabriel Jakabosky --- .github/pull_request_template.md | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 64f0f24e44..8d0fa20aec 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -8,20 +8,28 @@ Items should be added to the `changelog` using bulletpoints. ### new features -- [new feature, schema, events, RPC] +[Describe the features being added in the PR] -### modified API +### modified external API -- [modified APIs, schema, events, RPC] +[List any extrinsics whose behaviour or function signature is modified] -### modified logic +### new external API -- [modified behaviour, bug fixes] +[List any new extrinsics being introduced] -### modified agent functionality +### modified events -- [the addition or removal of any extrinsics or events emitted by those extrinsics, that relate to permissioned agents] +[List any events whose behaviour, name or arguments is modified] + +### new events + +[List any new events being introduced] + +### other + +[List any other relevant information, for example RPC function details] ### data migration -- [storage modified during upgrade process - provide details] +[List any storage modifications required during upgrade process with details]