diff --git a/.github/ISSUE_TEMPLATE/add-new-document.md b/.github/ISSUE_TEMPLATE/add-new-document.md new file mode 100644 index 00000000..7c4e4319 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/add-new-document.md @@ -0,0 +1,14 @@ +--- +name: Add new document +about: Request a new document for the Clear Linux* project + +--- + +**Do you think Clear Linux documentation needs new document? Please describe.** +Please provide a clear and concise description of the title and content. Identify the target audience: Developer; System Administrator; or Basic User. + +**Describe or provide examples of similar documents, if possible, from other web sites** +Please provide an example of similar documents if possible. + +**Additional context** +Add any other context or screenshots for the document request here. diff --git a/.github/ISSUE_TEMPLATE/identify--guides--type-by-role----for-guides-only-.md b/.github/ISSUE_TEMPLATE/identify--guides--type-by-role----for-guides-only-.md deleted file mode 100644 index fb6e16a1..00000000 --- a/.github/ISSUE_TEMPLATE/identify--guides--type-by-role----for-guides-only-.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Identify 'Guides' Type by Role -- For Guides only. -about: For new content in 'Guides', select 1 of 3 categories to which it belongs. - ---- - -New pages will appear here: https://clearlinux.org/documentation/clear-linux/guides - -1. Enter an 'x' in the category for the new "guide": -* [ ] Basics -* [ ] Developer -* [ ] Administrator - -Complete the field below, following the colon, that matches option selected above: - -I am a Clear Linux Beginner (Basics). I want to learn how to: - -I am a Clear Linux Developer. I want to learn how to: - -I am a Clear Linux Administrator. I want to learn how to: diff --git a/.github/ISSUE_TEMPLATE/modify-a-document.md b/.github/ISSUE_TEMPLATE/modify-a-document.md new file mode 100644 index 00000000..48256542 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/modify-a-document.md @@ -0,0 +1,19 @@ +--- +name: Modify a document +about: Modify a document for the Clear Linux* Project + +--- + +**Describe the error/improvement to an existing document or image** +Provide a clear and concise description of the error or proposed improvement. + +**Screenshots** +If applicable, add screenshots to help explain the error or unexpected behavior. + +**Environment (please complete the following information):** + - Clear Linux OS version: [`cat /usr/lib/os-release`] + - Third-party tool/software: [version] + - Command [ [e.g. `sudo -i`] + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/modify-document.md b/.github/ISSUE_TEMPLATE/modify-document.md new file mode 100644 index 00000000..b61b9302 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/modify-document.md @@ -0,0 +1,19 @@ +--- +name: Modify document +about: Modify a document for the Clear Linux* Project + +--- + +**Describe the error/improvement to an existing document or image** +Provide a clear and concise description of the error or proposed improvement. + +**Screenshots** +If applicable, add screenshots to help explain the error or unexpected behavior. + +**Environment (please complete the following):** + - Clear Linux OS version: [`cat /usr/lib/os-release`] + - Third-party tool/software: [version] + - Command [ [e.g. `sudo -i`] + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/new-document-request.md b/.github/ISSUE_TEMPLATE/new-document-request.md new file mode 100644 index 00000000..739db2ef --- /dev/null +++ b/.github/ISSUE_TEMPLATE/new-document-request.md @@ -0,0 +1,14 @@ +--- +name: New document request +about: Request a new document for the Clear Linux* project + +--- + +**Do you think Clear Linux documentation needs new document? Please describe.** +Please provide a clear and concise description of the title and content. Identify the target audience: Developer; System Administrator; or Basic User. + +**Describe or provide examples of similar documents, if possible, from other web sites** +Please provide an example of similar documents if possible. + +**Additional context** +Add any other context or screenshots for the document request here. diff --git a/.github/ISSUE_TEMPLATE/new-document.md b/.github/ISSUE_TEMPLATE/new-document.md new file mode 100644 index 00000000..01922a0d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/new-document.md @@ -0,0 +1,14 @@ +--- +name: New document +about: Request a new document for the Clear Linux* project + +--- + +**Do you think Clear Linux documentation needs a new document? Please describe.** +Please provide a clear and concise description of the title and content. Identify the target audience: Developer; System Administrator; or Basic User. + +**Describe or provide examples of similar documents, if possible, from other web sites** +Please provide an example of similar documents if possible. + +**Additional context** +Add any other context or screenshots for the document request here.