aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
AgeCommit message (Collapse)Author
2025-10-01these documents belong elsewhereAndrew Kelley
contributing is in the readme already, and code of conduct should go on the website. this is a code repository; it doesn't dictate social norms. the reason for these documents being in .github/ was to satisfy GitHub demands so that the UI would look more favorably upon ziglang/zig but that is no longer a concern.
2025-10-01move some docs out of .github/Alex Rønne Petersen
2022-03-24move some files to the .github directoryAndrew Kelley
2022-01-19Update CONTRIBUTING.mdC-BJ
Delete unavailable content!
2021-12-03update CONTRIBUTING.md for zig build CLI changesAndrew Kelley
2021-10-15Adds tip about testing stdlib files to CONTRIBUTING.md (#9946)Andy Fleming
* Adds tip about testing stdlib files * Adds main-pkg-path arg for safer development
2020-12-10update contributing docsAndrew Kelley
2020-11-26CONTRIBUTING: src-self-hosted -> srcg-w1
2020-07-16add behavior tests fro macro translationsVexu
2020-01-17cmake: support `make` and `make install`Michael Dusan
(2nd attempt to get this right)
2020-01-17Revert "cmake: support `make` and `make install`"Michael Dusan
This reverts commit cd062b08d01cf2c92b05ef3e96b2ff3715f29fd5.
2020-01-17doc: update contributingMichael Dusan
2020-01-05add "Improving Translate-C" section to CONTRIBUTING.mdAndrew Kelley
2019-09-26add -DZIG_SKIP_INSTALL_LIB_FILES cmake optionAndrew Kelley
closes #2221
2019-08-04update CONTRIBUTING.mdAndrew Kelley
2019-05-28extract CONTRIBUTING.md from README.mdAndrew Kelley