From 6160952b824c7c633927a491114ce4738e8e6df0 Mon Sep 17 00:00:00 2001 From: Jonathan Shimwell Date: Tue, 23 Apr 2024 13:45:38 +0100 Subject: [PATCH] Add bug report and .gitignore to main (#45) (#66) Co-authored-by: AlvaroCubi <55387701+AlvaroCubi@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .gitignore | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 61e2398d..b58cb77a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -36,4 +36,4 @@ If applicable, add screenshots to help explain your problem. - Python version # Additional context -Add any other context about the problem here. +Add any other context about the problem here. \ No newline at end of file diff --git a/.gitignore b/.gitignore index 43f80a30..dc628d13 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,4 @@ docs/source/_autosummary/* docs/jupyter_execute .pytest_cache/** build/ -tests_outputs/ \ No newline at end of file +tests_outputs/