-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Conflicts: # .idea/dataSources/bcae6d7f-dd17-487e-ab3f-743f9b393d89.xml # README.md # pom.xml # src/main/java/dev/cosgy/TextToSpeak/Listener.java # src/main/java/dev/cosgy/TextToSpeak/TextToSpeak.java # src/main/java/dev/cosgy/TextToSpeak/commands/general/ByeCmd.java # src/main/java/dev/cosgy/TextToSpeak/commands/general/HelpCmd.java # src/main/java/dev/cosgy/TextToSpeak/commands/general/JoinCmd.java # src/main/java/dev/cosgy/TextToSpeak/commands/general/SetVoiceCmd.java # src/main/java/dev/cosgy/TextToSpeak/listeners/MessageListener.java # src/main/java/dev/cosgy/TextToSpeak/utils/FormatUtil.java
- Loading branch information
Showing
28 changed files
with
1,496 additions
and
1,515 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,25 +27,29 @@ | |
|
||
プロジェクトのメンテナーは、許容できる行動の基準を明確にすることに 責任があります。また、何かしらの許容できない行動に対応する、 適切かつ公平な是正処置をとることが期待されています。 | ||
|
||
プロジェクトのメンテナーは、この行動規範に沿っていない、 コメント、コミット、コード、wiki編集、issue、その他の貢献を 削除、編集、拒否する権利と義務を有します。 また、他の不適切、脅迫的、攻撃的、嫌がらせと考えられる行動を取った | ||
プロジェクトのメンテナーは、この行動規範に沿っていない、 コメント、コミット、コード、wiki編集、issue、その他の貢献を 削除、編集、拒否する権利と義務を有します。 | ||
また、他の不適切、脅迫的、攻撃的、嫌がらせと考えられる行動を取った | ||
コントリビューターを一時的もしくは恒久的に追放する権利と義務を有します。 | ||
|
||
## 適用範囲 | ||
|
||
この行動規範は、個人がプロジェクトやそのコミュニティーを代表するとき、 プロジェクト内と公共空間の両方において適用されます。プロジェクトや コミュニティーを代表する例として、プロジェクトの公式メールアドレスの | ||
この行動規範は、個人がプロジェクトやそのコミュニティーを代表するとき、 プロジェクト内と公共空間の両方において適用されます。プロジェクトや | ||
コミュニティーを代表する例として、プロジェクトの公式メールアドレスの | ||
使用、ソーシャルメディアの公式アカウント経由の投稿、指名された代表 としてのオンラインやオフラインのイベントにおける行動があります。 プロジェクトを代表することは、プロジェクトのメンテナーにより、 | ||
さらに定義され明確化される可能性があります。 | ||
|
||
## 執行 | ||
|
||
暴言、嫌がらせ、またはそれ以外の受け入れられない行動は、 [email protected] に連絡して、 プロジェクトチームに報告される可能性があります。すべての苦情は、 レビュー、調査され、必要かつ適切と判断された対応がとられます。 | ||
暴言、嫌がらせ、またはそれ以外の受け入れられない行動は、 [email protected] に連絡して、 プロジェクトチームに報告される可能性があります。すべての苦情は、 | ||
レビュー、調査され、必要かつ適切と判断された対応がとられます。 | ||
プロジェクトチームは、事象の報告者に関する守秘義務があります。 具体的な執行に関する詳細が別途設定されているかもしれません。 | ||
|
||
この行動規範に誠意を持って従うまたは執行することができない プロジェクトのメンテナーは、プロジェクトをリードしている他のメンバー の判断により、一時的または恒久的な影響を受けることがあります。 | ||
|
||
## 帰属 | ||
|
||
この行動規範は https://www.contributor-covenant.org/version/1/4/code-of-conduct.html にある [Contributor Covenant][homepage] バージョン | ||
この行動規範は https://www.contributor-covenant.org/version/1/4/code-of-conduct.html にある [Contributor Covenant][homepage] | ||
バージョン | ||
1.4 に適合しています。 | ||
|
||
[homepage]: https://www.contributor-covenant.org | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# These are supported funding model platforms | ||
|
||
github: kosugikun # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] | ||
patreon: # Replace with a single Patreon username | ||
open_collective: # Replace with a single Open Collective username | ||
ko_fi: # Replace with a single Ko-fi username | ||
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel | ||
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry | ||
liberapay: # Replace with a single Liberapay username | ||
issuehunt: # Replace with a single IssueHunt username | ||
otechie: # Replace with a single Otechie username | ||
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry | ||
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] |
Oops, something went wrong.