Skip to content

Commit eae9826

Browse files
committed
Updating
1 parent d8006a3 commit eae9826

7 files changed

Lines changed: 253 additions & 218 deletions

File tree

.github/ISSUE_TEMPLATE.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
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

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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*

README.org

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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
29
1. Download [[https://www.docker.com/community-edition][docker]]
310
2. ~git clone git@github.com:SecuringTheStack/tutorials.git~
@@ -21,8 +28,19 @@
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

ethical-google-hacking-1/errata.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Errors

ethical-google-hacking-1/errata.org

Lines changed: 0 additions & 1 deletion
This file was deleted.

ethical-google-hacking-1/notes.org

Lines changed: 0 additions & 210 deletions
This file was deleted.

0 commit comments

Comments
 (0)