Skip to content

Commit 20a6e71

Browse files
Add content to CODE_OF_CONDUCT.md and SECURITY.md files (#8)
- Added standard Code of Conduct based on Contributor Covenant - Added Security Policy with reporting guidelines - Added website-specific notes to both documents Fixes #7
1 parent bed2031 commit 20a6e71

2 files changed

Lines changed: 76 additions & 0 deletions

File tree

CODE_OF_CONDUCT.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# Code of Conduct
2+
3+
## Our Pledge
4+
5+
We as community 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, caste, color, 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 creating a positive environment:
12+
13+
* Using welcoming and inclusive language
14+
* Being respectful of differing viewpoints and experiences
15+
* Gracefully accepting constructive criticism
16+
* Focusing on what is best for the community
17+
* Showing empathy towards other community members
18+
19+
Examples of unacceptable behavior:
20+
21+
* The use of sexualized language or imagery and unwelcome sexual attention or advances
22+
* Trolling, insulting/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 explicit permission
25+
* Other conduct which could reasonably be considered inappropriate in a professional setting
26+
27+
## Enforcement
28+
29+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at [INSERT CONTACT METHOD]. All complaints will be reviewed and investigated promptly and fairly.
30+
31+
Community leaders are obligated to respect the privacy and security of the reporter of any incident.
32+
33+
## Attribution
34+
35+
This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org),
36+
version 2.1, available at
37+
[https://www.contributor-covenant.org/version/2/1/code_of_conduct.html](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html).
38+
39+
## Website Contribution Special Note
40+
41+
When contributing to this repository, please be especially mindful of the special guidelines regarding the website code. As mentioned in the CONTRIBUTING.md document, certain parts of this repository are critical for the functioning of our community website and have special contribution requirements.

SECURITY.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Security Policy
2+
3+
## Supported Versions
4+
5+
Use this section to tell people about which versions of your project are currently being supported with security updates.
6+
7+
| Version | Supported |
8+
| ------- | ------------------ |
9+
| 1.0.x | :white_check_mark: |
10+
11+
## Reporting a Vulnerability
12+
13+
The Elmentor Landing Page team takes security vulnerabilities seriously. We appreciate your efforts to responsibly disclose your findings.
14+
15+
To report a security issue, please follow these steps:
16+
17+
1. **DO NOT** disclose the vulnerability publicly on GitHub Issues or other public forums.
18+
2. Send an email to [INSERT SECURITY EMAIL] with a detailed description of the vulnerability.
19+
3. Include steps to reproduce the vulnerability if possible.
20+
4. We will acknowledge receipt of your report within 48 hours.
21+
5. We will send you regular updates on our progress toward resolving the issue.
22+
6. Once the vulnerability is fixed, we will publicly acknowledge your responsible disclosure (unless you request otherwise).
23+
24+
## Website Security Special Note
25+
26+
This repository contains the live website for our community. Special care must be taken when suggesting or implementing security fixes that might affect the website's functionality. Please refer to the CONTRIBUTING.md document for guidelines on making changes to website-related code.
27+
28+
## Security Best Practices for Contributors
29+
30+
When contributing to this repository, please adhere to these security best practices:
31+
32+
1. Never commit sensitive information such as API keys, passwords, or personal data.
33+
2. Keep all dependencies updated to their latest secure versions.
34+
3. Follow secure coding practices appropriate to the languages and frameworks used.
35+
4. Be cautious when introducing new dependencies to the project.

0 commit comments

Comments
 (0)