Add issue and pr templates

This commit is contained in:
Vladimir Safonkin 2021-02-02 10:41:51 +03:00
parent 8336fd394b
commit 9a46dbb681
3 changed files with 29 additions and 12 deletions

View File

@ -2,22 +2,16 @@
name: Bug report
about: Create a bug report
title: ''
labels: ''
labels: bug
assignees: ''
---
### Description
**Description:** A clear and concise description of what the bug is.
<!--
* Please share short description of the problem
-->
**Expected behavior:** A description of what you expected to happen.
### Details
**Actual behavior:** A description of what is actually happening.
<!--
* Include the relevant yaml, platform, and dotnet versions in use
* If an error occurred on a public action, please share a link
* Include any error messages received in text (search does not work for images)
* Was this a regression from previous behavior?
-->
**Repro steps:**
A description with steps to reproduce the issue. If your have a public example or repo to share, please provide the link.

View File

@ -0,0 +1,16 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: ''
---
**Description:**
Describe your proposal.
**Related issue:**
Add issue link.
**Pull request:**
Add pull request link (if it exists).

7
.github/pull_request_template.md vendored Normal file
View File

@ -0,0 +1,7 @@
**Description**: Describe your changes.
**Related issue:** Add link to related issue.
**Documentation changes required:** (Y/N) Mark if documentation changes are required.
**Added tests:** (Y/N) Mark if tests were added or updated according changes.