Bladeren bron

Issue #125 Update PR template (#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á <luizdepra@users.noreply.github.com>
Andrey 3 jaren geleden
bovenliggende
commit
57d7d5eb05

+ 30 - 0
.github/ISSUE_TEMPLATE/bug_report.md

@@ -0,0 +1,30 @@
+---
+name: Bug report
+about: Create a report to help us improve
+title: ""
+labels: "Triage Needed"
+assignees: ""
+---
+
+## Describe the problem:
+
+_Explain the problem you have encountered_
+
+### Steps to reproduce:
+
+1. ***
+2. ***
+3. ***
+
+### Observed Results:
+
+-   What happened?
+-   What did you expect to happen?
+
+### Relevant code exceptions or logs
+
+Note: Please copy/paste text of the messages, no screenshots of logs please.
+
+```
+// paste your log here
+```

+ 11 - 0
.github/ISSUE_TEMPLATE/feature_request.md

@@ -0,0 +1,11 @@
+---
+name: Feature request
+about: Suggest an idea for this project
+title: ""
+labels: ""
+assignees: ""
+---
+
+## Describe the enhancement
+
+_Explain the enhancement you would like_

+ 11 - 0
.github/ISSUE_TEMPLATE/question.md

@@ -0,0 +1,11 @@
+---
+name: Question
+about: Ask a question you could not find an answer in the docs
+title: ""
+labels: "Question"
+assignees: ""
+---
+
+## Your question
+
+_Ask the question you have not been able to find an answer in the Documentation_