Initial commit

This commit is contained in:
Your Name
2026-04-23 17:07:55 +08:00
commit b7e39e063b
16725 changed files with 1625565 additions and 0 deletions
+38
View File
@@ -0,0 +1,38 @@
---
name: Bug report
about: Create a report to help us improve our software
title: ''
labels: ''
assignees: ''
---
**Note on Bugs**
Please note that questions or feature requests should be discussed on the
mailing list or Discord. Please see https://github.com/openbmc/openbmc#contact
for info on how to contact us. Github Issues in openbmc/openbmc are for bugs
only. Please remove this section when opening a bug.
**Unexpected behavior you saw**
A clear and concise description of what unexpectedly happened.
**Expected behavior**
A clear and concise description of what you expected to happen.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Screenshots**
If applicable, add screenshots to help explain your problem.
**OpenBMC Information:**
- /etc/os-release:
- uname -a:
- Any additional patches or changes:
**Additional context**
Add any other context about the problem here.
+18
View File
@@ -0,0 +1,18 @@
---
name: Question / Support
about: I have a question...
title: ''
labels: ''
assignees: ''
---
# STOP! READ BELOW.
We do not field questions or feature requests by Github Issues!
Questions or feature requests should be discussed on the mailing list or
Discord. Please see https://github.com/openbmc/openbmc#contact for info
on how to contact us.
Github Issues in openbmc/openbmc are for bugs only!
+3
View File
@@ -0,0 +1,3 @@
Please do not submit a Pull Request via github. Our project makes use of
Gerrit for patch submission and review. For more details please
see https://github.com/openbmc/docs/blob/master/CONTRIBUTING.md#submitting-changes-via-gerrit-server
+23
View File
@@ -0,0 +1,23 @@
# Stale bot config https://github.com/apps/stale
# Number of days of inactivity before an issue becomes stale (6 months)
daysUntilStale: 183
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 30
# Label to use when marking an issue as stale
staleLabel: stale
# Comment to post when marking an issue as stale. Set to `false` to disable
markComment: >
This issue has been automatically marked as stale because no activity has
occurred in the last 6 months. It will be closed if no activity occurs in the
next 30 days. If this issue should not be closed please add a comment.
Thank you for your understanding and contributions.
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: >
This issue has been closed because no activity has occurred in the last 7
months. Please reopen if this issue should not have been closed. Thank you
for your contributions.