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: about/contributing.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ menus:
11
11
12
12
<!-- START: Info box -->
13
13
{% capture alertContent %}
14
-
The LLNL Software Catalog website is an open-source project. We welcome contributions via pull requests as well as questions, feature requests, or bug reports via issues. Contact our team at [open-source@llnl.gov](mailto:open-source@llnl.gov) with any questions. Please also refer to our [FAQ](/about/faq) and [Code of Conduct](/about/conduct).
14
+
The LLNL Software Catalog website is an opensource project. We welcome contributions via pull requests as well as questions, feature requests, or bug reports via issues. Contact our team at [open-source@llnl.gov](mailto:open-source@llnl.gov) with any questions. Please also refer to our [FAQ](/about/faq) and [Code of Conduct](/about/conduct).
{% include components/alert.html type="warning" icon="fa-circle-info" content=alertContent %}
@@ -28,7 +28,7 @@ To contribute to this website, please create a fork of [llnl.github.io](https://
28
28
* Be explicit when opening issues and reporting bugs. What behavior are you expecting? What is your justification or use case for the new feature/enhancement? How can the bug be recreated? What are any environment variables to consider (e.g., browser, OS)?
29
29
30
30
<!-- START: Accordions Each h2 below will be a separate accordion. -->
Before you begin, make sure you have working installs of Git, Ruby, and [Bundler](https://bundler.io). After you fork the repo, make sure you are in the directory you just created by running `cd llnl.github.io` Then you can use `bundler` to install the Ruby dependencies (see the [Jekyll installation docs](https://jekyllrb.com/docs/installation/) for step-by-step guides to setting this up):
@@ -75,7 +75,7 @@ A [JSON file](https://github.com/LLNL/llnl.github.io/blob/main/visualize/github-
75
75
| -------- | ----------- | ------ | ------- |
76
76
| Category | Description | Tag(s) | FA icon |
77
77
| -------- | ----------- | ------ | ------- |
78
-
|**All Software**| Browse all LLNL open-source projects | (no tags required) | (image: `logomark-software.svg`) |
78
+
|**All Software**| Browse all LLNL open-source projects | (no tags required) | (image: `logomark-llnl.svg`) |
79
79
|**AI & Machine Learning**| Integrate artificial intelligence and machine learning into scientific applications |`artificial-intelligence`, `deep-learning`, `machine-learning`, `neural-network`| fa-brain-circuit |
80
80
|**App Infrastructure**| Browse tools for basic functionality common in HPC codes |`app-infrastructure`| fa-gear-complex-code |
81
81
|**Applications**| Browse scientific simulation codes and IT management tools |`application`, `applications`, `simulation`, `simulations`| fa-laptop-code |
0 commit comments