Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
ocots authored Aug 25, 2024
1 parent 2f92d7b commit b33f3b5
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/blank-issue.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Blank issue
about: Blank template for general issue
title: "[General] ..."
title: "[General] title"
labels: ''
assignees: jbcaillau, ocots

Expand Down
20 changes: 10 additions & 10 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Bug report
about: Create a bug report to help us improve
title: "[Bug] ..."
title: "[Bug] title"
labels: bug
assignees: jbcaillau, ocots

Expand All @@ -11,21 +11,21 @@ assignees: jbcaillau, ocots
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
Give if possible the code to reproduce the error:

```julia
julia> f(x)=1
f (generic function with 1 method)

julia> f()
ERROR: MethodError: no method matching f()
```

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Version [e.g. 22]

**Additional context**
Add any other context about the problem here.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/developers-.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: 'Developers '
about: Suggest internal modifications
title: "[Dev]"
title: "[Dev] title"
labels: internal dev
assignees: jbcaillau, ocots, PierreMartinon

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/documentation-suggestion.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Documentation suggestion
about: Suggest improvements or additions to the documentation
title: "[Doc] ..."
title: "[Doc] title"
labels: documentation
assignees: jbcaillau, ocots

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[Feature] ..."
title: "[Feature] title"
labels: enhancement
assignees: jbcaillau, ocots, PierreMartinon

Expand Down

0 comments on commit b33f3b5

Please sign in to comment.