This repository has been archived by the owner on Oct 14, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
78 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
name: Bug Report | ||
about: Report a bug | ||
|
||
--- | ||
|
||
#### Describe the bug | ||
|
||
[A clear and concise description of what the bug is. Also, please make the issue title is descriptive.] | ||
|
||
#### To Reproduce | ||
|
||
[Example code] | ||
|
||
#### Expected Behavior | ||
|
||
[A clear and concise description of what you expected to happen.] | ||
|
||
#### Screenshots | ||
|
||
[If applicable, add screenshots to help explain your problem.] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
name: Request Language Version | ||
about: Request a newer language version | ||
|
||
--- | ||
|
||
Please complete the following information: | ||
|
||
- Name: (make the issue title "Add [language] [version]") | ||
- Version: | ||
- Release Note/Changelog: | ||
|
||
--- | ||
|
||
:+1: reaction _might_ help. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
name: Request Language | ||
about: Request a new language support | ||
|
||
--- | ||
|
||
Please complete the following information about the language: | ||
|
||
- Name: (also make the issue title "Add [language name]") | ||
- Website: | ||
- Language Version: | ||
|
||
The following are optional, but will help us add the language: | ||
|
||
- Test Frameworks: | ||
- How to install: | ||
- How to compile/run: | ||
- Any comments: (e.g., what's interesting about this language) | ||
|
||
--- | ||
|
||
:+1: reaction _might_ help. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
name: Request Package | ||
about: Request a package | ||
|
||
--- | ||
|
||
Please complete the following information about the package: | ||
|
||
- Name: (make the issue title "Add [package] for [language]") | ||
- Language Name: | ||
- Website: | ||
|
||
Following are optional, but will help us consider adding: | ||
|
||
- Why is this useful? | ||
- Example Code: | ||
|
||
--- | ||
|
||
:+1: reactions _might_ help. |