From: Mike Bayer Date: Mon, 19 Aug 2024 20:53:34 +0000 (-0400) Subject: try a new bug template. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08f8143598ce189e791cdbb0c3b3847466483b00;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git 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 --- 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