diff --git a/.github/issue_templates/Algorithim_development.md b/.github/issue_templates/Algorithim_development.md deleted file mode 100644 index 6081e74741..0000000000 --- a/.github/issue_templates/Algorithim_development.md +++ /dev/null @@ -1,30 +0,0 @@ -### Algorithm Description: - -### Requirements: - -> **Specify: (optional)** - -### Algorithm Code Information: -> Input data: -> > **Specify details:** -> -> Algorithm steps/pseudocode: -> > **Specify details:** -> -> Output data: -> > **Specify details:** - - -### Code: - -```python -# Code -``` - -#### Specify if any dependencies were added - - - -### Other Notes: - -### Related Issues/PRs: diff --git a/.github/issue_templates/Bug_reporting.md b/.github/issue_templates/Bug_reporting.md deleted file mode 100644 index d2156d95eb..0000000000 --- a/.github/issue_templates/Bug_reporting.md +++ /dev/null @@ -1,23 +0,0 @@ -## Description of the issue - -### Steps to reproduce the issue - - 1. - 2. - 3. - -### Code Snippet: - -```python -# Code -``` - -### Expected behavior (What should happen) - -### Actual behavior (What does happen) - -#### Additional notes - -### Affected areas (code, data, or process) - -### Suggested fix? diff --git a/.github/issue_templates/General_issue.md b/.github/issue_templates/General_issue.md deleted file mode 100644 index 7b344795ab..0000000000 --- a/.github/issue_templates/General_issue.md +++ /dev/null @@ -1,17 +0,0 @@ -### Topic: - -### Description: - -### Requirements - -> **Specify: (optional)** - -### Code Snippet (optional): - - ```python - # Code - ``` - -### Related (optional): - -### Follow-up comments: \ No newline at end of file diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md deleted file mode 100644 index d057cf0f01..0000000000 --- a/.github/pull_request_template.md +++ /dev/null @@ -1,32 +0,0 @@ -# Change Summary - -## Overview - - -## New Dependencies - - -## New Files - -- new file 1 - - description of new file 1's purpose - -## Deleted Files - -- deleted file 1 - - explanation for why file was deleted - -## Updated Files - -- updated file 1 - - description of change 1 in file 1 - - description of change 2 in file 2 -- updated file 2 - - descipriton of change 1 in file 2 - -## Testing -