Skip to content

Commit e454445

Browse files
committed
Tweak contributing docs slightly
1 parent de39e32 commit e454445

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,11 @@ To get started
2727
A few tips
2828

2929
- Electron dev behaviour isn't identical to production build behaviour — verify changes in a real built version too.
30-
- Most distributable build configuration lives in the `build` field of `package.json`.
31-
- On some platforms, building packages may require signing certificates; you can disable signing-related fields (for example `forceCodeSigning`) locally if needed.
32-
- CI pull requests do not receive secret environment variables, so packaging-related builds may fail in CI for PRs. This is expected — maintainers will manually build and evaluate such PR changes when necessary.
30+
- Most distributable build configuration lives in the `build` field of `package.json`.- CI pull requests do not receive secret environment variables, so packaging-related builds may fail in CI for PRs. This is expected — maintainers will manually build and evaluate such PR changes when necessary.
3331

3432
Reporting issues
3533

36-
- For bugs or feature requests related to HTTP Toolkit itself, prefer filing issues at the main repo: https://github.com/httptoolkit/httptoolkit-server/
34+
- For bugs or feature requests related to HTTP Toolkit itself, prefer filing issues at the main repo: https://github.com/httptoolkit/httptoolkit/
3735
- For issues specific to this desktop shell (packaging, Electron behaviour, installers), open an issue in this repo.
3836

3937
Making changes & pull requests

0 commit comments

Comments
 (0)