Skip to content

Commit 2c0930b

Browse files
fredemmottfacebook-github-bot
authored andcommitted
Improve bug report github issue template (facebook#8705)
Summary: - clarify that we want both actual and expected behavior - we prefer text to screenshots - rename 'desktop' section to 'environment' - ask how HHVM was installed Pull Request resolved: facebook#8705 Reviewed By: alexeyt Differential Revision: D21663528 fbshipit-source-id: 695615c9b3aa5b78081b10b0fd11636091b86bda
1 parent dd37d29 commit 2c0930b

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+11-7
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,20 @@ Steps to reproduce the behavior:
2020
4. See error
2121

2222
**Expected behavior**
23+
2324
A clear and concise description of what you expected to happen.
2425

25-
**Screenshots**
26-
If applicable, add screenshots to help explain your problem.
26+
**Actual behavior**
27+
28+
Copy-paste output, or add a screenshot to illustrate what actually happens. Copy-pasted text output (e.g. from `hhvm` or `hh_client`) is preferred to screenshots.
2729

28-
**Desktop (please complete the following information):**
29-
- OS:
30-
> For example, 'Debian Squeeze', 'Ubuntu 16.04', 'MacOS High Sierra'. Please also mention if you are using Docker or similar images.
31-
- HHVM Version:
30+
**Environment**
31+
- Operating system
32+
> For example, 'Debian Squeeze', 'Ubuntu 18.04', 'MacOS Catalina'.
33+
- Installation method
34+
> For example, 'built from source', 'apt-get with dl.hhvm.com repository', 'hhvm/hhvm on dockerhub', 'homebrew'
35+
- HHVM Version
3236
> Please include the output of `hhvm --version` and `hh_client --version`
3337
3438
**Additional context**
35-
Add any other context about the problem here.
39+
Add any other context about the problem here.

0 commit comments

Comments
 (0)