File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Steps to take before asking a question
2- 1 . Is this a general question? (E.g., "How do I setup my env?")
3- 1 . View [ sts.wiki/main] ( https://sts.wiki/main )
2+ 1 . Did you find an error? Please refer to [ sts.tools/errors] ( https://sts.tools/errors )
3+ 2 . Is this a general question? (E.g., "How do I setup my env?")
4+ 1 . View [ sts.tools/readme] ( https://sts.tools/readme )
45 2 . View open/closed issues within [ sts.tools/general] ( https://sts.tools/general )
56 3 . Cant find anything?
67 1 . Visit [ sts.tools/general-questions] ( https://sts.tools/general-questions )
78 - This will prepopulate an issue with the correct labels
8- 2 . Is this a tutorial specific question?
9+ 3 . Is this a tutorial specific question?
910 1 . Click on a tutorial topic within [ sts.tools/topics] ( https://sts.tools/topics )
1011 - All topics are in green
1112 - E.g., If you were in the ` injection-fundamentals-1 ` tutorial,
1213 you'd use the ` injection ` label
1314 2 . View open/closed issues
14- 3 . Cant find anything? Input your question below
15+ 4 . Cant find anything? Input your question below
1516 1 . Please add the tutorial's topic in the ` labels ` section
1617 1 . This might be prepopulated for you
1718 2 . For the issue's ` title ` , please enter a concise version of your
Original file line number Diff line number Diff line change @@ -83,4 +83,7 @@ typings/
8383.yarn-integrity
8484
8585# dotenv environment variables file
86- .env
86+ .env
87+
88+ # Custom files not needed
89+ * -base *
Original file line number Diff line number Diff line change 1+ #+OPTIONS: tags:nil
2+ * TOC :TOC_1_gh:
3+ - [[#environment-setupnavigation][Environment Setup/Navigation]]
4+ - [[#errors][Errors]]
5+ - [[#additional-help][Additional Help]]
6+ - [[#tos][TOS]]
7+
18* Environment Setup/Navigation
291. Download [[https://www.docker.com/community-edition][docker]]
3102. ~git clone git@github.com:SecuringTheStack/tutorials.git~
2128 mapped into the docker container created via ~docker-compose~
2229 1. For example, if you make changes within a tutorial's directory locally,
2330 the container will automatically be restarted with those changes
24- * Community Contributions
25- + Errata
31+ * Errors
32+ ** Is it related to a tutorial's code/configs?
33+ 1. Find the tutorial within the root directory of this repo
34+ 2. Submit a PR with the fix
35+ 1. Make a comment above your fix with a brief description of the change
36+ 2. Prepend `FIXED-ERROR` to this comment
37+ 3. Please do a global search of the repo to see other areas that might have this error
38+
39+ ** Is it NOT related to a tutorial's code/configs
40+ 1. Find the tutorial within the root directory of this repo
41+ 2. Within the repo's `readme.md`, find the slide in question
42+ 3. Add a `FIXED-ERROR` bullet under the problematic text
43+ - As a sub-bullet of `FIXED-ERROR`, explain the correction
2644* Additional Help
2745+ Feel free to open an issue
2846* TOS
Original file line number Diff line number Diff line change 1+ # Errors
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments