Skip to content

Commit c1f4a9d

Browse files
authored
Merge pull request #1193 from gpt-engineer-org/captivus/update-bug-report-template
Update bug report template to include installation method
2 parents 73f2e7a + bd5b485 commit c1f4a9d

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

+4
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,7 @@ If your project includes a debug_log_file.txt, kindly upload it from your_projec
3030
## System Information
3131

3232
Please copy and paste the output of the `gpte --sysinfo` command as part of your bug report.
33+
34+
## Installation Method
35+
36+
Please specify whether you installed GPT-Engineer using `pip install` or by building the repository.

docs/installation.rst

+4
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ This is the preferred method to install ``gpt-engineer``, as it will always inst
1919
If you don't have `pip`_ installed, this `Python installation guide`_ can guide
2020
you through the process.
2121

22+
.. note::
23+
24+
When reporting bugs, please specify your installation method (using `pip install` or by building the repository) in the "Installation Method" section of the bug report template.
25+
2226
.. _pip: https://pip.pypa.io
2327
.. _Python installation guide: http://docs.python-guide.org/en/latest/starting/installation/
2428

0 commit comments

Comments
 (0)