diff --git a/.github/ISSUE_TEMPLATE/defect-report.md b/.github/ISSUE_TEMPLATE/defect-report.md new file mode 100755 index 000000000..22a511212 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/defect-report.md @@ -0,0 +1,26 @@ +--- +name: Defect report +about: Create a report to help us improve + +--- + +**Describe the problem** +A clear and concise description of what the problem is. + +**Versions** +Which PhantomJS version? Tip: run `phantomjs --version` +Which OS: Linux, Windows, macOS? + +**Steps to Reproduce** +1. +2. +3. + +**Actual behavior** +What you observed. + +**Expected behavior** +What you expected to happen instead. + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100755 index 000000000..066b2d920 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,17 @@ +--- +name: Feature request +about: Suggest an idea for this project + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/website-incompatibility.md b/.github/ISSUE_TEMPLATE/website-incompatibility.md new file mode 100755 index 000000000..0fe9dd5ca --- /dev/null +++ b/.github/ISSUE_TEMPLATE/website-incompatibility.md @@ -0,0 +1,17 @@ +--- +name: Website incompatibility +about: Report a website not working properly + +--- + +**Summary** +A concise description of the compatibility issue. + +**Test cases** +Any URL or other web page that demonstrates the problem. + +**Initial analysis** +If you did a preliminary troubleshooting, please share your finding. + +**Additional context** +Add any other context or screenshots about the problem. diff --git a/.github/issue_template.md b/.github/issue_template.md deleted file mode 100644 index 8310460b5..000000000 --- a/.github/issue_template.md +++ /dev/null @@ -1,12 +0,0 @@ -1. Which version of PhantomJS are you using? Tip: run `phantomjs --version`. - -2. What steps will reproduce the problem? - 1. - 2. - 3. - -3. Which operating system are you using? - -4. Did you use binary PhantomJS or did you compile it from source? - -5. Please provide any additional information below.