diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 00000000..fec2a27c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -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.] diff --git a/.github/ISSUE_TEMPLATE/request-language-version.md b/.github/ISSUE_TEMPLATE/request-language-version.md new file mode 100644 index 00000000..44445cb2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/request-language-version.md @@ -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. diff --git a/.github/ISSUE_TEMPLATE/request-language.md b/.github/ISSUE_TEMPLATE/request-language.md new file mode 100644 index 00000000..f3753dd0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/request-language.md @@ -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. diff --git a/.github/ISSUE_TEMPLATE/request-package.md b/.github/ISSUE_TEMPLATE/request-package.md new file mode 100644 index 00000000..5df9fb59 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/request-package.md @@ -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.