Skip to content

Commit

Permalink
Add new issue templates workflow to replace the old version
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmurach committed Aug 22, 2021
1 parent d5e3a1b commit 12dba9a
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 5 deletions.
17 changes: 12 additions & 5 deletions .github/ISSUE_TEMPLATE.md → .github/ISSUE_TEMPLATE/BUG_REPORT.md
@@ -1,9 +1,14 @@
### Are you in the right place?
* For issues or feature requests file a GitHub issue in this repository
* For general questions or discussion post on StackOverflow
---
name: Bug report
about: Report something not working correctly or as expected
title: ''
labels: bug
assignees: ''
---

### Describe the problem
A brief description of the issue/feature.

A brief description of the issue.

### Steps to reproduce the problem

Expand All @@ -12,9 +17,11 @@ Your code here to reproduce the issue
```

### Actual behaviour
What happened? This could be a description, log output, error raised etc...

What happened? This could be a description, log output, error raised etc.

### Expected behaviour

What did you expect to happen?

### Describe your environment
Expand Down
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
@@ -0,0 +1,23 @@
---
name: Feature request
about: Suggest new functionality
title: ''
labels: enhancement
assignees: ''
---

### Describe the problem

A brief description of the problem you're trying to solve.

### How would the new feature work?

A short explanation of the new feature.

```
Example code that shows possible usage
```

### Drawbacks

Can you see any potential drawbacks?
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1 @@
blank_issues_enabled: false

0 comments on commit 12dba9a

Please sign in to comment.