From 74b959fb14cfb51716d55ea076a676257b6ba396 Mon Sep 17 00:00:00 2001 From: Keith Maxwell Date: Sun, 14 Jan 2024 20:21:36 +0000 Subject: [PATCH] Remove the issue template --- .github/ISSUE_TEMPLATE.md | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 85eb553e..00000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,27 +0,0 @@ -### Environment - -* Operating System: -* Python Version: `$ python --version` -* How did you install Qgrid: (`pip`, `conda`, or `other (please explain)`) -* Python packages: `$ pip freeze` or `$ conda list` (please include qgrid, notebook, and jupyterlab versions) -* Jupyter lab packages (if applicable): `$ jupyter labextension list` - -### Description of Issue - -* What did you expect to happen? -* What happened instead? - -### Reproduction Steps - -1. -2. -3. -... - -### What steps have you taken to resolve this already? - -... - -### Anything else? - -...