From eca8d53dd8c77f3941829b59c8721b0edc67e6ed Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Thu, 7 Nov 2024 12:21:47 +0100 Subject: [PATCH] chore: add issue template for proposing a new guide Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/new_guide.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/new_guide.yml diff --git a/.github/ISSUE_TEMPLATE/new_guide.yml b/.github/ISSUE_TEMPLATE/new_guide.yml new file mode 100644 index 000000000000..ad66eb6e7a36 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/new_guide.yml @@ -0,0 +1,25 @@ +# https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema +name: New guide +description: Propose a new guide for Docker docs +labels: + - area/guides + - kind/proposal + +body: + - type: textarea + attributes: + label: Description + description: | + Briefly describe the topic that you would like us to cover. + validations: + required: true + - type: checkboxes + attributes: + label: Would you like to contribute this guide? + description: | + If you select this checkbox, you indicate that you're willing to + contribute this guide. If not, we will treat this issue as a request, + and someone (a Docker employee, Docker captain, or community member) + may pick it up and start working on it. + options: + - label: Yes