Skip to content

Commit

Permalink
chore: New issue template (#345)
Browse files Browse the repository at this point in the history
* chore: New issues template

Signed-off-by: Valentin Kiselev <mrexox@evilmartians.com>

* chore: Style fix

Signed-off-by: Valentin Kiselev <mrexox@evilmartians.com>

Signed-off-by: Valentin Kiselev <mrexox@evilmartians.com>
  • Loading branch information
mrexox authored Oct 30, 2022
1 parent 7c62002 commit 5221291
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
name: 🐞 Report a bug
about: Found something broken? Let us know! If it's not yet reproducible, please `Ask a question` instead.
labels: 'bug'
---

### Summary

<!-- A brief summary of the problem. -->

### Steps to reproduce

<!-- All bug reports should include detailed steps to reproduce -->

### Expected results

<!-- Outline what you expected to see -->

### Actual results

<!-- Outline the actual results -->

### Possible Solution

<!--- Optionally suggest a fix or reason for the bug -->

### Screenshots

<!--- If this is a bug that can be represented visually then please provide a screenshot or animated GIF/SVG. Doing so makes it easier to verify and debug issues and will speed up response times -->
15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
blank_issues_enabled: false

contact_links:
- name: 💡 Discuss an idea
url: https://github.com/evilmartians/lefthook/discussions/new?category=ideas
about: Suggest a feature or an improvement.

- name: ❔ Ask a question
url: https://github.com/evilmartians/lefthook/discussions/new
about: Ask questions and discuss with other `lefthook` users or maintainers.

- name: 🙏 Request help
url: https://github.com/remirror/remirror/discussions/new
about: Ask the `lefthook` community for help.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: ⭐ Feature request
about: Want something to be implemented in `lefthook`? Create a feature request! If you are not sure, or just have an idea, please `Discuss an idea` instead.
labels: 'feature request'
---

### Summary

<!-- A brief summary of a feature. -->

### Value

<!-- A few words about what problem it is solving or how it makes life easier. -->

### Behavior and configuration changes

<!-- What should be changed in current behavior/configuration? -->

0 comments on commit 5221291

Please sign in to comment.