Skip to content

Commit 5d8fc77

Browse files
docs: add community health files (#265)
* docs: add code of conduct * docs: add bug report template * docs: add feature request template * docs: add pull request template * docs: address review comments on community health files - Add environment field and required validation to bug report template - Make motivation required in feature request template - Add related issue section to PR template - Add contact email to Code of Conduct enforcement section Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent df583ee commit 5d8fc77

File tree

4 files changed

+75
-0
lines changed

4 files changed

+75
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: Bug Report
2+
description: Report a bug
3+
labels: [bug]
4+
body:
5+
- type: textarea
6+
attributes:
7+
label: Description
8+
description: What happened?
9+
validations:
10+
required: true
11+
- type: textarea
12+
attributes:
13+
label: Steps to reproduce
14+
description: How can we reproduce this?
15+
validations:
16+
required: true
17+
- type: textarea
18+
attributes:
19+
label: Expected behavior
20+
description: What did you expect to happen?
21+
validations:
22+
required: true
23+
- type: textarea
24+
attributes:
25+
label: Environment
26+
description: "Browser, OS, device, or any relevant setup details."
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Feature Request
2+
description: Suggest an idea
3+
labels: [enhancement]
4+
body:
5+
- type: textarea
6+
attributes:
7+
label: Description
8+
description: What would you like to see?
9+
validations:
10+
required: true
11+
- type: textarea
12+
attributes:
13+
label: Motivation
14+
description: Why is this needed?
15+
validations:
16+
required: true

.github/pull_request_template.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
## Summary
2+
3+
Brief description of the changes.
4+
5+
## Related issue
6+
7+
Closes #
8+
9+
## Type of change
10+
11+
- [ ] Bug fix
12+
- [ ] New feature
13+
- [ ] Documentation update
14+
15+
## Checklist
16+
17+
- [ ] I have tested my changes
18+
- [ ] I have updated documentation if needed

CODE_OF_CONDUCT.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Contributor Covenant Code of Conduct
2+
3+
## Our Pledge
4+
We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone.
5+
6+
## Our Standards
7+
Examples of behavior that contributes to a positive environment: using welcoming language, being respectful, gracefully accepting feedback, focusing on what is best for the community.
8+
9+
Examples of unacceptable behavior: trolling, insulting comments, personal attacks, publishing others' private information, other conduct which could reasonably be considered inappropriate.
10+
11+
## Enforcement
12+
Instances of abusive behavior may be reported by contacting the project maintainer at ismaelmartinez@gmail.com. All complaints will be reviewed and investigated promptly and fairly.
13+
14+
## Attribution
15+
This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1.

0 commit comments

Comments
 (0)