-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a42fbf2
commit 5bdf6b3
Showing
1 changed file
with
14 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,19 @@ | ||
# This PR is related to user story DST-XXX | ||
|
||
### This PR is related to user story [ESS-XXXX](url_to_jira_task) | ||
|
||
## Description | ||
Provide a short description about the work that has been done. | ||
|
||
## Checklist | ||
- [ ] All COS are met. | ||
- [ ] All integration tests pass (if applicable). | ||
- [ ] New functions, methods and classes are added to the documentation. | ||
- [ ] New functions, methods and classes are tested (hint: check coverage report). | ||
- [ ] PR title is descriptive and fit for injection into release notes (see tips below) | ||
- [ ] Correct label(s) are used | ||
|
||
|
||
PR title tips: | ||
* Use imperative mood | ||
* Describe the motivation for change, issue that has been solved or what has been improved - not how | ||
* Examples: | ||
* Add functionality for Allan variance to sensor_4s.simulate | ||
* Upgrade to support Python 9.10 | ||
* Remove MacOS from CI | ||
|