Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Commit 8f26fb1

Browse files
committed
2 parents 415ba32 + 44c5ce4 commit 8f26fb1

File tree

2 files changed

+162
-0
lines changed

2 files changed

+162
-0
lines changed

CODE_OF_CONDUCT.md

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

CONTRIBUTING.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
## Contribution Guidelines of NET6CustomLibrary
2+
NET6CustomLibrary is open for any contribution. <br>If you have any Idea, Suggestion, Report or Request please let me know. <br>I will be happy to help you.
3+
4+
5+
## Pull Request
6+
Pull requests are the best way to propose changes.
7+
8+
1. Fork the Repository
9+
2. Keep your branch on `main`.
10+
3. Make your changes.
11+
4. Create a Pull Request on `main`.
12+
5. Issue that pull request.
13+
6. Wait for me to review it & request to be merged.
14+
15+
16+
## Rules
17+
1. When you make changes & submit pull request
18+
- Your submissions are to be under the same [MIT License](https://github.com/AngeloDotNet/NET6CustomLibrary/blob/main/LICENSE) License that covers the project.
19+
- Your submissions are to be in the same format as the project.
20+
21+
22+
## Report Bugs or Request
23+
I use GitHub issues to track public bugs. Report a bug by opening an issue.

0 commit comments

Comments
 (0)