-
Notifications
You must be signed in to change notification settings - Fork 508
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: hsoltysi <[email protected]>
- Loading branch information
1 parent
043a0bf
commit 9a3bbdb
Showing
5 changed files
with
119 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# GENERAL ISSUE: <!-- fill the title of regular issue --> | ||
|
||
## Bug Report | ||
|
||
- PMDK package version(s): <!-- fill this out --> | ||
- OS(es) version(s): <!-- fill this out --> | ||
- ndctl version(s): <!-- fill this out --> | ||
- kernel version(s): <!-- fill this out --> | ||
- compiler, libraries, packaging and other related tools version(s): <!-- fill this out --> | ||
<!-- fill in also other useful environment data --> | ||
|
||
## Describe the issue: | ||
|
||
<!-- fill this out --> | ||
|
||
## Actual behavior: | ||
|
||
<!-- fill this out --> | ||
|
||
## Expected behavior: | ||
|
||
<!-- fill this out --> | ||
|
||
## Additional information about Priority and Help Requested: | ||
|
||
Are you willing to submit a pull request with a proposed change? (Yes, No) <!-- check one if possible --> | ||
|
||
Requested priority: (Showstopper, High, Medium, Low) <!-- check one if possible --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
--- | ||
name: Bug report | ||
about: Did you find a bug in PMDK? Please let us know. | ||
labels: "Type: Bug" | ||
--- | ||
<!-- | ||
Before creating new issue, ensure that similar issue wasn't already created | ||
* Search: https://github.com/pmem/pmdk/issues | ||
Note that if you do not provide enough information to reproduce the issue, we may not be able to take action on your report. | ||
Remember this is just a minimal template. You can extend it with data you think may be useful. | ||
--> | ||
|
||
# ISSUE: <!-- fill the title of issue --> | ||
|
||
## Environment Information | ||
|
||
- PMDK package version(s): <!-- fill this out --> | ||
- OS(es) version(s): <!-- fill this out --> | ||
- ndctl version(s): <!-- fill this out --> | ||
- kernel version(s): <!-- fill this out --> | ||
- compiler, libraries, packaging and other related tools version(s): <!-- fill this out --> | ||
<!-- fill in also other useful environment data --> | ||
|
||
## Please provide a reproduction of the bug: | ||
|
||
<!-- fill this out --> | ||
|
||
## How often bug is revealed: (always, often, rare): <!-- check one if possible --> | ||
|
||
<!-- describe special circumstances in section above --> | ||
|
||
## Actual behavior: | ||
|
||
<!-- fill this out --> | ||
|
||
## Expected behavior: | ||
|
||
<!-- fill this out --> | ||
|
||
## Details | ||
|
||
<!-- fill this out --> | ||
|
||
## Additional information about Priority and Help Requested: | ||
|
||
Are you willing to submit a pull request with a proposed change? (Yes, No) <!-- check one if possible --> | ||
|
||
Requested priority: (Showstopper, High, Medium, Low) <!-- check one if possible --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
name: Feature | ||
about: Feature your request | ||
labels: "Type: Feature" | ||
--- | ||
# FEAT: <!-- fill the title of feature --> | ||
|
||
## Rationale | ||
|
||
<!-- fill this out --> | ||
|
||
## Description | ||
|
||
<!-- fill this out --> | ||
|
||
## API Changes | ||
|
||
<!-- fill this out --> | ||
|
||
## Implementation details | ||
|
||
<!-- fill this out if possible --> | ||
|
||
## Meta | ||
|
||
<!-- fill this out --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
name: Question | ||
about: Do you have question regarding PMDK? Don't hesitate to ask. | ||
labels: "Type: Question" | ||
--- | ||
# QUESTION: <!-- fill the title of question --> | ||
|
||
## Details | ||
|
||
<!-- fill this out --> | ||
|
||
<!-- | ||
For questions and other non-bugs, you could use http://groups.google.com/group/pmem | ||
You could also chat with members of the PMDK team real-time on the #pmem IRC channel on OFTC | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
.* | ||
!.github | ||
!.gitignore | ||
!.gitattributes | ||
!.cirrus.yml | ||
|