summaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)Author
2021-04-29Scala 2.13 support (#1751)Jack Koenig
2021-04-07Update PULL_REQUEST_TEMPLATE.md (#1856)Megan Wachs
2021-02-09Add no-plugin-tests for testing Chisel without the compiler pluginJack Koenig
This is a new SBT build unit that symlinks in some files from the normal chisel project tests, but builds them without the compiler plugin.
2021-02-01Bump to Scala 2.12.13 (#1766)Jack Koenig
2021-01-15farewell Scala 2.11Jiuyang liu
2020-12-17Automate publishing of SNAPSHOTS with sbt-ci-release (#1706)Jack Koenig
2020-12-16Switch to using Github Actions CI (#1690)Jack Koenig
MiMa binary compatibility checks are now run on master, but the mimaPreviousArtifacts are empty which makes the check a no-op. This helps keep both the build.sbt and CI more consistent between master and stable branches. .mergify.yml is also updated with mergify.sc from chisel-repo-tools using the following configuration: conditions: - status-success=all tests passed branches: - 3.2.x - 3.3.x - 3.4.x
2020-08-21Updated PR template to include checklist and documentation updates (#1562)Adam Izraelevitz
* Updated PR template to include checklist and documentation updates * Change milestones to 3.x.x * updated milestones
2019-02-20Update templates to include documentation. (#1026)Paul Rigge
2018-09-21Add CODEOWNERS file (#895)Albert Magyar
2018-02-23Remove checkboxes from issue/pr templates. (#783)Jim Lawson
* Remove checkboxes from issue/pr templates. * Compact template text and try to make meta information comments. * Respond to comments - remove bullet point usage.
2017-12-08Add issue and pull_request templates. (#713)Jim Lawson
* Add issue and pull_request templates. * Scratch itches * Respond to review comments. * Add Stack Overflow link. * Add impact to issue template, type-of-change to pr. * Reorder impact, development phase; add development phase to issue.