From 55a614ce42f58d271b7de13d364717e84b4921c7 Mon Sep 17 00:00:00 2001 From: Justin Reardon Date: Mon, 7 Sep 2026 17:46:49 -0400 Subject: [PATCH] Use Typelevel issue templates There is now a standard issue template setup in https://github.com/typelevel/.github, which shows a similar bug report option, plus links to the code of conduct and contributing guide. Deleting the existing template so this repository will show those instead. --- .github/ISSUE_TEMPLATE/bug_report.md | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 42ae768188..0000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: bug -assignees: '' - ---- - -Describe the bug and include the fs2 version(s) in use. A reproduction case, either as a PR that adds a unit test or a link to a [Scastie](http://scastie.scala-lang.org), is much appreciated!