Skip to content

Commit

Permalink
add issue/PR templates and update the changelog for the thing I forgo…
Browse files Browse the repository at this point in the history
…t to do (#500)
  • Loading branch information
TDHolmes authored Oct 2, 2021
1 parent e50ee49 commit 896651e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/issue_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
**NOTE**: Tier 2 BSPs are _expected_ to have deprecation warnings for "v1" HALs. If you would like them fixed, please open a pull request to update your BSP rather than opening an issue for this. See the `README.md` for more information.
11 changes: 11 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Summary
[describe your changes here]

# Checklist
- [ ] `CHANGELOG.md` for the BSP or HAL updated
- [ ] All new or modified code is well documented, especially public items
- [ ] No new warnings or clippy suggestions have been introduced (see CI or check locally)

## If Adding a new Board
- [ ] Board CI added to `crates.json`
- [ ] Board is properly following "Tier 2" conventions, unless otherwise decided to be "Tier 1"
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased Changes

- Fixed the RTC implementation of embedded-hal timer traits to be periodic again (#490)

---

Changelog tracking started at v0.13

0 comments on commit 896651e

Please sign in to comment.