Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
kovmir authored Jun 10, 2024
1 parent 09e3455 commit 15e11c6
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Bug report
about: Things to provide along with a report
title: ''
labels: ''
assignees: ''

---

# Things needed to file a bug report

Describe the issue and do not forget to attach the following info to get help quicker:

* PostgreSQL version
* Which way did you install PostgreSQL, sources or binaries?
* Operating system
* All the other extensions that you use.
* `shared_preload_libraries` value from `postgresql.conf`
* Can you reproduce your issue on a clean cluster? If yes, state exactly how.
* Does the server crash? Try to get a [stack trace](https://wiki.postgresql.org/wiki/Getting_a_stack_trace_of_a_running_PostgreSQL_backend_on_Linux/BSD).

0 comments on commit 15e11c6

Please sign in to comment.