Skip to content

Commit 76f0c47

Browse files
committed
misc: working on the issue templates (skip-ci)
1 parent e4983fc commit 76f0c47

File tree

4 files changed

+36
-3
lines changed

4 files changed

+36
-3
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
## The problem
2+
<!--
3+
Describe the issue you are experiencing here. Providing code snippets is
4+
highly encouraged, as well as screenshots if relevant.
5+
-->
6+
7+
8+
## Environment
9+
<!--
10+
Provide details about the versions you are using, which helps us to reproduce
11+
and find the issue quicker.
12+
-->
13+
14+
- Operating system:
15+
- ArkScript version used:
16+
17+
## Traceback/Error logs
18+
<!--
19+
If you come across any trace or error logs, please provide them.
20+
-->
21+
22+
```txt
23+
24+
```
25+
26+
## Additional information

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: Bug Report
22
description: File a bug report
3-
title: ""
43
labels: ["bug"]
54
body:
65
- type: markdown

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,13 @@ blank_issues_enabled: false
22
contact_links:
33
- name: ArkScript community discord server
44
url: https://discord.gg/YT5yDwn
5-
about: Please ask and answer questions here.
5+
about: Please ask and answer questions here.
6+
- name: ArkScript standard library issue tracker
7+
url: https://github.com/ArkScript-lang/std/issues
8+
about: Issues related to the standard library should go on the corresponding issue tracker
9+
- name: ArkScript modules issue tracker
10+
url: https://github.com/ArkScript-lang/modules/issues
11+
about: Issues related to the modules should go on the corresponding issue tracker
12+
- name: The project documentation
13+
url: https://arkscript-lang.dev/impl/
14+
about: Not sure where to look? Check out the documentation first!

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: Feature request
22
description: Suggest an idea for this project
3-
title: ""
43
labels: ["enhancement"]
54
body:
65
- type: textarea

0 commit comments

Comments
 (0)