Skip to content

Commit 8d620aa

Browse files
committed
Add issue templates for DynamicBoundsBase
1 parent 7855be3 commit 8d620aa

2 files changed

Lines changed: 36 additions & 0 deletions

File tree

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: Bug report
3+
about: Help us locate bugs in DynamicBoundsBase
4+
5+
---
6+
7+
Thanks for your interest in DynamicBoundsBase!
8+
9+
Please read the following before posting a new bug report:
10+
11+
If you're submitting a bug report, be sure to include as much relevant information
12+
as possible. In general, you should try include a minimal reproducible example,
13+
the output of `versioninfo()`, and the output of `using Pkg; Pkg,status()`. For
14+
bugs that result in error messages, please include a screenshot of the full
15+
console output. See https://help.github.com/articles/basic-writing-and-formatting-syntax/
16+
for background information on formatting text and code on GitHub issues.
17+
18+
Thanks for your contribution to DynamicBoundsBase!
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: Feature request
3+
about: Suggest how we can improve DynamicBoundsBase
4+
5+
---
6+
7+
Thanks for your interest in DynamicBoundsBase! You can use this Github issue to suggest new
8+
features or make recommendations on additional documentation for DynamicBoundsBase.
9+
10+
**If your feature request is related to a problem, please describe the problem.**
11+
Ex. I can't find a way to [...]
12+
13+
**Describe the solution you'd like**
14+
Provide a clear brief description of the feature you'd like.
15+
16+
**Provide any other context you think we'd find helpful**
17+
18+
Thanks for your contribution to DynamicBoundsBase!

0 commit comments

Comments
 (0)