forked from wal-g/wal-g
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create pull_request_template.md (wal-g#965)
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
### Database name | ||
Wal-g provides support for many databases, please write down name of database you uses. | ||
|
||
# Issue description | ||
|
||
### Describe your problem | ||
// here is your problem | ||
|
||
### Please provide steps to reproduce | ||
// it can really help | ||
|
||
### Please add config and wal-g stdout/stderr logs for debug purpose | ||
<details><summary>If you can, provide logs</summary> | ||
<p> | ||
```bash | ||
any logs here | ||
``` | ||
</p> | ||
</details> |