Skip to content

Commit a5319f0

Browse files
Merge pull request #1174 from bittide/pr-template
Create pull request template (+tiny fix)
2 parents 546b8b5 + 2ee08af commit a5319f0

File tree

3 files changed

+17
-11
lines changed

3 files changed

+17
-11
lines changed

.github/pull_request_template.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
_What (what did you do)_
2+
3+
_Why (context, issues, etc.)_
4+
5+
_Dear reviewer (anything you'd like the reviewer to pay close attention to?)_
6+
7+
_AI disclaimer (heads-up for more than inline autocomplete)_
8+
9+
# TODO
10+
_~~Cross-out~~ any that do not apply_
11+
12+
- [ ] Write (regression) test
13+
- [ ] Update documentation, including `docs/`
14+
- [ ] Link to existing issue
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
SPDX-FileCopyrightText: 2026 Google LLC
2+
3+
SPDX-License-Identifier: CC0-1.0

.github/workflows/ci.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -66,16 +66,6 @@ jobs:
6666
- name: Push dev profile to Cachix
6767
run: cachix push bittide-hardware dev
6868

69-
license-check:
70-
runs-on: [self-hosted, compute]
71-
container:
72-
image: ubuntu:22.04
73-
options: --memory=11g
74-
steps:
75-
- uses: actions/checkout@v4
76-
- name: REUSE Compliance Check
77-
uses: fsfe/reuse-action@v1
78-
7969
lint:
8070
name: Basic linting
8171
runs-on: [self-hosted, compute]
@@ -763,7 +753,6 @@ jobs:
763753
firmware-support-tests,
764754
generate-control-reports,
765755
haskell-tests,
766-
license-check,
767756
lint,
768757
mdbook,
769758
rust-lints,

0 commit comments

Comments
 (0)