This repository has been archived by the owner on Jun 19, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
35911c4
commit 1c435cb
Showing
8 changed files
with
58 additions
and
2 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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Code Of Conduct | ||
|
||
QMK strives to be an inclusive and tolerant community. We welcome participation from anyone regardless of age, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, political belief, race, religion, or sexual identity and orientation. | ||
|
||
> “A gentle word turns away wrath, but a harsh word stirs up anger.” | ||
Our users, contributors, and collaborators are expected to treat each other with respect, to assume good intentions, and to gently correct, where possible, rather than react with escalation. Some examples of behavior we will not tolerate include, but is not limited to: | ||
|
||
* The use of sexualized language or imagery | ||
* Unwelcome advances, sexual or otherwise | ||
* Insults or derogatory comments, or personal or political attacks | ||
* Publishing others’ private information without explicit permission | ||
* Other conduct which could reasonably be considered inappropriate in a professional setting | ||
|
||
If someone is violating this Code of Conduct you may email hello@qmk.fm to bring your concern to the Members. All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. |
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,39 @@ | ||
{ | ||
"structure": { | ||
"summary": "_summary.md" | ||
}, | ||
"plugins" : [ | ||
"anchors", | ||
"edit-link", | ||
"forkmegithub", | ||
"git-author", | ||
"hints", | ||
"numbered-headings", | ||
"page-toc", | ||
"terminal", | ||
"toolbar" | ||
], | ||
"pluginsConfig": { | ||
"edit-link": { | ||
"base": "https://github.com/qmk/qmk_flasher/edit/master/docs", | ||
"label": "Suggest an edit" | ||
}, | ||
"forkmegithub": { | ||
"color": "red", | ||
"url": "https://github.com/qmk/qmk_flasher" | ||
}, | ||
"page-toc": { | ||
"selector": ".markdown-section h1, .markdown-section h2" | ||
}, | ||
"toolbar": { | ||
"buttons": [ | ||
{ | ||
"label": "QMK Flasher", | ||
"icon": "fa fa-github", | ||
"url": "https://github.com/qmk/qmk_flasher" | ||
} | ||
] | ||
} | ||
}, | ||
"root": "./docs/" | ||
} |
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 @@ | ||
This is the placeholder page for QMK Flasher documentation. |
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 @@ | ||
* [Getting started](README.md) |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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