diff --git a/.github/ISSUE_TEMPLATE/doc-improvement.md b/.github/ISSUE_TEMPLATE/doc-improvement.md index 41084d26a7..64523d37bc 100644 --- a/.github/ISSUE_TEMPLATE/doc-improvement.md +++ b/.github/ISSUE_TEMPLATE/doc-improvement.md @@ -8,7 +8,8 @@ labels: 'Component: Documentation' ## Description -## Context - +### Documentation page (if applicable) + -* Documentation page (if applicable): +## Context + diff --git a/.github/ISSUE_TEMPLATE/design-doc.md b/.github/ISSUE_TEMPLATE/software_design_proposal.md similarity index 92% rename from .github/ISSUE_TEMPLATE/design-doc.md rename to .github/ISSUE_TEMPLATE/software_design_proposal.md index 43f70cb12e..3b200468f5 100644 --- a/.github/ISSUE_TEMPLATE/design-doc.md +++ b/.github/ISSUE_TEMPLATE/software_design_proposal.md @@ -1,8 +1,8 @@ --- -name: Software design documentation +name: Software design proposal about: To propose and request comments on a software design decision title: '' -labels: 'Type: Design Documentation' +labels: 'Type: Design Proposal' assignees: '' ---