Resolve comments

This commit is contained in:
Vladimir Safonkin 2021-02-02 17:53:24 +03:00
parent 9a46dbb681
commit daad66578a
3 changed files with 27 additions and 14 deletions

View File

@ -7,11 +7,26 @@ assignees: ''
--- ---
**Description:** A clear and concise description of what the bug is. **Description:**
A clear and concise description of what the bug is.
**Expected behavior:** A description of what you expected to happen. **Expected behavior:**
A description of what you expected to happen.
**Actual behavior:** A description of what is actually happening. **Actual behavior:**
A description of what is actually happening.
**Task version:**
Specify the task version
**Platform:**
- [ ] Ubuntu
- [ ] macOS
- [ ] Windows
**Runner type:**
- [ ] Hosted
- [ ] Self-hosted
**Repro steps:** **Repro steps:**
A description with steps to reproduce the issue. If your have a public example or repo to share, please provide the link. A description with steps to reproduce the issue. If your have a public example or repo to share, please provide the link.

View File

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

View File

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