Skip to content

Commit 998126e

Browse files
committed
feat(docs): add Contributor Code of Conduct and custom License to the repository
1 parent 2508398 commit 998126e

File tree

3 files changed

+87
-13
lines changed

3 files changed

+87
-13
lines changed

CODE_OF_CONDUCT.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
# Contributor Code of Conduct
2+
3+
As contributors and maintainers of this project, and in the interest of fostering an open and welcoming community, we pledge to respect
4+
all people who contribute through reporting issues, posting feature requests, updating documentation, submitting pull requests or
5+
patches, and other activities.
6+
7+
We are committed to making participation in this project a harassment-free experience for everyone, regardless of level of experience,
8+
gender, gender identity and expression, sexual orientation, disability, personal appearance, body size, race, ethnicity, age, religion,
9+
or nationality.
10+
11+
## Our Standards
12+
13+
Examples of behavior that contributes to creating a positive environment include:
14+
- Using welcoming and inclusive language
15+
- Being respectful of differing viewpoints and experiences
16+
- Gracefully accepting constructive criticism
17+
- Focusing on what is best for the community
18+
- Showing empathy towards other community members
19+
20+
Examples of unacceptable behavior by participants include:
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 electronic address, without explicit permission
25+
- Other conduct which could reasonably be considered inappropriate in a professional setting
26+
27+
## Our Responsibilities
28+
29+
Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair
30+
corrective action in response to any instances of unacceptable behavior.
31+
32+
Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other
33+
contributions that are not aligned to this Code of Conduct. They may also ban temporarily or permanently any contributor for other
34+
behaviors that they deem inappropriate, threatening, offensive, or harmful.
35+
36+
## Scope
37+
38+
This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community.
39+
40+
## Enforcement
41+
42+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at
43+
[contact@thinkred.tech](mailto:contact@thinkred.tech). All complaints will be reviewed and investigated and will result in a response
44+
that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard
45+
to the reporter of an incident.
46+
47+
## Attribution
48+
49+
This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html).

LICENSE.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# ThinkRED License
2+
3+
Copyright (c) 2025 ThinkRED Technologies LLP
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files
6+
(the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge,
7+
publish, distribute, sublicense, and/or sell copies of the Software, subject to the following conditions:
8+
9+
1. **Attribution**: Any use of the Software, including modifications and derivative works, must give appropriate credit to ThinkRED
10+
Technologies LLP. This includes:
11+
- Displaying the ThinkRED logo prominently in any user interface or documentation.
12+
- Including the following text in any documentation or credits: "This software is based on work by ThinkRED Technologies LLP."
13+
14+
2. **Preservation of License**: This license must be included in all copies or substantial portions of the Software.
15+
16+
3. **No Warranty**: THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
17+
THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
18+
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT
19+
OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20+
21+
By using this software, you agree to the terms of this license.

README.md

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
<div a[![Repository Health](https://img.shields.io/badge/Repository%20Health-100%25-brightgreen)](https://github.com/thinkredtech/thinkredtech.github.io/actions)
2-
[![Build Status](https://img.shields.io/badge/Build-passed-brightgreen)](h| 📊 **Health Reports** | Monitoring and status dashboard management | [HEALTH_REPORTS.md](docs/HEALTH_REPORTS.md) |
3-
| 🎛️ **Task Management** | Unified task runner and development workflows | [TASK_MANAGEMENT.md](docs/TASK_MANAGEMENT.md) |
4-
| 📋 **Report Formatting** | Markdown table formatting and professional report layout | [REPORT_FORMATTING.md](docs/REPORT_FORMATTING.md) |
5-
| 🔍 **Troubleshooting** | Common issues and solutions | [TROUBLESHOOTING.md](docs/TROUBLESHOOTING.md) |s://github.com/thinkredtech/thinkredtech.github.io/actions)
6-
[![Code Quality](https://img.shields.io/badge/Code%20Quality-passed-brightgreen)](https://github.com/thinkredtech/thinkredtech.github.io/actions)
7-
[![Security](https://img.shields.io/badge/Security-passed-brightgreen)](https://github.com/thinkredtech/thinkredtech.github.io/actions)
1+
<div align="center">
2+
3+
<picture>
4+
<img src="frontend/public/assets/logos/thinkRED-np.svg" alt="ThinkRED Technologies Logo" width="400" />
5+
</picture>
86

97
# 🚀 ThinkRED Technologies Monorepo
108

@@ -247,12 +245,11 @@ npm run backend:logs # View backend logs
247245

248246
## 🤝 Contributing
249247

250-
We welcome contributions! Please read our [Contributing Guidelines](docs/CONTRIBUTING.md) for details on:
248+
We welcome contributions! Please read our guidelines:
251249

252-
- 📋 Code standards and conventions
253-
- 🔄 Development workflow
254-
- 🔀 Pull request process
255-
- 📝 Documentation requirements
250+
- 📋 **Contributing Guidelines**: [CONTRIBUTING.md](docs/CONTRIBUTING.md) - Code standards, workflow, and PR process
251+
- 🤝 **Code of Conduct**: [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md) - Community standards and expectations
252+
-**License**: [LICENSE](LICENSE) - Usage terms and attribution requirements
256253

257254
---
258255

@@ -324,7 +321,14 @@ For technical issues or questions:
324321

325322
## 📄 License
326323

327-
This project is **proprietary** to **ThinkRED Technologies LLP**. All rights reserved.
324+
This project is licensed under a custom license that requires attribution to **ThinkRED Technologies LLP**.
325+
326+
**Key Requirements:**
327+
- ✅ Attribution required for any use or derivative work
328+
- ✅ Credit must be given to ThinkRED Technologies LLP
329+
- ✅ Original license must be preserved
330+
331+
See the [LICENSE](LICENSE) file for complete terms and conditions.
328332

329333
---
330334

0 commit comments

Comments
 (0)