@@ -28,7 +28,7 @@ The rules are written in a human readable formatting langue called
2828[ AsciiDoc] ( https://asciidoctor.org/docs/asciidoc-writers-guide/ ) , which should
2929make them quite readable and easy to edit, so please feel free to do so!
3030
31- ## That's way too complicated!
31+ ## That's way too complicated
3232
3333We do realize it may look like that. If you do not feel comfortable with
3434suggesting a change using the process above, feel free to create a new thread
@@ -40,7 +40,6 @@ that your submission contains answers to the following sections:
4040- ** Explain why do you think it should be in the rules**
4141- ** List the relevant section(s) of previous rules (if applicable)**
4242
43-
4443We can discuss your suggestion there, and if it makes sense someone will
4544certainly put it into the actual ` rules.adoc ` document.
4645
6665At the end of this process we end up with a ** HTML** and a ** PDF** version of
6766the AsciiDoc file we started with.
6867
69- This repository is connected to so called [ Travis CI ] ( http://travis-ci.org/ )
70- which allows us to automatically build the rules whenever any change/update
68+ This repository is using [ GitHub Actions ] ( ./github/workflows/ ) which allows us to
69+ automatically build the rules whenever any change/update
7170takes place.
7271
7372If you'd like to try it on your own, it should not be such a big problem,
@@ -80,3 +79,19 @@ thorugh the build process in two easy steps:
8079Which will make the ` rules.adoc ` file (in the current working directory --
8180that's the ` $(pwd) ` part) go through the build steps above and generate files
8281` rules.html ` and ` rules.pdf ` as a result.
82+
83+ ## Use GitHub Codespaces to edit these files
84+
85+ GitHub now has a nice service called [ Codespaces] ( https://github.com/features/codespaces )
86+ which allows us to spin up a "development environment" without having to
87+ install various dependencies without having to leave the web browser.
88+
89+ Here is a short tutorial on how to edit the rules in Codespaces.
90+
91+ ### Spinning up Codespaces and building the rules
92+
93+ 1 . First, navigate to the top part of the repository.
94+
95+ 2 . Click on ** Code** and then on ** Create codespace on master**
96+
97+ ![ Create Codespace] ( ./images/codespaces.png )
0 commit comments