Skip to content

Commit

Permalink
Merge branch 'main' into templates
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielVandH authored Jul 21, 2024
2 parents 1e676d3 + ee70840 commit 87e20db
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
name: Bug report
about: Report a bug with DelaunayTriangulation.jl
title: "[BUG]: "
labels: ''
assignees: ''

---

**Describe the bug**

Describe the bug here.

**Reproducer**

Give a minimal working example of your bug here, e.g. something like

```julia
setup()
function()
< error message, or incorrect result >
```

Describe what you expected to obtain.

**Environment information**

Post the result of doing

```julia
using InteractiveUtils
versioninfo()
```

and

```julia
using Pkg
Pkg.status()
```
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: true
contact_links:
- name: Question and/or feature request
url: https://github.com/JuliaGeometry/DelaunayTriangulation.jl/discussions
about: Please ask and answer questions about DelaunayTriangulation.jl, as well as request features, on the Discussions tab.
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation-issues.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: Documentation issues
about: Report a problem with DelaunayTriangulation's documentation
title: "[Documentation]: "
labels: ''
assignees: ''

---

**Describe the issue**

Describe the problem with the documentation. Please include a link to the relevant part of the documentation, including any code snippets if applicable.

**Suggestion**

Suggest how the issue could be improved.

0 comments on commit 87e20db

Please sign in to comment.