mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
User story template (#27293)
Add a "Contributor API changes" checkbox in the "Engineering" section. This way we spec contributor API changes before we get to estimation.
This commit is contained in:
parent
1360862727
commit
dea69de8d8
1 changed files with 1 additions and 0 deletions
1
.github/ISSUE_TEMPLATE/story.md
vendored
1
.github/ISSUE_TEMPLATE/story.md
vendored
|
|
@ -56,6 +56,7 @@ What else should contributors [keep in mind](https://fleetdm.com/handbook/compan
|
|||
|
||||
### Engineering
|
||||
- [ ] Test plan is finalized
|
||||
- [ ] Contributor API changes: TODO <!-- Specify changes in the the Contributor API doc page as a PR to reference docs release branch following the guidelines in the handbook here: https://fleetdm.com/handbook/product-design#drafting Put "No changes" if there are no changes necessary. -->
|
||||
- [ ] Feature guide changes: TODO <!-- Specify if a new feature guide is required at fleetdm.com/guides, or if a previous guide should be updated to reflect feature changes. -->
|
||||
- [ ] Database schema migrations: TODO <!-- Specify what changes to the database schema are required. (This will be used to change migration scripts accordingly.) Remove this checkbox if there are no changes necessary. -->
|
||||
- [ ] Load testing: TODO <!-- List any required scalability testing to be conducted. Remove this checkbox if there is no scalability testing required. -->
|
||||
|
|
|
|||
Loading…
Reference in a new issue