Skip to content

Commit 46fc649

Browse files
authored
remove default text of the Issue templates (#252)
1 parent dba5ed2 commit 46fc649

File tree

3 files changed

+0
-63
lines changed

3 files changed

+0
-63
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -7,48 +7,3 @@ assignees: ''
77

88
---
99

10-
**Describe the bug**
11-
12-
A clear and concise description of what the bug is.
13-
14-
**Expected behavior**
15-
16-
A clear and concise description of what you expected to happen.
17-
18-
**Minimal Reproducible Example**
19-
20-
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).
21-
22-
```julia
23-
24-
```
25-
26-
**Error & Stacktrace**
27-
28-
```julia
29-
30-
```
31-
32-
**Environment (please complete the following information):**
33-
34-
- Output of `using Pkg; Pkg.status()`
35-
36-
```julia
37-
38-
```
39-
40-
- Output of `using Pkg; Pkg.status(; mode = PKGMODE_MANIFEST)`
41-
42-
```julia
43-
44-
```
45-
46-
- Output of `versioninfo()`
47-
48-
```julia
49-
50-
```
51-
52-
**Additional context**
53-
54-
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,3 @@ labels: enhancement
66
assignees: ''
77

88
---
9-
10-
**Is your feature request related to a problem? Please describe.**
11-
12-
A clear and concise description of what the problem is. Ex. I’m always frustrated when []
13-
14-
**Describe the solution you’d like**
15-
16-
A clear and concise description of what you want to happen.
17-
18-
**Describe alternatives you’ve considered**
19-
20-
A clear and concise description of any alternative solutions or features you’ve considered.
21-
22-
**Additional context**
23-
24-
Add any other context or screenshots about the feature request here.

.github/ISSUE_TEMPLATE/question.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,3 @@ labels: question
66
assignees: ''
77

88
---
9-
10-
**Question**

0 commit comments

Comments
 (0)