Skip to content

Commit

Permalink
Merge pull request #25 from techstartucalgary/ben/update-git-guide
Browse files Browse the repository at this point in the history
Update Git Guide
  • Loading branch information
Anidion authored Oct 19, 2023
2 parents b5702b3 + 718a32c commit 90ffd49
Show file tree
Hide file tree
Showing 4 changed files with 386 additions and 531 deletions.
7 changes: 7 additions & 0 deletions .markdownlint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"default": true,
"no-inline-html": false,
"ol-prefix": false,
"line-length": false,
"no-duplicate-heading": false
}
7 changes: 4 additions & 3 deletions src/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@ This will open the corresponding page on GitHub,
where you can add or modify content
and then commit the change.

For more elaborated changes
please:
For more elaborate changes please:

1. Fork the project from: <https://github.com/techstartucalgary/docs>.
1. Follow the tutorial of [mdBook](https://rust-lang.github.io/mdBook/index.html),
2. Follow the tutorial of [mdBook](https://rust-lang.github.io/mdBook/index.html),
the tool we use to build and generate this documentation.
3. Before you make a PR, please run [markdownlint](https://github.com/DavidAnson/markdownlint) on the files you changed. I recommend using the VS Code extensions for ease of use.
4. Make a PR!

### Legal

Expand Down
Loading

0 comments on commit 90ffd49

Please sign in to comment.