summaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)AuthorFilesLines
2024-03-13Fix duplicated https:// in github linkEd Tanous1-1/+1
This link has been broken for a while. Fix it. Change-Id: I01bb10e5831f0128db0cd6d0be82ac610c2c1564 Signed-off-by: Ed Tanous <ed@tanous.net>
2023-08-15Update bug template to yamlEd Tanous5-47/+64
Yaml gives more configurability, and the ability to better enforce our template, hopefully helping get more defined bug reports. Tested: This commit is hosted here: https://github.com/edtanous/bmcweb/issues/new/choose To give a better idea of how the template works. Change-Id: I3a76b2762cf1a285eca75b67878b5a6ab2c2011a Signed-off-by: Ed Tanous <edtanous@google.com>
2022-12-07markdownlint: fix all warningsPatrick Williams3-3/+3
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I1402cbd84c916792ca2fc0ad0f34db661cbdfa72
2022-12-07format: reformat with latest openbmc-build-scriptsPatrick Williams3-25/+20
Reformat the repository using the latest from openbmc-build-scripts. Add the `static/redfish` directory to be ignored by prettier since these files come from elsewhere and having the ability to do a direct diff is handy. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I74464d6f97047b4888a591e0d8a4f5ca970ac69e
2021-08-17Add details to bug templateEd Tanous1-2/+4
A large number of bugs get filed against OpenBMC forks, and platforms that are not upstream. Change the wording on the bug template to make clear the fields should be expected to be from upstream, and explicitly call out if qemu builds are being used, to help in maintainers reproducing. Tested: N/A, documentation change. Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: Ibff2dcbfb1755fb14d21621ebd0cf86e1d3ab2fc
2021-02-19Add issue templatesEd Tanous3-0/+50
Issue templates are something github uses to allow pushing custom elements into bug reports. Many questions and feature requests are sent in as bugs, instead of going to the mailing list as they should. These were created through the github UI, and pulled over to gerrit manually. Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: Id2c77e26e5fe648d5344d5db5cfbd100c451c7c4