Skip to content

Commit

Permalink
Merge pull request #111 from Kaffe-diem/pr-template-make
Browse files Browse the repository at this point in the history
github: update pr template to use make
  • Loading branch information
LilleAila authored Jan 13, 2025
2 parents e55f33f + 568cf2c commit afad700
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
## Jeg har:

- [ ] Sjekket andre issues og pull requests
- [ ] Formatert koden med `npm run format`
- [ ] Fikset linting errors fra `npm run lint`
- [ ] Formatert koden med `make format`
- [ ] Fikset linting errors fra `make lint`
- [ ] Testet koden med `make`
- [ ] Dokumentert endringene i `/docs`
- [ ] Fulgt [retningslinjene for kontribuering](../docs/contribution.md)

0 comments on commit afad700

Please sign in to comment.