From ea22e98ceec5b6534d5792fda36514ee4b8a9bab Mon Sep 17 00:00:00 2001 From: Matthew Date: Fri, 9 Jul 2021 04:51:09 -0400 Subject: [PATCH] Update issue template with links to doc tutorials (#4573) * Update issue template with links to doc tutorials --- .github/ISSUE_TEMPLATE/bug_report.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index daa97e5d7..c9e3a2f3d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -11,3 +11,9 @@ assignees: '' **Issue description:** **URL to the documentation page:** + +If you know how to fix the issue you are reporting please +consider opening a pull request. We provide a tutorial on +using git here: https://docs.godotengine.org/en/stable/community/contributing/pr_workflow.html, +writing documentation at https://docs.godotengine.org/en/stable/community/contributing/docs_writing_guidelines.html +and contributing to the class reference here: https://docs.godotengine.org/en/stable/community/contributing/updating_the_class_reference.html