Skip to content

Commit 089d28c

Browse files
Merge pull request #119 from vsafonkin/v-vlsafo/issue-pr-templates
Add issue and pull request templates
2 parents 61c9e3a + 552366f commit 089d28c

File tree

3 files changed

+57
-0
lines changed

3 files changed

+57
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
name: Bug report
3+
about: Create a bug report
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
**Description:**
11+
A clear and concise description of what the bug is.
12+
13+
**Task version:**
14+
Specify the task version
15+
16+
**Platform:**
17+
- [ ] Ubuntu
18+
- [ ] macOS
19+
- [ ] Windows
20+
21+
**Runner type:**
22+
- [ ] Hosted
23+
- [ ] Self-hosted
24+
25+
**Repro steps:**
26+
A description with steps to reproduce the issue. If your have a public example or repo to share, please provide the link.
27+
28+
**Expected behavior:**
29+
A description of what you expected to happen.
30+
31+
**Actual behavior:**
32+
A description of what is actually happening.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: feature request
6+
assignees: ''
7+
---
8+
9+
**Description:**
10+
Describe your proposal.
11+
12+
**Justification:**
13+
Justification or a use case for your proposal.
14+
15+
**Are you willing to submit a PR?**
16+
<!--- We accept contributions! -->

.github/pull_request_template.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
**Description:**
2+
Describe your changes.
3+
4+
**Related issue:**
5+
Add link to the related issue.
6+
7+
**Check list:**
8+
- [ ] Mark if documentation changes are required.
9+
- [ ] Mark if tests were added or updated to cover the changes.

0 commit comments

Comments
 (0)