Skip to content

Commit 0073647

Browse files
committed
fix: switch discuss this link back to view
- adjust text in contribute page to reflect changes - refs openmodelingfoundation#277
1 parent c6ccbdc commit 0073647

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

content/en/contribute/_index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ If you would like to be notified about other people's comments or suggestions, y
2424

2525
## How to Make a Comment or Start a Discussion
2626
1. If you'd like to comment on a given page or start a discussion, click on the **Discuss this** link at the top right corner of each page.
27-
2. This will open a new tab with a simple form to post to our [GitHub discussion section](https://github.com/openmodelingfoundation/openmodelingfoundation.github.io/discussions). If you are not signed into GitHub, you will be prompted to login to GitHub. Discussions for the different Standards and for each working group are grouped by Categories shown in the left sidebar. Discussions for the general Standards Working Group should go into the [General category](https://github.com/openmodelingfoundation/openmodelingfoundation.github.io/discussions/categories/general).
28-
3. To begin a new discussion, select the green **New Discussion** button located in the upper right corner. This should bring up a form where you can submit a comment using [GitHub's Markdown syntax](https://guides.github.com/features/mastering-markdown/#intro). Be sure to use the **select a category** menu to choose which discussion category your comment should be placed in. If you would like to get the attention of a team member click the @ symbol in the editor for a list of team members.
29-
4. When you have finished, click the green **Start discussion** button.
27+
2. This will open a new tab on our [GitHub discussion section](https://github.com/openmodelingfoundation/openmodelingfoundation.github.io/discussions) with the relevant category already pre-selected (it should be highlighted on the left sidebar with all the categories listed). Discussions for the different Standards and for each working group are grouped by Categories shown in the left sidebar. Discussions for the general Standards Working Group should go into the [General category](https://github.com/openmodelingfoundation/openmodelingfoundation.github.io/discussions/categories/general).
28+
3. If you are signed in to GitHub you will be able to begin a new discussion or comment on an existing discussion. To start a new discussion, click on the green **New Discussion** button located in the upper right corner. This should bring up a form where you can submit your comment using [GitHub's Markdown syntax](https://guides.github.com/features/mastering-markdown/#intro). Be sure to use the **select a category** menu to choose the appropriate discussion category.
29+
4. When you have finished writing your comment, you can submit it to via the green **Start discussion** button.
3030

3131

3232
## How to create an issue to propose and discuss specific text changes

layouts/partials/page-meta-links.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
{{ $viewRelatedIssuesURL := printf "%s/issues?%s" $gh_repo (querify "q" $qExpr) }}
3131
<a href="{{ $issueURL }}" target="_blank"><i class="fab fa-github"></i> {{ T "post_create_issue" }}</a>
3232
<a href="{{ $editURL }}" target="_blank"><i class="fa fa-edit"></i> {{ T "post_edit_this" }}</a>
33-
<a href="{{ $newDiscussionURL }}" target="_blank"><i class="fas fa-comments"></i> {{ T "post_discuss_this" }}</a>
33+
<a href="{{ $discussionURL }}" target="_blank"><i class="fas fa-comments"></i> {{ T "post_discuss_this" }}</a>
3434
<a href="{{ $viewRelatedIssuesURL }}" target="_blank"><i class="fas fa-eye"></i> View related issues</a>
3535
{{ if $gh_project_repo }}
3636
{{ $project_issueURL := printf "%s/issues/new" $gh_project_repo }}

0 commit comments

Comments
 (0)