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

Commit

Permalink
Add issue templates (#648)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazk authored Oct 29, 2018
1 parent d1c1d8b commit a071140
Show file tree
Hide file tree
Showing 4 changed files with 78 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
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.]
15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE/request-language-version.md
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.
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/request-language.md
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.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/request-package.md
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.

0 comments on commit a071140

Please sign in to comment.