Skip to content

Commit

Permalink
Merge pull request IMAP-Science-Operations-Center#18 from GFMoraga/is…
Browse files Browse the repository at this point in the history
…sue_templates

adding templates for issues
  • Loading branch information
GFMoraga authored Jul 14, 2023
2 parents 642f377 + 0955778 commit f94387c
Show file tree
Hide file tree
Showing 4 changed files with 71 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/issue_templates/Algorithim_development.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
### Algorithm Description:

### Requirements:

> **Specify: (optional)**
### Algorithm Code Information:
> Input data:
> > **Specify details:**
>
> Algorithim steps/psuedocode:
> > **Specify details:**
>
> Output data:
> > **Specify details:**

### Code:

```python
# Code
```

#### Specify if any dependicies were added



### Other Notes:

### Related Issues/PRs:
23 changes: 23 additions & 0 deletions .github/issue_templates/Bug_reporting.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
## 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?
17 changes: 17 additions & 0 deletions .github/issue_templates/General_issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
### Topic:

### Description:

### Requirements

> **Specify: (optional)**
### Code Snippet (optional):

```python
# Code
```

### Related (optional):

### Follow-up comments:
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -161,3 +161,4 @@ cython_debug/
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
.idea/
.DS_Store

0 comments on commit f94387c

Please sign in to comment.