diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000000..59e8e907a8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,52 @@ +--- +name: "\U0001F41B Bug report" +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' + +--- + + + +**Describe the bug** +A clear and concise description of what the bug is. + + + +**To Reproduce** +Steps to reproduce the issue, or JavaScript code that causes this failure. + + + +**Expected behavior** +Explain what you expected to happen, and what is happening instead. + + + +**Build environment (please complete the following information):** + - OS: [e.g. Fedora Linux] + - Version: [e.g. 32] + - Target triple: [e.g. x86_64-unknown-linux-gnu] + - Rustc version: [e.g. rustc 1.43.0 (4fb7144ed 2020-04-20), running `rustc -V`] + +**Additional context** +Add any other context about the problem here. + + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000000..d1962be48b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Discord channel + url: https://discord.gg/tUFFk9Y + about: Please ask and answer questions here. diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md new file mode 100644 index 0000000000..66c115d73d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -0,0 +1,13 @@ +--- +name: Custom +about: Open an issue in the repo that is neither a bug or a feature +title: '' +labels: '' +assignees: '' + +--- + + +E.g.: I think we should improve the way the JavaScript interpreter works by... diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000000..7252733cbc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,44 @@ +--- +name: "\U0001F680 Feature request" +about: Suggest an idea for this project +title: '' +labels: enhancement +assignees: '' + +--- + + + +**ECMASCript feature** +Explain the ECMAScript feature that you'd like to see implemented. + + + +**Example code** +Give a code example that should work after the implementation of this feature. + + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000000..4acdf2b7c3 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,11 @@ + + +This Pull Request fixes/closes #{issue_num}. + +It changes the following: + - + - + -