Skip to content

Commit bf8b6c5

Browse files
added LicentAnd Codeof Conduct file and patch release change
1 parent 17a800c commit bf8b6c5

3 files changed

Lines changed: 55 additions & 1 deletion

File tree

CODE_OF_CONDUCT.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Contributor Covenant Code of Conduct
2+
3+
## Our Pledge
4+
5+
We as members, contributors, and leaders pledge to make participation in our project and 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 include:
12+
- Demonstrating empathy and kindness toward others
13+
- Respecting differing opinions, viewpoints, and experiences
14+
- Providing constructive feedback gracefully
15+
- Accepting responsibility for mistakes and learning from them
16+
17+
Examples of unacceptable behavior include:
18+
- The use of sexualized language or imagery and unwelcome sexual attention
19+
- Trolling, insulting, or derogatory comments
20+
- Public or private harassment
21+
- Publishing private information without explicit permission
22+
- Other behavior deemed inappropriate in a professional setting
23+
24+
## Reporting and Enforcement
25+
26+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting akshaypanchivala@gmail.com. All complaints will be reviewed and addressed promptly and fairly.
27+
28+
## Enforcement Guidelines
29+
30+
Community leaders will follow these steps:
31+
1. **Warning**: Minor infractions will result in a private warning.
32+
2. **Temporary Ban**: Repeated or major infractions may result in a temporary suspension.
33+
3. **Permanent Ban**: Severe violations may result in permanent removal from the community.

LICENSE.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2024 Akshay Panchivala
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21+
THE SOFTWARE.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-smart-error-boundary",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A lightweight and customizable error boundary component for modern React apps.",
55
"main": "dist/index.js",
66
"module": "dist/index.esm.js",

0 commit comments

Comments
 (0)