mirror of
https://github.com/containers/podman.git
synced 2025-10-15 10:16:28 +08:00
Add documentation describing issues and support
We need to begin to able to prune various issues that are: * stale * unreproduceable * will not fix * others As such, some sort of statement and somewhat policy leaning documentation would be helpful. As suggested in the review comments, ISSUE-EOL-POLICY.md was combined with this document. No links in our repository exist for this. Signed-off-by: Brent Baude <bbaude@redhat.com>
This commit is contained in:
2
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
@ -5,7 +5,7 @@ body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for taking the time to fill out this bug report!
|
||||
Thanks for taking the time to fill out this bug report! For extended guidelines on reporting issues, please consult the [issue reporting](https://github.com/containers/podman/blob/main/ISSUE.md) documentation. You should also familiarize yourself with our [support](https://github.com/containers/podman/blob/main/SUPPORT.md) documentation.
|
||||
|
||||
**NOTE** A large number of issues reported against Podman are often found to already be fixed in more current versions of the project. Before reporting an issue, please verify the version you are running with `podman version` and compare it to the latest release documented on the top of Podman's [README.md](https://github.com/containers/podman#readme). If they differ, please update your version of Podman to the latest possible and retry your command before creating an issue.
|
||||
|
||||
|
Reference in New Issue
Block a user