From 8bbbf837811fabaedf8c029599b19f4e62f26b41 Mon Sep 17 00:00:00 2001 From: Florian Aucomte Date: Thu, 26 Sep 2024 15:44:34 +0100 Subject: [PATCH] docs: Add section to issue templates for code guidance (#2353) --- .github/ISSUE_TEMPLATE/bug_report.md | 5 +++++ .github/ISSUE_TEMPLATE/new_task.md | 7 +++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 899433169..34b91ec57 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -25,5 +25,10 @@ If applicable, add screenshots to help explain your problem. - Browser [e.g. chrome, safari] - Version [e.g. 22] +**Good Places to Start** + +_Link to a specific directory / file / line that would be a good place to +start working on this task. The more specific the better._ + **Additional context** Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/new_task.md b/.github/ISSUE_TEMPLATE/new_task.md index a014f32b1..6dbba4712 100644 --- a/.github/ISSUE_TEMPLATE/new_task.md +++ b/.github/ISSUE_TEMPLATE/new_task.md @@ -6,12 +6,15 @@ about: A template for a new task ## Task Description - - ## Acceptance Criteria - [ ] ... - [ ] ... +## Good Places to Start + +_Link to a specific directory / file / line that would be a good place to +start working on this task. The more specific the better._ + ### Analytics Requirements - [ ] ...