File tree Expand file tree Collapse file tree 4 files changed +36
-3
lines changed Expand file tree Collapse file tree 4 files changed +36
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11name : Bug Report
22description : File a bug report
3- title : " "
43labels : ["bug"]
54body :
65 - type : markdown
Original file line number Diff line number Diff line change @@ -2,4 +2,13 @@ blank_issues_enabled: false
22contact_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!
Original file line number Diff line number Diff line change 11name : Feature request
22description : Suggest an idea for this project
3- title : " "
43labels : ["enhancement"]
54body :
65 - type : textarea
You can’t perform that action at this time.
0 commit comments