Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit a071140

Browse files
authored
Add issue templates (#648)
1 parent d1c1d8b commit a071140

File tree

4 files changed

+78
-0
lines changed

4 files changed

+78
-0
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
name: Bug Report
3+
about: Report a bug
4+
5+
---
6+
7+
#### Describe the bug
8+
9+
[A clear and concise description of what the bug is. Also, please make the issue title is descriptive.]
10+
11+
#### To Reproduce
12+
13+
[Example code]
14+
15+
#### Expected Behavior
16+
17+
[A clear and concise description of what you expected to happen.]
18+
19+
#### Screenshots
20+
21+
[If applicable, add screenshots to help explain your problem.]
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: Request Language Version
3+
about: Request a newer language version
4+
5+
---
6+
7+
Please complete the following information:
8+
9+
- Name: (make the issue title "Add [language] [version]")
10+
- Version:
11+
- Release Note/Changelog:
12+
13+
---
14+
15+
:+1: reaction _might_ help.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
name: Request Language
3+
about: Request a new language support
4+
5+
---
6+
7+
Please complete the following information about the language:
8+
9+
- Name: (also make the issue title "Add [language name]")
10+
- Website:
11+
- Language Version:
12+
13+
The following are optional, but will help us add the language:
14+
15+
- Test Frameworks:
16+
- How to install:
17+
- How to compile/run:
18+
- Any comments: (e.g., what's interesting about this language)
19+
20+
---
21+
22+
:+1: reaction _might_ help.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Request Package
3+
about: Request a package
4+
5+
---
6+
7+
Please complete the following information about the package:
8+
9+
- Name: (make the issue title "Add [package] for [language]")
10+
- Language Name:
11+
- Website:
12+
13+
Following are optional, but will help us consider adding:
14+
15+
- Why is this useful?
16+
- Example Code:
17+
18+
---
19+
20+
:+1: reactions _might_ help.

0 commit comments

Comments
 (0)