Skip to content

Commit

Permalink
Update links to GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
xfq committed Jan 3, 2025
1 parent ce3a318 commit 0ec03e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions guidelines/issues.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
f.path = '../' // what you need to prepend to a URL to get to the /International directory

// AUTHORS AND TRANSLATORS should fill in these assignments:
f.thisVersion = { date:'2021-04-27', time:'12:18'} // date and time of latest edits to this document/translation
f.thisVersion = { date:'2025-01-03', time:'12:18'} // date and time of latest edits to this document/translation
f.contributors = ''; // people providing useful contributions or feedback during review or at other times
// also make sure that the lang attribute on the html tag is correct!

Expand Down Expand Up @@ -80,7 +80,7 @@ <h2>Viewing issues</h2>
<section id="basics">
<h2>Adding comments to an issue</h2>
<p>To add a comment to an issue, simply start typing into the box at the bottom of the thread (see the picture just above).</p>
<p>If you like, you can <a href="https://guides.github.com/features/mastering-markdown/">add markdown</a> to the text or click on the icons to add formatting to your comment.</p>
<p>If you like, you can <a href="https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax">add markdown</a> to the text or click on the icons to add formatting to your comment.</p>
<p>When you are done, check your comment using the Preview tab, and then simply click on the <span style="color:white; background-color:#30C553; padding: 2px 4px; border-radius: 4px;">Comment</span> button.</p>
<p>Note that GitHub will treat angle brackets in your comment as HTML markup, so if you want to include examples of source code, you should put reverse quote (`) characters around them.</p>
<p>Also, if you want to reply to a particular sentence or paragraph earlier in the thread, copy that to your comment and put a greater-than sign (&gt;) at the beginning of the line. GitHub will then give that text a grey background.</p>
Expand Down
4 changes: 2 additions & 2 deletions guidelines/issues.zh-hans.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
f.path = '../' // what you need to prepend to a URL to get to the /International directory

// AUTHORS AND TRANSLATORS should fill in these assignments:
f.thisVersion = { date:'2023-02-09', time:'12:18'} // date and time of latest edits to this document/translation
f.thisVersion = { date:'2025-01-03', time:'12:18'} // date and time of latest edits to this document/translation
f.contributors = ''; // people providing useful contributions or feedback during review or at other times
// also make sure that the lang attribute on the html tag is correct!

Expand Down Expand Up @@ -90,7 +90,7 @@ <h2><a href="#basics">向issue添加评论</a></h2>
在issue底部的文本框(见上图)中输入内容即可为issue添加评论。
</p>
<p>
如果你喜欢的话,你也可以在文本中<a href="https://guides.github.com/features/mastering-markdown/">添加Markdown</a>或点击工具栏上的图标为你的评论添加格式。
如果你喜欢的话,你也可以在文本中<a href="https://docs.github.com/zh/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax">添加Markdown</a>或点击工具栏上的图标为你的评论添加格式。
</p>
<p>
写完评论后,使用Preview选项卡检查你的评论,然后点击<span style="color:white; background-color:#30C553; padding: 2px 4px; border-radius: 4px;">Comment</span>按钮即可评论。
Expand Down

0 comments on commit 0ec03e8

Please sign in to comment.