Changeset View
Changeset View
Standalone View
Standalone View
src/docs/contributor/bug_reports.diviner
| Show First 20 Lines • Show All 50 Lines • ▼ Show 20 Lines | |||||
| ================== | ================== | ||||
| Before filing a bug, make sure you are up to date. We receive many bug reports | Before filing a bug, make sure you are up to date. We receive many bug reports | ||||
| for issues we have already fixed, and even if we haven't fixed an issue we'll | for issues we have already fixed, and even if we haven't fixed an issue we'll | ||||
| be able to resolve it more easily if you file a report based on HEAD. (For | be able to resolve it more easily if you file a report based on HEAD. (For | ||||
| example, an old stack trace may not have the right line numbers, which will | example, an old stack trace may not have the right line numbers, which will | ||||
| make it more difficult for us to figure out what's going wrong.) | make it more difficult for us to figure out what's going wrong.) | ||||
| To update Phabricator, use a script like this one: | To update Phabricator, use a script like the one described in | ||||
| @{article:Upgrading Phabricator}. | |||||
| http://www.phabricator.com/rsrc/install/update_phabricator.sh | |||||
| This script will require some adjustments depending on how your setup is | |||||
| configured, which webserver you are using, etc. | |||||
| **If you can not update** for some reason, please include the version of | **If you can not update** for some reason, please include the version of | ||||
| Phabricator you are running in your report. The version is just the Git hash | Phabricator you are running in your report. The version is just the Git hash | ||||
| of your local HEAD. You can find the version by running `git show` in | of your local HEAD. You can find the version by running `git show` in | ||||
| `phabricator/` and copy/pasting the first line of output, or by browsing to | `phabricator/` and copy/pasting the first line of output, or by browsing to | ||||
| {nav Config > All Settings} in the web UI and copy/pasting the information | {nav Config > All Settings} in the web UI and copy/pasting the information | ||||
| at the top. | at the top. | ||||
| ▲ Show 20 Lines • Show All 132 Lines • Show Last 20 Lines | |||||