From 08f8143598ce189e791cdbb0c3b3847466483b00 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 19 Aug 2024 16:53:34 -0400 Subject: [PATCH] try a new bug template. i really dont want people opening issues, saying things like "this is not correct", etc. Let's talk about the problem you have and what's the ideal outcome. thanks Change-Id: Ia74a067f14cc30b84c6710c5a897cc35ce284bf4 --- .github/ISSUE_TEMPLATE/bug_report.yaml | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 8c68d52fdc..d72ed558b9 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -9,13 +9,25 @@ body: attributes: value: " -**If you are writing new SQLAlchemy code and are observing a behavior that you did not expect, -or if you are new to SQLAlchemy overall, please open a -[discussion](https://github.com/sqlalchemy/sqlalchemy/discussions/new?category=Usage-Questions) -instead of an issue report. The VAST MAJORITY of issues are converted to discussions -as they are not bugs.** +**STOP** + +**We would really prefer if you DONT open a bug report.** + +**Please open a** [discussion](https://github.com/sqlalchemy/sqlalchemy/discussions/new?category=Usage-Questions) **instead of a bug report**. + +**Why?** + +**First, because the vast majority of issues reported are not bugs but either expected behaviors that +are misunderstood by the user, or sometimes undefined behaviors that aren't supported. These bugs are CLOSED**. + +**Secondly, because when there IS a bug, often it's not clear what the bug is or where it is, or +if the thing is even expected, and we would much rather make a clean bug report once we've discussed +the issue**. + +**Given the above, if you DO open a bug report anyway, we're probably going to assume you didn't read these instructions.** -[START A NEW USAGE QUESTIONS DISCUSSION HERE](https://github.com/sqlalchemy/sqlalchemy/discussions/new?category=Usage-Questions) +So since you are by definition reading this, +[START A NEW USAGE QUESTIONS DISCUSSION HERE!](https://github.com/sqlalchemy/sqlalchemy/discussions/new?category=Usage-Questions) " - type: markdown -- 2.47.2