diff --git a/.github/ISSUE_TEMPLATE/content-request.yml b/.github/ISSUE_TEMPLATE/content-request.yml index 4ecf9602..7437f35b 100644 --- a/.github/ISSUE_TEMPLATE/content-request.yml +++ b/.github/ISSUE_TEMPLATE/content-request.yml @@ -32,7 +32,7 @@ body: id: suggested_content attributes: label: "What content are you suggesting for?" - description: "Be as specific as possible (e.g., new framework about X, new page on Y framework, update section Z in [framework] to include, etc.)" + description: "Be as specific as possible (e.g., new framework about X, a new page in framework Y, or an update to section Z in [framework])." placeholder: "Describe what new or updated content you are requesting." validations: required: true @@ -40,7 +40,7 @@ body: - type: textarea id: why_needed attributes: - label: "Why do you think this update or modification is needed" + label: "Why do you think this update or modification is needed?" description: "If it is not self-explanatory, or relatively clear, add a few sentences explaining why it is needed." placeholder: "Add reasoning or context here." validations: diff --git a/.github/ISSUE_TEMPLATE/non-content-request.yml b/.github/ISSUE_TEMPLATE/non-content-request.yml index 93a3b05f..981246ef 100644 --- a/.github/ISSUE_TEMPLATE/non-content-request.yml +++ b/.github/ISSUE_TEMPLATE/non-content-request.yml @@ -1,5 +1,5 @@ name: Non Content Request -description: Strategy, tech, or other non-content related issues and ideas. +description: Strategy, tech, or other non-content-related issues and ideas. body: - type: markdown attributes: diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 93802ea8..07e5fe88 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -5,9 +5,9 @@ Thank you for contributing to the Security Frameworks! Before you open a PR, mak - [ ] Describe your changes, substitute this text with the information - [ ] If you are touching an existing piece of content, tag current contributors from the attribution list - [ ] If there is a steward for that framework, ask the steward to review it -- [ ] If you're modifying the general outline, make sure to update it in the `vocs.config.tsx` adding the `dev: true` parameter +- [ ] If you're modifying the general outline, make sure to update it in the `vocs.config.ts` adding the `dev: true` parameter - [ ] If you need feedback for your content from the wider community, share the PR in our Discord -- [ ] Review changes to ensure there are no typos, see instructions below +- [ ] Review changes to ensure there are no typos; see instructions below.