Skip to content

Commit fbb3ced

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

File tree

2 files changed

+37
-2
lines changed

2 files changed

+37
-2
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/config.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
1-
blank_issues_enabled: false
1+
blank_issues_enabled: true
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!

0 commit comments

Comments
 (0)