summaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)AuthorFilesLines
2022-09-06github: add 'question' templatePatrick Williams1-0/+18
Our 'Bug Report' template says not to use github issues for questions and support, but we still get lots of them. I think that is because the Github UI only shows available templates or "Open a Blank Issue". When someone goes to the new issue page with a question, they know it is not a bug report, so they start with the blank one and never see the disclaimer. Create a specific Question template so that hopefully these kinds of users will see the disclaimer. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I5a870430ca8f679d74af0cfffb74d64eb8f72fc2
2020-12-01Replace IRC with DiscordGunnar Mills1-1/+1
Discord has more users. IRC traffic has ground to a halt. No real objection to https://lists.ozlabs.org/pipermail/openbmc/2020-November/023984.html Removed IRC and Riot from the README and replaced IRC in other places. Change-Id: I7124b11320f6c31e9e0a2aead35274690ff0f908 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
2019-10-17clarify bug reporting in openbmcAndrew Geissler1-0/+38
Point people to the contact information which has our IRC and mailing list info for feature requests and general questions Change-Id: I5a8be9ef482d36b60342c1e50ef2301c1fd6cfb7 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2019-08-08Add pull request templateJoel Stanley1-0/+3
Inspired by u-boot, this tells developers who come across our repository on Github to use Gerrit instead of submitting pull requests. Signed-off-by: Joel Stanley <joel@jms.id.au> Change-Id: I57dfa346416d306075b530f318dd58134e6b39fa
2019-03-05Add Stale bot configGunnar Mills1-0/+23
Added .github/stale.yml which Stale bot, https://github.com/apps/stale, uses as a config. 6 months of inactivity must pass to mark an issue as stale and 1 month of inactivity before a stale issue is closed. See https://lists.ozlabs.org/pipermail/openbmc/2019-February/015022.html Tested: Changed to 1 day and 1 day and pushed this config to a private repo where I had installed Stale bot. See https://github.com/gtmills/test-stale-bot/issues/1 Change-Id: Ibc124913ed471bff6d52ca1e6c39b16584310ee5 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>