Skip to content

Commit

Permalink
Introduce multiple issue templates
Browse files Browse the repository at this point in the history
Co-authored-by: hsoltysi <[email protected]>
  • Loading branch information
2 people authored and marcinslusarz committed Nov 7, 2019
1 parent 043a0bf commit 9a3bbdb
Show file tree
Hide file tree
Showing 5 changed files with 119 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE.md
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 -->
49 changes: 49 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
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 -->
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.md
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 -->
15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
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
-->
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.*
!.github
!.gitignore
!.gitattributes
!.cirrus.yml
Expand Down

0 comments on commit 9a3bbdb

Please sign in to comment.