Skip to content

Commit e7b04f5

Browse files
Create config.yml
1 parent e3e7c7a commit e7b04f5

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
blank_issues_enabled: true
2+
contact_links:
3+
- name: arrowcode Discussions
4+
url: https://github.com/Chintanpatel24/arrowcode/discussions
5+
about: Please ask questions or start a discussion here.
6+
7+
issue_templates:
8+
- name: Bug Report
9+
description: Something isn't working as expected
10+
title: "[Bug]: "
11+
labels: ["bug"]
12+
body: "./bug_report.md"
13+
14+
- name: Feature Request
15+
description: Suggest a new idea or improvement
16+
title: "[Feature]: "
17+
labels: ["enhancement"]
18+
body: "./feature_request.md"

0 commit comments

Comments
 (0)