-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add templates for github pr and issues (#27)
- Loading branch information
Showing
3 changed files
with
65 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,32 @@ | ||
--- | ||
name: Bug report | ||
about: Report a bug in the project | ||
title: '' | ||
labels: bug | ||
assignees: mszostok | ||
--- | ||
|
||
<!-- Thank you for your contribution --> | ||
|
||
**Description** | ||
|
||
<!-- Provide a clear and concise description of the problem. | ||
Describe where it appears, when it occurred, and what it affects. --> | ||
|
||
<!-- Provide relevant technical details such as the browser name and version, or the operating system. --> | ||
|
||
**Expected result** | ||
|
||
<!-- Describe what you expect to happen. --> | ||
|
||
**Actual result** | ||
|
||
<!-- Describe what happens instead. --> | ||
|
||
**Steps to reproduce** | ||
|
||
<!-- List the steps to follow to reproduce the bug. Attach any files, links, code samples, or screenshots that could help in investigating the problem. --> | ||
|
||
**Troubleshooting** | ||
|
||
<!-- Describe the steps you have already taken to solve the issue. --> |
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,18 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an improvement to the project | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- Thank you for your contribution.--> | ||
|
||
**Description** | ||
|
||
<!-- Provide a clear and concise description of the feature. --> | ||
|
||
**Reasons** | ||
|
||
<!-- Explain why we should add this feature. Provide use cases to illustrate its benefits. --> |
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 @@ | ||
<!-- Thank you for your contribution --> | ||
|
||
**Description** | ||
|
||
Changes proposed in this pull request: | ||
|
||
- ... | ||
- ... | ||
- ... | ||
|
||
**Related issue(s)** | ||
|
||
<!-- If you refer to a particular issue, provide its number. For example, `Resolves #123`, `Fixes #43`, or `See also #33`. --> | ||
|
||
|