Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding templates for issues #18

Merged
merged 3 commits into from
Jul 14, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions .github/issue_templates/Algorithim_development.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
### Algorithm Description:

### Requirements:

> **Specify: (optional)**

### Algorithm Code Info: Data/Input/Output

GFMoraga marked this conversation as resolved.
Show resolved Hide resolved
> **Specify details:**

### Code:

```python
# Code
```

### Requirements/ Dependencies:

- [ ]
1. Yes
- [ ]
2. No
GFMoraga marked this conversation as resolved.
Show resolved Hide resolved

### If yes, specify:

### Other Notes:
GFMoraga marked this conversation as resolved.
Show resolved Hide resolved
25 changes: 25 additions & 0 deletions .github/issue_templates/Bug_reporting.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
Where did it occur?
GFMoraga marked this conversation as resolved.
Show resolved Hide resolved

### Steps to reproduce the issue

1.
2.
3.

### Code Snippet:

```python
# Code
```

### Expected behavior (What should happen)

### Actual behavior (What does happen)

### Additional notes
GFMoraga marked this conversation as resolved.
Show resolved Hide resolved

### Did you try to fix the issue? (Yes/No)

- [ ] Yes
- [ ] No
- [ ] I tried but I couldn't fix it
GFMoraga marked this conversation as resolved.
Show resolved Hide resolved