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
Copy file name to clipboardExpand all lines: README.md
+17-11Lines changed: 17 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,12 +22,8 @@ We welcome contributions from the community! Whether you're fixing a typo or add
22
22
- Use absolute paths for images: ``.
23
23
- Use absolute paths for internal links: `[Other Page](/wiki/category/other-page/)`.
24
24
6.**Navigation**: Add your entry to `/_data/navigation.yml` and the parent category's `index.md`.
25
-
7.**PR**: Submit a Pull Request. Our editors will review and provide feedback.
26
-
27
-
### Tools We Recommend
28
-
-**Editor**: [VS Code](https://code.visualstudio.com/) with Markdown extensions.
29
-
-**Preview**: [Jekyll](https://jekyllrb.com/) (see Local Development below).
30
-
-**Web Editor**: [Prose.io](http://prose.io/) for quick browser-based edits.
25
+
7.**Build & Test**: See 'Local Development' below on instructions to build and deploylocally. Open all modified pages and verify your changes visually.
26
+
7.**PR**: Submit a Pull Request. Our editors will review and provide feedback. Follow through with changes until merge.
31
27
32
28
---
33
29
@@ -36,19 +32,29 @@ We welcome contributions from the community! Whether you're fixing a typo or add
36
32
To build and preview the site locally, we recommend using a Ruby virtual environment for dependency isolation.
37
33
38
34
### Prerequisites
39
-
-**Ruby**: Version specified in [`.ruby-version`](.ruby-version). We recommend [rbenv](https://github.com/rbenv/rbenv).
40
-
-**Bundler**: `gem install bundler`
35
+
-**Ruby version manager**: We recommend [rbenv](https://github.com/rbenv/rbenv) to manage Ruby versions.
36
+
-**macOS**: `brew install rbenv`
37
+
-**Linux**: See the [rbenv installer](https://github.com/rbenv/rbenv-installer) or use your package manager.
0 commit comments