From 047900c3f126a46226a76967ffc015790e60b8ab Mon Sep 17 00:00:00 2001 From: Daniel Szoke <7881302+szokeasaurusrex@users.noreply.github.com> Date: Wed, 9 Oct 2024 14:33:17 +0200 Subject: [PATCH 1/5] meta: Develop docs issue template --- .../ISSUE_TEMPLATE/issue-content-develop.yml | 38 +++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/issue-content-develop.yml diff --git a/.github/ISSUE_TEMPLATE/issue-content-develop.yml b/.github/ISSUE_TEMPLATE/issue-content-develop.yml new file mode 100644 index 0000000000000..b1d2b5582cb8f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue-content-develop.yml @@ -0,0 +1,38 @@ +name: "📝 Developer Documentation" +labels: ["Type: Content", "Develop"] +description: Missing, incorrect, or unclear [developer documentation](https://develop.sentry.dev). +body: + - type: markdown + attributes: + value: |- + Is the documentation issue something you know how to fix? Consider contributing to Open Source by opening a PR to fix it instead! + - type: input + id: area-specific + attributes: + label: Which section? + description: Which section of the developer documentation needs to be updated? + validations: + required: true + - type: input + id: page-url + attributes: + label: Page URL + description: Please provide the URL of the page which should be changed (if applicable). + - type: textarea + id: description + attributes: + label: Description + description: What were you looking for/trying to do/expecting? + validations: + required: true + - type: textarea + id: solution + attributes: + label: Suggested Solution + description: If you have an idea on how we can solve this, please share. + - type: markdown + attributes: + value: |- + ## Thanks 🙏 + Check our [triage docs](https://open.sentry.io/triage/) for what to expect next. + From 09dba14f40f895fcd08bbcd133ba65fc1445d431 Mon Sep 17 00:00:00 2001 From: Daniel Szoke <7881302+szokeasaurusrex@users.noreply.github.com> Date: Wed, 9 Oct 2024 14:35:52 +0200 Subject: [PATCH 2/5] Update issue-content-develop.yml --- .github/ISSUE_TEMPLATE/issue-content-develop.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/issue-content-develop.yml b/.github/ISSUE_TEMPLATE/issue-content-develop.yml index b1d2b5582cb8f..497ebc4b38b66 100644 --- a/.github/ISSUE_TEMPLATE/issue-content-develop.yml +++ b/.github/ISSUE_TEMPLATE/issue-content-develop.yml @@ -3,9 +3,9 @@ labels: ["Type: Content", "Develop"] description: Missing, incorrect, or unclear [developer documentation](https://develop.sentry.dev). body: - type: markdown - attributes: - value: |- - Is the documentation issue something you know how to fix? Consider contributing to Open Source by opening a PR to fix it instead! + attributes: + value: |- + Is the documentation issue something you know how to fix? Consider contributing to Open Source by opening a PR to fix it instead! - type: input id: area-specific attributes: From 19612a10c51de93c8ff2676a3311c8f4ff782acc Mon Sep 17 00:00:00 2001 From: Daniel Szoke <7881302+szokeasaurusrex@users.noreply.github.com> Date: Wed, 9 Oct 2024 14:36:25 +0200 Subject: [PATCH 3/5] Update issue-content-develop.yml --- .github/ISSUE_TEMPLATE/issue-content-develop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/issue-content-develop.yml b/.github/ISSUE_TEMPLATE/issue-content-develop.yml index 497ebc4b38b66..38fa018bd7f43 100644 --- a/.github/ISSUE_TEMPLATE/issue-content-develop.yml +++ b/.github/ISSUE_TEMPLATE/issue-content-develop.yml @@ -1,6 +1,6 @@ name: "📝 Developer Documentation" labels: ["Type: Content", "Develop"] -description: Missing, incorrect, or unclear [developer documentation](https://develop.sentry.dev). +description: Missing, incorrect, or unclear developer documentation. body: - type: markdown attributes: From a6aa3549a3b685fc54518e5b064ac272e815b828 Mon Sep 17 00:00:00 2001 From: Daniel Szoke <7881302+szokeasaurusrex@users.noreply.github.com> Date: Wed, 9 Oct 2024 14:51:14 +0200 Subject: [PATCH 4/5] Update .github/ISSUE_TEMPLATE/issue-content-develop.yml Co-authored-by: Stephanie Anderson --- .github/ISSUE_TEMPLATE/issue-content-develop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/issue-content-develop.yml b/.github/ISSUE_TEMPLATE/issue-content-develop.yml index 38fa018bd7f43..7003d5c3a7a12 100644 --- a/.github/ISSUE_TEMPLATE/issue-content-develop.yml +++ b/.github/ISSUE_TEMPLATE/issue-content-develop.yml @@ -1,4 +1,4 @@ -name: "📝 Developer Documentation" +name: "📝 Documentation on develop.sentry.dev" labels: ["Type: Content", "Develop"] description: Missing, incorrect, or unclear developer documentation. body: From 0b619d63fef9b31ecce4b6aba917b4e3019c29c6 Mon Sep 17 00:00:00 2001 From: Daniel Szoke <7881302+szokeasaurusrex@users.noreply.github.com> Date: Wed, 9 Oct 2024 14:51:45 +0200 Subject: [PATCH 5/5] Rename issue-content-develop.yml to issue-content-03-develop.yml --- .../{issue-content-develop.yml => issue-content-03-develop.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/ISSUE_TEMPLATE/{issue-content-develop.yml => issue-content-03-develop.yml} (100%) diff --git a/.github/ISSUE_TEMPLATE/issue-content-develop.yml b/.github/ISSUE_TEMPLATE/issue-content-03-develop.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/issue-content-develop.yml rename to .github/ISSUE_TEMPLATE/issue-content-03-develop.yml