-
Notifications
You must be signed in to change notification settings - Fork 1
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
3b9aeb7
commit f2b4e4f
Showing
2 changed files
with
83 additions
and
0 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,55 @@ | ||
# Community Guidelines | ||
|
||
At TheFlightSims, we recognize and celebrate the creativity and collaboration of open | ||
source contributors and the diversity of skills, experiences, cultures, and | ||
opinions they bring to the projects and communities they participate in. | ||
|
||
Everyone of the communities are inclusive environments, based on treating | ||
all individuals respectfully, regardless of | ||
gender identity and expression, sexual orientation, disabilities, | ||
neurodiversity, physical appearance, body size, ethnicity, nationality, race, | ||
age, religion, or similar personal characteristic. | ||
|
||
We value diverse opinions, but we value respectful behavior more. | ||
|
||
Respectful behavior includes: | ||
|
||
* Being considerate, kind, constructive, and helpful. | ||
* Not engaging in demeaning, discriminatory, harassing, hateful, sexualized, or | ||
physically threatening behavior, speech, and imagery. | ||
* Not engaging in unwanted physical contact. | ||
|
||
Some TheFlightSims open source projects may adopt an explicit project code of | ||
conduct, which may have additional detailed expectations for participants. Most | ||
of those projects will use our modified Contributor Covenant. | ||
|
||
## Resolve peacefully | ||
|
||
We do not believe that all conflict is necessarily bad; healthy debate and | ||
disagreement often yields positive results. However, it is never okay to be | ||
disrespectful. | ||
|
||
If you see someone behaving disrespectfully, you are encouraged to address the | ||
behavior directly with those involved. Many issues can be resolved quickly and | ||
easily, and this gives people more control over the outcome of their dispute. | ||
If you are unable to resolve the matter for any reason, or if the behavior is | ||
threatening or harassing, report it. We are dedicated to providing an | ||
environment where participants feel welcome and safe. | ||
|
||
## Reporting problems | ||
|
||
Some TheFlightSims open source projects may adopt a project-specific code of conduct. | ||
In those cases, a TheFlightSims employee will be identified as the Project Steward, | ||
who will receive and handle reports of code of conduct violations. In the event | ||
that a project hasn’t identified a Project Steward, you can report problems by | ||
emailing to [email protected]. | ||
|
||
We will investigate every complaint, but you may not receive a direct response. | ||
We will use our discretion in determining when and how to follow up on reported | ||
incidents, which may range from not taking action to permanent expulsion from | ||
the project and project-sponsored spaces. We will notify the accused of the | ||
report and provide them an opportunity to discuss it before any action is | ||
taken. The identity of the reporter will be omitted from the details of the | ||
report supplied to the accused. In potentially harmful situations, such as | ||
ongoing harassment or threats to anyone's safety, we may take action without | ||
notice. |
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,28 @@ | ||
# Security | ||
|
||
TheFlightSims takes the security responsibilities of our software products and services seriously, including all open-source software and closed-source software | ||
|
||
## Reporting Security Issues | ||
|
||
**Note:** You shouldn't report the security vulnerabilities on the Issue or the public place. Any attackers can use these vulnerabilities to exploit non-public data - which causes security vulnerability. | ||
|
||
You can report security issues on these platforms: | ||
|
||
* The repository security page (Preferred) | ||
* [Email](mailto:[email protected]) | ||
|
||
Please include the requested information listed below (as much as you can provide) to help us better understand the nature and scope of the possible issue: | ||
|
||
* Type of issue (e.g., buffer overflow, SQL injection, cross-site scripting) | ||
* Full paths of the source file(s) related to the manifestation of the issue | ||
* The location of the affected source code (tag/branch/commit or direct URL) | ||
* Any special configuration required to reproduce the issue | ||
* Step-by-step instructions to reproduce the issue | ||
* Proof-of-concept or exploit code (if possible) | ||
* Impact of the case, including how an attacker might control the issue | ||
|
||
This information will help us triage your report more quickly. | ||
|
||
## Preferred Languages | ||
|
||
You can use all human-valid languages. However, you may consider using English (US) to prevent misunderstanding. |