Skip to content

Commit 02dbb1c

Browse files
authored
Merge pull request #95 from CCPBioSim/93-pr-template
Introduce a Template to Standardise PRs within `ccpbiosim.github.io`
2 parents ca4b2a2 + babcb41 commit 02dbb1c

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

.github/pull_request_template.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<!-- Summary: Provide a brief description of the PR's purpose here. -->
2+
3+
4+
## Changes
5+
<!-- List all the changes introduced in this PR. -->
6+
### Change 1: <!-- Rename Change 1 to reflect change title -->
7+
- <!-- Bullet point the changes in update 1. -->
8+
-
9+
10+
### Change 2: <!-- Rename Change 2 to reflect change title -->
11+
- <!-- Bullet point the changes in update 2. -->
12+
-
13+
14+
### Change 3: <!-- Rename Change 3 to reflect change title -->
15+
- <!-- Bullet point the changes in update 3. -->
16+
-
17+
18+
## Impact
19+
- <!-- Bullet point the expected impact this PR will have on the codebase. -->
20+
-

0 commit comments

Comments
 (0)