You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 4, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,11 +19,17 @@ reported the issue. Please try to include as much information as you can. Detail
19
19
* Any modifications you've made relevant to the bug
20
20
* Anything unusual about your environment or deployment
21
21
22
+
## Running this website locally
23
+
If you are interested in contributing with content, you can run the workshop website in your local computer using the [Hugo CLI](https://gohugo.io/getting-started/installing/).
24
+
25
+
1. Clone this repository.
26
+
2. Switch to the _dev_ branch. (`git checkout dev`).
27
+
3. Run `hugo serve` from within the _workshop_ folder.
22
28
23
29
## Contributing via Pull Requests
24
30
Contributions via pull requests are much appreciated. Before sending us a pull request, please ensure that:
25
31
26
-
1. You are working against the latest source on the *master* branch.
32
+
1. You are working against the latest source on the `dev` branch.
27
33
2. You check existing open, and recently merged, pull requests to make sure someone else hasn't addressed the problem already.
28
34
3. You open an issue to discuss any significant work - we would hate for your time to be wasted.
0 commit comments