You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/ISSUE_TEMPLATE/bug_report.yml
+1-2
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ body:
9
9
value: |
10
10
## Before posting a feature request
11
11
Search existing [GitHub issues](https://github.com/SpeysideHEP/spey/issues) to make sure the issue does not already exist.
12
-
12
+
13
13
* **Please use [Markdown syntax](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax).**
14
14
- type: textarea
15
15
id: system
@@ -63,4 +63,3 @@ body:
63
63
options:
64
64
- label: I have searched existing GitHub issues to make sure the issue does not already exist.
Copy file name to clipboardexpand all lines: .github/ISSUE_TEMPLATE/question.yml
+3-3
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,9 @@ body:
10
10
## Before posting a question
11
11
12
12
Search existing [GitHub issues](https://github.com/SpeysideHEP/spey/issues) to make sure the issue does not already exist.
13
-
13
+
14
14
If your question involves software issues, please include your system settings as shown below;
15
-
15
+
16
16
**System Settings:**
17
17
Please copy and paste the output of `spey.about()` function. If you are working on a specific branch please add the name of the branch and last commit ID. The abbreviated commit ID can be found via `git log -n1 --format="%h"` command. To retreive the branch name please use `git rev-parse --abbrev-ref HEAD` command.)
18
18
- type: textarea
@@ -21,7 +21,7 @@ body:
21
21
label: Question
22
22
description: |
23
23
How can we help?
24
-
24
+
25
25
* **Please use [Markdown syntax](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax).**
0 commit comments