Skip to content

Commit 9e452f2

Browse files
authored
chore(github): issue template configuration and update issue templates (#96)
1 parent bee85d6 commit 9e452f2

File tree

6 files changed

+61
-57
lines changed

6 files changed

+61
-57
lines changed

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 0 additions & 31 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
name: Bug
2+
description: Report a bug
3+
title: "Bug: "
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Thanks for taking the time to fill out this bug report!
9+
10+
⚠️ Your issue will be closed as "not planned" if:
11+
- you do not fill out **the title of the issue** ☝️
12+
- you do not provide the **libevm version** as requested below
13+
- type: input
14+
id: host-os
15+
attributes:
16+
label: Host platform
17+
description: What is your host platform?
18+
placeholder: "Debian Buster amd64"
19+
- type: input
20+
id: version
21+
attributes:
22+
label: What is the version of libevm
23+
validations:
24+
required: true
25+
- type: textarea
26+
id: problem
27+
attributes:
28+
label: "What's the problem 🤔"
29+
placeholder: "That feature does not work..."
30+
validations:
31+
required: true
32+
- type: textarea
33+
id: logs
34+
attributes:
35+
label: Share your logs if needed
36+
render: plain text
37+
- type: textarea
38+
id: config
39+
attributes:
40+
label: Share your configuration(s) if needed
41+
render: plain text

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Need help
4+
url: https://github.com/ava-labs/libevm/discussions/new/choose
5+
about: Please create a Github discussion.

.github/ISSUE_TEMPLATE/feature.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/feature.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Feature request
2+
description: Suggest a feature to add to libevm
3+
title: "Feature request: "
4+
body:
5+
- type: textarea
6+
id: description
7+
attributes:
8+
label: "What's the feature 🧐"
9+
placeholder: "Describe the feature you want and why it should be added"
10+
validations:
11+
required: true
12+
- type: textarea
13+
id: description
14+
attributes:
15+
label: "How would you recommend implementing it?"

.github/ISSUE_TEMPLATE/question.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)