From 04caf1b9c36779918987b8da6cb99f8840a18e32 Mon Sep 17 00:00:00 2001 From: Gabriel Azevedo Ferreira <57528979+GabrielAzevedoFerreiraQB@users.noreply.github.com> Date: Tue, 11 Jul 2023 15:11:36 +0800 Subject: [PATCH] Removing duplicated issue template (#265) Co-authored-by: Gabriel Azevedo --- .github/ISSUE_TEMPLATE/bug-report.md | 40 ------------------- ...ausalnex_bug_report.yml => bug_report.yml} | 0 .github/ISSUE_TEMPLATE/feature-request.md | 20 ---------- ...eature_request.yml => feature_request.yml} | 0 4 files changed, 60 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug-report.md rename .github/ISSUE_TEMPLATE/{causalnex_bug_report.yml => bug_report.yml} (100%) delete mode 100644 .github/ISSUE_TEMPLATE/feature-request.md rename .github/ISSUE_TEMPLATE/{causalnex_feature_request.yml => feature_request.yml} (100%) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md deleted file mode 100644 index ba480fe..0000000 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ /dev/null @@ -1,40 +0,0 @@ ---- -name: Bug report -about: If something isn't working -title: '' -labels: 'Issue: Bug Report' -assignees: '' - ---- - -## Description -Short description of the problem here. - -## Context -How has this bug affected you? What were you trying to accomplish? - -## Steps to Reproduce -1. [First Step] -2. [Second Step] -3. [And so on...] - -## Expected Result -Tell us what should happen. - -## Actual Result -Tell us what happens instead. - -``` --- If you received an error, place it here. -``` - -``` --- Separate them if you have more than one. -``` - -## Your Environment -Include as many relevant details about the environment in which you experienced the bug: - -* CausalNex version used (`pip show causalnex`): -* Python version used (`python -V`): -* Operating system and version: diff --git a/.github/ISSUE_TEMPLATE/causalnex_bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/causalnex_bug_report.yml rename to .github/ISSUE_TEMPLATE/bug_report.yml diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md deleted file mode 100644 index a7911c2..0000000 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Feature request -about: Let us know if you have a feature request or enhancement -title: '<Title>' -labels: 'Issue: Feature Request' -assignees: '' - ---- - -## Description -Is your feature request related to a problem? A clear and concise description of what the problem is: "I'm always frustrated when ..." - -## Context -Why is this change important to you? How would you use it? How can it benefit other users? - -## Possible Implementation -(Optional) Suggest an idea for implementing the addition or change. - -## Possible Alternatives -(Optional) Describe any alternative solutions or features you've considered. diff --git a/.github/ISSUE_TEMPLATE/causalnex_feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/causalnex_feature_request.yml rename to .github/ISSUE_TEMPLATE/feature_request.yml