-
Notifications
You must be signed in to change notification settings - Fork 9k
docs: add community health files and README updates #10638
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| # Changelog | ||
|
|
||
| All notable changes to this project will be documented in this file. | ||
|
|
||
| The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), | ||
| and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
|
||
| ## [Unreleased] | ||
|
|
||
| ### Added | ||
| - Future features will be listed here | ||
|
|
||
| ### Changed | ||
| - Ongoing updates | ||
|
|
||
| ### Fixed | ||
| - Bug fixes | ||
|
|
||
| --- | ||
| *[Mukller](https://github.com/Mukller)* | ||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,30 @@ | ||||||
| # 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. | ||||||
|
|
||||||
| ## Our Standards | ||||||
|
|
||||||
| Examples of behavior that contributes to a positive environment: | ||||||
| - Using welcoming and inclusive language | ||||||
| - Being respectful of differing viewpoints | ||||||
| - Gracefully accepting constructive criticism | ||||||
| - Focusing on what is best for the community | ||||||
|
|
||||||
| Examples of unacceptable behavior: | ||||||
| - Harassment of any kind | ||||||
| - Trolling, insulting or derogatory comments | ||||||
| - Public or private harassment | ||||||
| - Publishing others' private information without permission | ||||||
|
|
||||||
| ## Enforcement | ||||||
|
|
||||||
| Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the project maintainers. | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The enforcement section mentions reporting to project maintainers but does not provide a contact method (such as an email address or a link to a reporting form). Please add a placeholder or a specific email address where violations can be reported.
Suggested change
|
||||||
|
|
||||||
| ## Attribution | ||||||
|
|
||||||
| This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.1. | ||||||
|
|
||||||
| --- | ||||||
| *[Mukller](https://github.com/Mukller)* | ||||||
|
Comment on lines
+29
to
+30
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||||||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,33 @@ | ||
| # Contributing | ||
|
|
||
| Thank you for your interest in contributing! | ||
|
|
||
| ## Getting Started | ||
|
|
||
| 1. Fork the repository | ||
| 2. Create a feature branch: `git checkout -b feature/your-feature` | ||
| 3. Make your changes | ||
| 4. Run tests: `pytest` | ||
| 5. Submit a Pull Request | ||
|
|
||
| ## Code Style | ||
|
|
||
| - Follow existing code style and conventions | ||
| - Write clear, descriptive commit messages | ||
| - Add tests for new features | ||
|
|
||
| ## Reporting Issues | ||
|
|
||
| Use GitHub Issues to report bugs or request features. Please include: | ||
| - Steps to reproduce | ||
| - Expected vs actual behavior | ||
| - Environment details | ||
|
|
||
| ## Pull Request Guidelines | ||
|
|
||
| - Keep PRs focused on a single change | ||
| - Update documentation as needed | ||
| - Ensure all tests pass | ||
|
|
||
| --- | ||
| *[Mukller](https://github.com/Mukller)* | ||
|
Comment on lines
+32
to
+33
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -964,3 +964,7 @@ This repo benefits from [PEFT](https://github.com/huggingface/peft), [TRL](https | |
| ## Star History | ||
|
|
||
|  | ||
|
|
||
| --- | ||
|
|
||
| *[Mukller](https://github.com/Mukller)* | ||
|
Comment on lines
+968
to
+970
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove the personal signature block from the changelog, as individual contributions are tracked via Git history rather than inline signatures.