diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 5eb058328..000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve Adiar -title: '' -labels: bug -assignees: '' - ---- - -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -If possible, please provide a short and precise description of how to reproduce the faulty behaviour. In order of preference, you can provide this as follows: -1. Concrete BDDs, the operation and the expected output. -2. Minimal example program that uses Adiar. -3. An informal description in words. - -**Additional context** -Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 045f9339a..000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: enhancement -assignees: '' - ---- - -Please provide a clear and concise description of (1) what you would like and (2) what problem it tries to solve with the current version of Adiar. - -**Additional context** -Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/regression_report.md b/.github/ISSUE_TEMPLATE/regression_report.md deleted file mode 100644 index 1f5b352ca..000000000 --- a/.github/ISSUE_TEMPLATE/regression_report.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -name: Regression report -about: Report a slowdown in performance -title: '' -labels: regression -assignees: '' - ---- - -**Describe the regression** -A clear and concise description of what procedure(s) have slowed down, and in what context. - -**To Reproduce** -If possible, please provide either the pull request that introduced the slowdown or the hash of a commit before the regression and one after. -- `commit hash`: xxx seconds -- `commit hash`: yyy seconds - -**Additional context** -Add any other context about the problem here.