From 5b8abd8f268db8ee1041b9dcbce9c16be8b6aaa9 Mon Sep 17 00:00:00 2001 From: ephphatha Date: Sun, 27 Dec 2020 00:43:24 +1100 Subject: [PATCH] Add template for documentation/content updates Might be too dry? Happy to have the wording/format changed. I based this off the showcase template as that appeared most suitable for content changes. --- .github/ISSUE_TEMPLATE/documentation-update.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/documentation-update.md diff --git a/.github/ISSUE_TEMPLATE/documentation-update.md b/.github/ISSUE_TEMPLATE/documentation-update.md new file mode 100644 index 00000000000..fa0ea70564f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/documentation-update.md @@ -0,0 +1,16 @@ +--- +name: Documentation/content update +about: Suggest updates to FreeSewing documentation or site content +title: Documentation/content update +labels: "\U0001F44D good first issue, \U0001F4D6 documentation" +assignees: '' + +--- + +- Page link: Provide a link here to the page (or pages) to be updated. If the page provides an anchor link to the section of interest (indicated by a chain icon next to a heading) please copy that link if possible. +- Relevant section: If a specific section needs to be updated and you are unable to provide an anchor link, what's the heading or area of interest? +- Suggested content: Do you have any changes you'd like to suggest to improve the documentation? +- Permission: + - [ ] I understand that content on the FreeSewing website falls under the [freesewing/markdown license](https://github.com/freesewing/markdown/blob/develop/LICENSE), any changes I suggest which are incorporated into the documentation/site content will be covered by the same license. + +Looking to tackle this issue? Check out our [documentation for editors](https://freesewing.dev/editors/) to learn how to contribute updates.