-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #38 from pedropark99/threads
Add new chapter about threads in Zig
- Loading branch information
Showing
104 changed files
with
8,991 additions
and
5,859 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
/.quarto/ | ||
|
||
/zig-out/ | ||
/zig-cache/ | ||
/**/zig-out/ | ||
/**/zig-cache/ | ||
|
||
/**/.zig-cache/ | ||
|
||
./lldb/ | ||
lldb | ||
|
||
foo.txt | ||
|
||
*.o | ||
*.a | ||
*.aux | ||
*.log | ||
*.toc | ||
/.quarto/ | ||
|
||
/zig-out/ | ||
/zig-cache/ | ||
/**/zig-out/ | ||
/**/zig-cache/ | ||
|
||
/**/.zig-cache/ | ||
|
||
./lldb/ | ||
lldb | ||
|
||
foo.txt | ||
|
||
*.o | ||
*.a | ||
*.aux | ||
*.log | ||
*.toc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Contributing | ||
|
||
There are some different ways for you to contribute to this project: | ||
|
||
- If you don't understand something, or, if a particular section of the book seems | ||
confusing to you, you can [create an issue and give a feedback, or, a suggestion of improvement](https://github.com/pedropark99/zig-book/issues). | ||
|
||
- If you spot a typo anywhere in the book, feel free to edit the underlying QMD file (QMD files are inside the [`Chapters` folder](https://github.com/pedropark99/zig-book/tree/main/Chapters)) and send a pull request. | ||
If you've never done this before, the process is very easy: | ||
|
||
- Click the edit this page on the sidebar. | ||
|
||
- Make the changes using GitHub's in-page editor and save. | ||
|
||
- Submit a pull request and include a brief description of your changes. | ||
"Fixing typos" is perfectly adequate. | ||
|
||
If you send a Pull Request with significant changes, include the phrase "I assign the copyright of this contribution | ||
to Pedro Duarte Faria" in the description of your Pull Request - I need this so I can publish the book. |
Oops, something went wrong.