Skip to content

Commit

Permalink
remove default text of the Issue templates (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
oameye authored Sep 18, 2024
1 parent dba5ed2 commit 46fc649
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 63 deletions.
45 changes: 0 additions & 45 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,48 +7,3 @@ assignees: ''

---

**Describe the bug**

A clear and concise description of what the bug is.

**Expected behavior**

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

**Minimal Reproducible Example**

Without MRE, we would only be able to help you to a limited extent, and attention to the issue would be limited. to know more about MRE refer to [wikipedia](https://en.wikipedia.org/wiki/Minimal_reproducible_example) and [stackoverflow](https://stackoverflow.com/help/minimal-reproducible-example).

```julia

```

**Error & Stacktrace**

```julia

```

**Environment (please complete the following information):**

- Output of `using Pkg; Pkg.status()`

```julia

```

- Output of `using Pkg; Pkg.status(; mode = PKGMODE_MANIFEST)`

```julia

```

- Output of `versioninfo()`

```julia

```

**Additional context**

Add any other context about the problem here.
16 changes: 0 additions & 16 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,3 @@ labels: enhancement
assignees: ''

---

**Is your feature request related to a problem? Please describe.**

A clear and concise description of what the problem is. Ex. I’m always frustrated when []

**Describe the solution you’d like**

A clear and concise description of what you want to happen.

**Describe alternatives you’ve considered**

A clear and concise description of any alternative solutions or features you’ve considered.

**Additional context**

Add any other context or screenshots about the feature request here.
2 changes: 0 additions & 2 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,3 @@ labels: question
assignees: ''

---

**Question**

0 comments on commit 46fc649

Please sign in to comment.