Skip to content

Commit 2301376

Browse files
committed
Minor: update PR instructions
1 parent e23b746 commit 2301376

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/pull_request_template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,19 @@ Authors should make an effort to satisfy these criteria, but it is the _editor's
3131
- [ ] Add title to frontmatter
3232
- [ ] Write intro blurb
3333
- [ ] Quickly double-check Summary PR criteria look like they're still satisfied
34-
- [ ] Make sure it looks ok on temporary version of public mirror, at https://graphcore-research.github.io/graphcore-research.github.io-internal/
34+
- [ ] Make sure it looks ok on a local server with `./dev.sh`
3535
- [ ] Double check nothing sensitive has been mentioned
3636

3737
---
3838

3939
## Blog Post Checklist
4040

41+
- [ ] (Author) make sure it looks ok on a local server with `./dev.sh`
4142
- [ ] Check required frontmatter, including `slug`
4243
- [ ] Check tags are aligned with existing tags at https://graphcore-research.github.io/tags/
4344
- [ ] Check for image alt text
4445
- [ ] Check plots are high-enough resolution, but file size not too large (prefer .jpg and .svg to .png)
4546
- [ ] Check plots look the right size and scale properly by resizing window; if not, use `![Alt text](my_image.png){:.img-medium}`, or `.img-tiny .img-small .img-large` from `assets/custom.css`, or set a specific size with `{:style="max-width: Xpx;"}`.
4647
- [ ] Review the contents
4748
- [ ] Spellcheck
48-
- [ ] Make sure it looks ok on temporary version of public mirror, at https://graphcore-research.github.io/graphcore-research.github.io-internal/
4949
- [ ] Double check nothing sensitive has been mentioned

0 commit comments

Comments
 (0)