mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-06 10:21:05 +02:00
docs: update PR template
This commit is contained in:
parent
2025c54899
commit
59e717bd9e
2 changed files with 3 additions and 2 deletions
4
.github/ISSUE_TEMPLATE/bug_report.md
vendored
4
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -25,14 +25,14 @@ A clear and concise description of what you expected to happen.
|
||||||
Configuration file(s):
|
Configuration file(s):
|
||||||
|
|
||||||
```text
|
```text
|
||||||
# Paste your confis here.
|
# Paste your configs here
|
||||||
# Be sure to scrub any sensitive values
|
# Be sure to scrub any sensitive values
|
||||||
```
|
```
|
||||||
|
|
||||||
Logs(s):
|
Logs(s):
|
||||||
|
|
||||||
```text
|
```text
|
||||||
# Paste your confis here.
|
# Paste your configs here.
|
||||||
# Be sure to scrub any sensitive values
|
# Be sure to scrub any sensitive values
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
1
.github/PULL_REQUEST_TEMPLATE
vendored
1
.github/PULL_REQUEST_TEMPLATE
vendored
|
@ -21,4 +21,5 @@ Here's an example of a good PR/Commit:
|
||||||
- [ ] updated docs
|
- [ ] updated docs
|
||||||
- [ ] unit tests added
|
- [ ] unit tests added
|
||||||
- [ ] related issues referenced
|
- [ ] related issues referenced
|
||||||
|
- [ ] updated CHANGELOG.md
|
||||||
- [ ] ready for review
|
- [ ] ready for review
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue