Skip to content

Commit 0147cd0

Browse files
authored
Merge pull request #10802 from jsquyres/pr/github-updates
Github metadata updates
2 parents fa0c9ac + 51a6b4c commit 0147cd0

File tree

3 files changed

+32
-4
lines changed

3 files changed

+32
-4
lines changed

.github/issue_template.md renamed to .github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
110
Thank you for taking the time to submit an issue!
211

312
## Background information
@@ -16,9 +25,9 @@ Thank you for taking the time to submit an issue!
1625

1726
### Please describe the system on which you are running
1827

19-
* Operating system/version:
20-
* Computer hardware:
21-
* Network type:
28+
* Operating system/version:
29+
* Computer hardware:
30+
* Network type:
2231

2332
-----------------------------
2433

@@ -30,4 +39,3 @@ Please describe, in detail, the problem that you are having, including the behav
3039
```shell
3140
shell$ mpirun -n 2 ./hello_world
3241
```
33-
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)