HimenoSena

Leave Messages

English 日本語 简体中文

简体中文

本项目采用两种方式提交留言:

对于不了解 GitHub PR 的用户可选择通过发送邮件,反之则更建议通过 GitHub PR。

规则

发送邮件

使用你的邮箱按照以下格式发送邮件:

昵称:显示的留言人名字
内容:这里填写你的留言内容...

一般地,留言会在 48 小时内被审批,请耐心等待不要重复发送。审核通过将会发送通知邮件到你的邮箱。

通过 GitHub PR

[
  // ...
  {
    // ...
    // 这是之前的留言
  },
  {
    "msg": "这里写下你的留言内容",
    "user": "GitHub 用户名(不是 GitHub 显示名字)",
    "name": "显示名字(用于显示在网站上)"
  }
]

请确保新内容格式正确。


English

This project accepts messages in two ways:

For users unfamiliar with GitHub PRs, sending an email is a fine choice — though if you do know your way around GitHub, the PR method is preferred.

Rules

Send an Email

Send an email from your mailbox in the following format:

Nickname: The name you want displayed
Message: Write your message here...

Messages are generally reviewed within 48 hours — please be patient and avoid sending duplicates. A notification email will be sent to your inbox once approved.

Via GitHub PR

[
  // ...
  {
    // ...
    // This is the previous message
  },
  {
    "msg": "Here write the message you want to leave",
    "user": "Your GitHub account username (not display name)",
    "name": "Your name or alias. (It will be displayed on the website)"
  }
]

Please make sure the new entry is correctly formatted.


日本語

このプロジェクトでは、メッセージの投稿に二つの方法を採用しています:

GitHub の PR 操作に慣れていない方はメール送信をご利用ください。逆に慣れている方には GitHub PR の方法をおすすめします。

ルール

メールを送る

以下のフォーマットに従って、メールをお送りください:

ニックネーム:表示したい名前
メッセージ:ここにメッセージ内容を記入してください...

メッセージは通常48時間以内に審査されます。重複して送信せず、気長にお待ちください。審査通過後、登録メールアドレスに通知が届きます。

GitHub PR 経由

[
  // ...
  {
    // ...
    // これは前のメッセージです
  },
  {
    "msg": "残したいメッセージをここに記入してください",
    "user": "GitHub アカウントのユーザー名(表示名ではありません)",
    "name": "表示したい名前またはニックネーム(サイトに表示されます)"
  }
]

新しい内容のフォーマットが正しいことを確認してください。