mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Move reference docs responsibility back to product check list (#20551)
This commit is contained in:
parent
ecf2346ace
commit
9c701a59d1
1 changed files with 2 additions and 2 deletions
4
.github/ISSUE_TEMPLATE/story.md
vendored
4
.github/ISSUE_TEMPLATE/story.md
vendored
|
|
@ -32,6 +32,7 @@ What else should contributors [keep in mind](https://fleetdm.com/handbook/compan
|
|||
## Changes
|
||||
|
||||
### Product
|
||||
- [ ] Reference documentation changes: TODO <!-- Specify references documentation changes at fleetdm.com/docs -->
|
||||
- [ ] UI changes: TODO <!-- Insert the link to the relevant Figma cover page. Remove this checkbox if there are no changes to the user interface. -->
|
||||
- [ ] CLI usage changes: TODO <!-- Insert the link to the relevant Figma cover page. Remove this checkbox if there are no changes to the CLI. -->
|
||||
- [ ] REST API changes: TODO <!-- Specify changes as a draft PR to the REST API doc page and request the API DRI for review (codeowner reviews are not automatically requested for drafts). Remove this checkbox if there are no changes necessary. Move this item to the engineering list below if engineering will design the API changes. -->
|
||||
|
|
@ -40,8 +41,7 @@ What else should contributors [keep in mind](https://fleetdm.com/handbook/compan
|
|||
- [ ] Changes to paid features or tiers: TODO <!-- Specify "Fleet Free" or "Fleet Premium". If only certain parts of the user story involve paid features, specify which parts. Implementation of paid features should live in the `ee/` directory. -->
|
||||
|
||||
### Engineering
|
||||
- [ ] Reference documentation changes: TODO <!-- Specify references documentation changes at fleetdm.com/docs -->
|
||||
- [ ] Usage documentation changes: TODO <!-- Specify usage documentation changes at fleetdm.com/docs/using-fleet -->
|
||||
- [ ] 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