Skip to content

Commit 64c822e

Browse files
Add issue templates used in GitHub
It's based on templates found in repo 'pmem/pmemstream'.
1 parent 1682326 commit 64c822e

File tree

3 files changed

+88
-0
lines changed

3 files changed

+88
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
name: Bug report
3+
about: Did you find a bug in UMF? Please let us know.
4+
labels: "bug"
5+
---
6+
<!--
7+
Before creating new issue, ensure that similar issue wasn't already created
8+
* Search: https://github.com/oneapi-src/unified-memory-framework/issues
9+
10+
Note that if you do not provide enough information to reproduce the issue, we may not be able to take action on your report.
11+
Remember this is just a minimal template. You can extend it with data you think may be useful.
12+
-->
13+
14+
<!-- fill the title of issue with short description -->
15+
16+
## Environment Information
17+
18+
- UMF version (hash commit or a tag): <!-- fill this out -->
19+
- OS(es) version(s): <!-- fill this out -->
20+
- kernel version(s): <!-- fill this out -->
21+
- compiler, libraries, and other related tools version(s): <!-- fill this out -->
22+
23+
<!-- fill in also other useful environment data -->
24+
25+
## Please provide a reproduction of the bug:
26+
27+
<!-- fill this out -->
28+
29+
## How often bug is revealed:
30+
31+
(always, often, rare) <!-- pick one if possible -->
32+
<!-- describe special circumstances -->
33+
34+
## Actual behavior:
35+
36+
<!-- fill this out -->
37+
38+
## Expected behavior:
39+
40+
<!-- fill this out -->
41+
42+
## Details
43+
44+
<!-- fill this out -->
45+
46+
## Additional information about Priority and Help Requested:
47+
48+
Are you willing to submit a pull request with a proposed change? (Yes, No) <!-- check one if possible -->
49+
50+
Requested priority: (Showstopper, High, Medium, Low) <!-- check one if possible -->

.github/ISSUE_TEMPLATE/feature.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
name: Feature
3+
about: Request a feature/enhancement
4+
labels: "enhancement"
5+
---
6+
7+
<!-- fill the title of your feature/enhancement -->
8+
9+
## Rationale
10+
11+
<!-- fill this out -->
12+
13+
## Description
14+
15+
<!-- fill this out -->
16+
17+
## API Changes
18+
19+
<!-- fill this out, if needed -->
20+
21+
## Implementation details
22+
23+
<!-- fill this out if possible -->
24+
25+
## Meta
26+
27+
<!-- fill this out -->

.github/ISSUE_TEMPLATE/question.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
name: Question
3+
about: Do you have question regarding UMF? Don't hesitate to ask.
4+
labels: "question"
5+
---
6+
7+
<!-- fill the title with short version of your question -->
8+
9+
## Details
10+
11+
<!-- fill this out -->

0 commit comments

Comments
 (0)