Skip to content

Commit 13640be

Browse files
chore: adding template instructions and updating how we update our changelogs (#649)
* Removing changelog from package and updating it with real changes for that particular package Adding real changelog for the whole project at the root of the project Updating the PR template with reminders to update tests and changelogs * adding current changelog
1 parent c9e0b25 commit 13640be

File tree

3 files changed

+548
-234
lines changed

3 files changed

+548
-234
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@
1212
-->
1313

1414
### Contribution checklist
15+
- [ ] Tests have been added for boss room and/or utilities pack
16+
- [ ] Release notes have been added to the [project changelog](../CHANGELOG.md) file and/or [package changelog](../Packages/com.unity.multiplayer.samples.coop/CHANGELOG.md) file
1517
- [ ] Pull request has a meaningful description of its purpose
1618
- [ ] All commits are accompanied by meaningful commit messages
1719
- [ ] JIRA ticket ID is in the PR title or at least one commit message
1820
- [ ] Include the ticket ID number within the body message of the PR to create a hyperlink
21+

0 commit comments

Comments
 (0)