Skip to content

Commit

Permalink
22-issue-templates-and-query (#23)
Browse files Browse the repository at this point in the history
* issues notebook

* issue templates

---------

Co-authored-by: bwrob <[email protected]>
  • Loading branch information
bwrob and bwrob authored Sep 26, 2024
1 parent 6d3bd7c commit 8bf2ceb
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 24 deletions.
16 changes: 2 additions & 14 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
labels: 'bugfix'
assignees: ''

---
Expand All @@ -28,19 +28,7 @@ A clear and concise description of what you expected to happen.

If applicable, add screenshots to help explain your problem.

## Desktop (please complete the following information)
## Setup (please complete the following information)

- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

## Smartphone (please complete the following information)

- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]

## Additional context

Add any other context about the problem here.
8 changes: 0 additions & 8 deletions .github/ISSUE_TEMPLATE/feature.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,10 @@ assignees: ''

---

## Roadmap step

Part of the roadmap you would like to add to the issue.

## Description

Describe the feature in detail.

## What does it solve?

What does it solve?

## References

List any references to external documentation here.
Expand Down
29 changes: 27 additions & 2 deletions issues_notebook.github-issues
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,31 @@
{
"kind": 2,
"language": "github-issues",
"value": "repo:bwrob/options-dataframes is:open\n"
"value": "$repo=repo:bwrob/options-dataframes is:open"
},
{
"kind": 2,
"language": "github-issues",
"value": "$repo milestone:\"Dummy Rust-Python interop package.\""
},
{
"kind": 2,
"language": "github-issues",
"value": "$repo milestone:\"Black-Scholes Calculations\""
},
{
"kind": 2,
"language": "github-issues",
"value": "$repo milestone:\"CI Pipeline and Git convinience\""
},
{
"kind": 2,
"language": "github-issues",
"value": "$repo milestone:\"Options Test Data\""
},
{
"kind": 2,
"language": "github-issues",
"value": "$repo milestone:\"Implied Volatility Calculation\""
}
]
]

0 comments on commit 8bf2ceb

Please sign in to comment.