Skip to content

Commit

Permalink
Update pull_request_template.md (#1565)
Browse files Browse the repository at this point in the history
* Update pull_request_template.md

* Update pull_request_template.md

* Update pull_request_template.md

---------

Co-authored-by: Robert Gabriel Jakabosky <[email protected]>
  • Loading branch information
adamdossa and Neopallium authored Dec 5, 2023
1 parent b2d4deb commit c0c08f7
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]

0 comments on commit c0c08f7

Please sign in to comment.