mirror of https://github.com/luizdepra/hugo-coder.git

Andrey
16.49.2022 57d7d5eb05d9c46de65ffd35443669978ede1e1b
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>
3 files added
52 ■■■■■ changed files
.github/ISSUE_TEMPLATE/bug_report.md 30 ●●●●● patch | view | raw | blame | history
.github/ISSUE_TEMPLATE/feature_request.md 11 ●●●●● patch | view | raw | blame | history
.github/ISSUE_TEMPLATE/question.md 11 ●●●●● patch | view | raw | blame | history
.github/ISSUE_TEMPLATE/bug_report.md
New file
@@ -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
```
.github/ISSUE_TEMPLATE/feature_request.md
New file
@@ -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_
.github/ISSUE_TEMPLATE/question.md
New file
@@ -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_