Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 46 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
---
name: 🐛 Bug Report
about: Report a bug to help us improve ContextWeaver
title: "[Bug]: "
labels: bug
assignees: ''
---

## Describe the Bug

<!-- A clear and concise description of what the bug is. -->

## Steps to Reproduce

1. Go to '...'
2. Click on '...'
3. Scroll down to '...'
4. See error

## Expected Behavior

<!-- What you expected to happen. -->

## Actual Behavior

<!-- What actually happened. -->

## Screenshots

<!-- If applicable, add screenshots to help explain your problem. -->

## Environment

- **OS:** [e.g., Windows 11, macOS 14]
- **Browser:** [e.g., Chrome 120, Firefox 121]
- **Node.js:** [e.g., 20.10.0]
- **ContextWeaver version:** [e.g., commit hash or tag]

## API Used (if applicable)

- **API URL:** [e.g., https://petstore3.swagger.io/api/v3/openapi.json]
- **Spec format:** [OpenAPI 3.0 / Swagger 2.0]

## Additional Context

<!-- Add any other context about the problem here. -->
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: ✨ Feature Request
about: Suggest an idea for ContextWeaver
title: "[Feature]: "
labels: enhancement
assignees: ''
---

## Problem Statement

<!-- A clear description of the problem. Ex: "I'm always frustrated when..." -->

## Proposed Solution

<!-- A clear description of what you want to happen. -->

## Alternatives Considered

<!-- Any alternative solutions or features you've considered. -->

## Use Case

<!-- How would this feature benefit the ContextWeaver experience? -->

## Additional Context

<!-- Add any other context, mockups, or screenshots about the feature request. -->
38 changes: 38 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
## Description

<!-- A clear and concise description of what this PR does. -->

## Type of Change

- [ ] 🐛 Bug fix (non-breaking change that fixes an issue)
- [ ] ✨ New feature (non-breaking change that adds functionality)
- [ ] 💥 Breaking change (fix or feature that would cause existing functionality to change)
- [ ] 📝 Documentation update
- [ ] 🎨 Style / UI update
- [ ] ♻️ Refactor (no functional changes)
- [ ] 🧪 Test update

## Related Issues

<!-- Link any related issues: Fixes #123, Closes #456 -->

## How Has This Been Tested?

<!-- Describe the tests you ran to verify your changes. -->

- [ ] `npm run build` passes
- [ ] Manual testing in browser
- [ ] Tested with PetStore API
- [ ] Tested dark/light mode

## Screenshots (if applicable)

<!-- Add screenshots for UI changes. -->

## Checklist

- [ ] My code follows the project's style guidelines
- [ ] I have performed a self-review of my code
- [ ] I have added comments for complex logic
- [ ] My changes generate no new warnings
- [ ] The production build (`npm run build`) succeeds
57 changes: 57 additions & 0 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
# Contributor Covenant Code of Conduct

## Our Pledge

We as 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, religion, or sexual identity and
orientation.

We pledge to act and interact in ways that contribute to an open, welcoming,
diverse, inclusive, and healthy community.

## Our Standards

Examples of behavior that contributes to a positive environment:

* Using welcoming and inclusive language
* Being respectful of differing viewpoints and experiences
* Gracefully accepting constructive criticism
* Focusing on what is best for the community
* Showing empathy towards other community members

Examples of unacceptable behavior:

* The use of sexualized language or imagery, and sexual attention or advances
* Trolling, insulting or derogatory comments, and personal or political attacks
* Public or private harassment
* Publishing others' private information without explicit permission
* Other conduct which could reasonably be considered inappropriate

## Enforcement Responsibilities

Community leaders are responsible for clarifying and enforcing our standards of
acceptable behavior and will take appropriate and fair corrective action in
response to any behavior that they deem inappropriate, threatening, offensive,
or harmful.

## Scope

This Code of Conduct applies within all community spaces, and also applies when
an individual is officially representing the community in public spaces.

## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported to the community leaders responsible for enforcement at
**faizanuddinsk56@gmail.com**.

All complaints will be reviewed and investigated promptly and fairly.

## Attribution

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).
8 changes: 6 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Thank you for your interest in contributing to ContextWeaver! This document provides guidelines and instructions for contributing.

Please note that this project is released with a [Contributor Code of Conduct](./CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.

## 🎯 Ways to Contribute

- 🐛 Report bugs and issues
Expand All @@ -25,7 +27,7 @@ Thank you for your interest in contributing to ContextWeaver! This document prov

1. **Fork and Clone**
```bash
git clone https://github.com/yourusername/contextweaver.git
git clone https://github.com/SKfaizan-786/contextweaver.git
cd contextweaver
```

Expand Down Expand Up @@ -340,7 +342,9 @@ We pledge to make participation in our project a harassment-free experience for

### Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team. All complaints will be reviewed and investigated promptly and fairly.
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at **faizanuddinsk56@gmail.com**. All complaints will be reviewed and investigated promptly and fairly.

See the full [Code of Conduct](./CODE_OF_CONDUCT.md) for details.

## 🙏 Thank You!

Expand Down