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
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -25,13 +25,13 @@ body:
25
25
If Ramble reported an error, provide the error message. If it did not report an error but the output appears incorrect, provide the incorrect output. If there was no error message and no output but the result is incorrect, describe how it does not match what you expect.
26
26
placeholder: |
27
27
```console
28
-
$ spack --debug --stacktrace <command>
28
+
$ ramble --debug --stacktrace <command>
29
29
```
30
30
- type: textarea
31
31
id: information
32
32
attributes:
33
33
label: Information on your system
34
-
description: Please include the output of `spack debug report`
34
+
description: Please include the output of `ramble debug report`
35
35
validations:
36
36
required: true
37
37
- type: markdown
@@ -53,6 +53,4 @@ body:
53
53
attributes:
54
54
value: |
55
55
We encourage you to try, as much as possible, to reduce your problem to the minimal example that still reproduces the issue. That would help us a lot in fixing it quickly and effectively!
56
-
If you want to ask a question about the tool (how to use it, what it can currently do, etc.), try the `#general` channel on [our Slack](https://slack.spack.io/) first. We have a welcoming community and chances are you'll get your reply faster and without opening an issue.
57
-
58
56
Other than that, thanks for taking the time to contribute to Ramble!
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/feature_request.yml
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,4 @@ body:
36
36
- type: markdown
37
37
attributes:
38
38
value: |
39
-
If you want to ask a question about the tool (how to use it, what it can currently do, etc.), try the `#general` channel on [our Slack](https://slack.spack.io/) first. We have a welcoming community and chances are you'll get your reply faster and without opening an issue.
40
-
41
-
Other than that, thanks for taking the time to contribute to Ramble!
39
+
Thanks for taking the time to contribute to Ramble!
0 commit comments