mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
Merge remote-tracking branch 'chelseakomlo/coding-standards-22762'
This commit is contained in:
commit
9ec9589c3a
@ -7,7 +7,7 @@ tl;dr:
|
|||||||
- Document your functions
|
- Document your functions
|
||||||
- Write unit tests
|
- Write unit tests
|
||||||
- Run `make check` before submitting a patch
|
- Run `make check` before submitting a patch
|
||||||
- Run `make distcheck` to ensure the distribution works
|
- Run `make distcheck` if you have made changes to build system components
|
||||||
- Add a file in `changes` for your branch.
|
- Add a file in `changes` for your branch.
|
||||||
|
|
||||||
Patch checklist
|
Patch checklist
|
||||||
@ -37,6 +37,11 @@ If you are submitting a major patch or new feature, or want to in the future...
|
|||||||
- Set up Chutney and Stem, see HACKING/WritingTests.md
|
- Set up Chutney and Stem, see HACKING/WritingTests.md
|
||||||
- Run `make test-full` to test against all unit and integration tests.
|
- Run `make test-full` to test against all unit and integration tests.
|
||||||
|
|
||||||
|
If you have changed build system components:
|
||||||
|
- Please run `make distcheck`
|
||||||
|
- For example, if you have changed Makefiles, autoconf files, or anything
|
||||||
|
else that impacts the build system.
|
||||||
|
|
||||||
How we use Git branches
|
How we use Git branches
|
||||||
=======================
|
=======================
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user