Skip to content

Commit 57d7d5e

Browse files
naavladluizdepra
andauthored
Issue luizdepra#125 Update PR template (luizdepra#741)
### Prerequisites Put an `x` into the box(es) that apply: - [ ] This pull request fixes a bug. - [x] This pull request adds a feature. - [ ] This pull request introduces breaking change. ### Description Maked PR template simple #### Contributors - [x] Add yourself to `CONTRIBUTORS.md` if you aren't on it already Co-authored-by: Luiz F. A. de Prá <[email protected]>
1 parent 7fa76b4 commit 57d7d5e

File tree

3 files changed

+52
-0
lines changed

3 files changed

+52
-0
lines changed

Diff for: .github/ISSUE_TEMPLATE/bug_report.md

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ""
5+
labels: "Triage Needed"
6+
assignees: ""
7+
---
8+
9+
## Describe the problem:
10+
11+
_Explain the problem you have encountered_
12+
13+
### Steps to reproduce:
14+
15+
1. ***
16+
2. ***
17+
3. ***
18+
19+
### Observed Results:
20+
21+
- What happened?
22+
- What did you expect to happen?
23+
24+
### Relevant code exceptions or logs
25+
26+
Note: Please copy/paste text of the messages, no screenshots of logs please.
27+
28+
```
29+
// paste your log here
30+
```

Diff for: .github/ISSUE_TEMPLATE/feature_request.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ""
5+
labels: ""
6+
assignees: ""
7+
---
8+
9+
## Describe the enhancement
10+
11+
_Explain the enhancement you would like_

Diff for: .github/ISSUE_TEMPLATE/question.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
name: Question
3+
about: Ask a question you could not find an answer in the docs
4+
title: ""
5+
labels: "Question"
6+
assignees: ""
7+
---
8+
9+
## Your question
10+
11+
_Ask the question you have not been able to find an answer in the Documentation_

0 commit comments

Comments
 (0)