Skip to content

Commit 2fe8362

Browse files
committed
Initial
0 parents  commit 2fe8362

22 files changed

+1910
-0
lines changed

.gitattributes

Lines changed: 652 additions & 0 deletions
Large diffs are not rendered by default.

.github/CODEOWNERS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# $<Schema>$ https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-code-owners#codeowners-syntax
2+
* @hugoalh-studio/develop

.github/CODE_OF_CONDUCT.md

Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,105 @@
1+
# Contributor Covenant Code of Conduct
2+
3+
## Our Pledge
4+
5+
We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation.
6+
7+
We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community.
8+
9+
## Our Standards
10+
11+
Examples of behavior that contributes to a positive environment for our community include:
12+
13+
- Demonstrating empathy and kindness toward other people
14+
- Being respectful of differing opinions, viewpoints, and experiences
15+
- Giving and gracefully accepting constructive feedback
16+
- Accepting responsibility and apologizing to those affected by our mistakes, and learning from the experience
17+
- Focusing on what is best not just for us as individuals, but for the overall community
18+
19+
Examples of unacceptable behavior include:
20+
21+
- The use of sexualized language or imagery, and sexual attention or advances of any kind
22+
- Trolling, insulting or derogatory comments, and personal or political attacks
23+
- Public or private harassment
24+
- Publishing others' private information, such as a physical or email address, without their explicit permission
25+
- Other conduct which could reasonably be considered inappropriate in a professional setting
26+
27+
## Enforcement Responsibilities
28+
29+
Community leaders are responsible for clarifying and enforcing our standards of acceptable behavior and will take appropriate and fair corrective action in response to any behavior that they deem inappropriate, threatening, offensive, or harmful.
30+
31+
Community leaders have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, and will communicate reasons for moderation decisions when appropriate.
32+
33+
## Scope
34+
35+
This Code of Conduct applies within all community spaces, and also applies when an individual is officially representing the community in public spaces. Examples of representing our community include using an official e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event.
36+
37+
## Enforcement
38+
39+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at:
40+
41+
- For publicly, create an issue or a discussion in this repository
42+
- For privately, send an email to anyone who listed in here (click the link to obtain the email address):
43+
- [hugoalh](https://github.com/hugoalh)
44+
45+
All complaints will be reviewed and investigated promptly and fairly.
46+
47+
All community leaders are obligated to respect the privacy and security of the reporter of any incident.
48+
49+
### Suggested Content List
50+
51+
- Your GitHub account username (e.g.: `@octocat`) (only for private report)
52+
- Project identification name (only for private report)
53+
- List of the related pages
54+
55+
## Enforcement Guidelines
56+
57+
Community leaders will follow these Community Impact Guidelines in determining the consequences for any action they deem in violation of this Code of Conduct:
58+
59+
### 1. Correction
60+
61+
#### Community Impact
62+
63+
Use of inappropriate language or other behavior deemed unprofessional or unwelcome in the community.
64+
65+
#### Consequence
66+
67+
A private, written warning from community leaders, providing clarity around the nature of the violation and an explanation of why the behavior was inappropriate. A public apology may be requested.
68+
69+
### 2. Warning
70+
71+
#### Community Impact
72+
73+
A violation through a single incident or series of actions.
74+
75+
#### Consequence
76+
77+
A warning with consequences for continued behavior. No interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, for a specified period of time. This includes avoiding interactions in community spaces as well as external channels like social media. Violating these terms may lead to a temporary or permanent ban.
78+
79+
### 3. Temporary Ban
80+
81+
#### Community Impact
82+
83+
A serious violation of community standards, including sustained inappropriate behavior.
84+
85+
#### Consequence
86+
87+
A temporary ban from any sort of interaction or public communication with the community for a specified period of time. No public or private interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, is allowed during this period. Violating these terms may lead to a permanent ban.
88+
89+
### 4. Permanent Ban
90+
91+
#### Community Impact
92+
93+
Demonstrating a pattern of violation of community standards, including sustained inappropriate behavior, harassment of an individual, or aggression toward or disparagement of classes of individuals.
94+
95+
#### Consequence
96+
97+
A permanent ban from any sort of public interaction within the community.
98+
99+
## Attribution
100+
101+
This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.0, available at https://www.contributor-covenant.org/version/2/0/code_of_conduct.html.
102+
103+
Community Impact Guidelines were inspired by [Mozilla's code of conduct enforcement ladder](https://github.com/mozilla/diversity).
104+
105+
For answers to common questions about this code of conduct, see the FAQ at https://www.contributor-covenant.org/faq. Translations are available at https://www.contributor-covenant.org/translations.

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
name: "Bug Report (Markdown)"
3+
about: "Report a bug."
4+
labels: "Status/Unread 🔵,Type/Bug 🐛"
5+
---
6+
> ### Suggested Content List
7+
>
8+
> - **Describe:** What the bug is?
9+
> - **Version:** What versions are affected? Versions must be listed as supported in the Security Policy (/.github/SECURITY.md).
10+
> - **To Reproduce:** If this bug can be reproduce, please list the steps!
11+
> - **Expected Behavior:** What things should expected to happen?
12+
>
13+
> Please remove this list before submit!

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# $<Schema>$ https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms
2+
name: "Bug Report (Form)"
3+
description: "Report a bug."
4+
labels:
5+
- "Status/Unread 🔵"
6+
- "Type/Bug 🐛"
7+
body:
8+
- type: "textarea"
9+
id: "describe"
10+
attributes:
11+
label: "Describe"
12+
description: "What the bug is?"
13+
validations:
14+
required: false
15+
- type: "dropdown"
16+
id: "version"
17+
attributes:
18+
label: "Version"
19+
description: "What versions are affected? Versions must be listed as supported in the Security Policy (/.github/SECURITY.md)."
20+
multiple: true
21+
options:
22+
- "v0.1.0"
23+
validations:
24+
required: false
25+
- type: "textarea"
26+
id: "reproduce"
27+
attributes:
28+
label: "To Reproduce"
29+
description: "If this bug can be reproduce, please list the steps!"
30+
validations:
31+
required: false
32+
- type: "textarea"
33+
id: "expected-behavior"
34+
attributes:
35+
label: "Expected Behavior"
36+
description: "What things should expected to happen?"
37+
validations:
38+
required: false
39+
- type: "textarea"
40+
id: "additional-information"
41+
attributes:
42+
label: "Additional Information"
43+
description: "If there have information that related to this issue but not suitable to the other fields, please list those at here."
44+
validations:
45+
required: false

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# $<Schema>$ https://docs.github.com/en/github/building-a-strong-community/configuring-issue-templates-for-your-repository#configuring-the-template-chooser
2+
blank_issues_enabled: true
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
name: "Documentation Issue (Markdown)"
3+
about: "Report a documentation issue."
4+
labels: "Status/Unread 🔵,Type/Documentation 📚"
5+
---
6+
> ### Suggested Content List
7+
>
8+
> - **Describe:** What the issue is?
9+
> - **Page:** List of the related pages.
10+
> - **Expected Content:** What contents should expected?
11+
>
12+
> Please remove this list before submit!
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# $<Schema>$ https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms
2+
name: "Documentation Issue (Form)"
3+
description: "Report a documentation issue."
4+
labels:
5+
- "Status/Unread 🔵"
6+
- "Type/Documentation 📚"
7+
body:
8+
- type: "textarea"
9+
id: "describe"
10+
attributes:
11+
label: "Describe"
12+
description: "What the issue is?"
13+
validations:
14+
required: false
15+
- type: "textarea"
16+
id: "page"
17+
attributes:
18+
label: "Page"
19+
description: "List of the related pages."
20+
validations:
21+
required: false
22+
- type: "textarea"
23+
id: "expected-content"
24+
attributes:
25+
label: "Expected Content"
26+
description: "What contents should expected?"
27+
validations:
28+
required: false
29+
- type: "textarea"
30+
id: "additional-information"
31+
attributes:
32+
label: "Additional Information"
33+
description: "If there have information that related to this issue but not suitable to the other fields, please list those at here."
34+
validations:
35+
required: false
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
name: "Feature Request (Markdown)"
3+
about: "Suggest an idea."
4+
labels: "Status/Unread 🔵,Type/Enhancement ➕"
5+
---
6+
> ### Suggested Content List
7+
>
8+
> - **Describe:** What feature do you want?
9+
> - **Expected Behavior:** What things should expected to happen?
10+
>
11+
> Please remove this list before submit!
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# $<Schema>$ https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms
2+
name: "Feature Request (Form)"
3+
description: "Suggest an idea."
4+
labels:
5+
- "Status/Unread 🔵"
6+
- "Type/Enhancement ➕"
7+
body:
8+
- type: "textarea"
9+
id: "describe"
10+
attributes:
11+
label: "Describe"
12+
description: "What feature do you want?"
13+
validations:
14+
required: false
15+
- type: "textarea"
16+
id: "expected-behavior"
17+
attributes:
18+
label: "Expected Behavior"
19+
description: "What things should expected to happen?"
20+
validations:
21+
required: false
22+
- type: "textarea"
23+
id: "additional-information"
24+
attributes:
25+
label: "Additional Information"
26+
description: "If there have information that related to this issue but not suitable to the other fields, please list those at here."
27+
validations:
28+
required: false

0 commit comments

Comments
 (0)