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 Jul 27, 2021
1 parent 4f2ad47 commit 75283ab
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 5 deletions.
18 changes: 13 additions & 5 deletions .github/ISSUE_TEMPLATE.md → .github/ISSUE_TEMPLATE/BUG_REPORT.md
@@ -1,19 +1,27 @@
### Are you in the right place?
* For issues or feature requests file a GitHub issue in this repository
* For general questions or discussion post in [Gitter](https://gitter.im/piotrmurach/tty)
---
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

```
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?
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: TTY Community Discussions
url: https://github.com/piotrmurach/tty/discussions
about: Suggest ideas, ask and answer questions

0 comments on commit 75283ab

Please sign in to comment.