1
1
mirror of https://github.com/ariya/phantomjs.git synced 2024-08-16 08:10:57 +03:00

Update issue templates

This commit is contained in:
Ariya Hidayat 2018-09-13 15:00:33 -07:00
parent 466ae257a9
commit b27247529a
4 changed files with 60 additions and 12 deletions

26
.github/ISSUE_TEMPLATE/defect-report.md vendored Executable file
View File

@ -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.

17
.github/ISSUE_TEMPLATE/feature_request.md vendored Executable file
View File

@ -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.

View File

@ -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.

View File

@ -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.