Skip to content
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

Renames BRRO to ATSC in Contributing.md #145

Merged
merged 2 commits into from
Jan 7, 2025
Merged
Changes from 1 commit
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
10 changes: 5 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Contributing to BRRO Compressor
# Contributing to ATSC Compressor

Thank you for considering contributing to the BRRO Compressor project! Whether it's a bug report, new feature, correction, or additional documentation, we greatly value and appreciate your efforts to improve this project.
Thank you for considering contributing to the ATSC Compressor project! Whether it's a bug report, new feature, correction, or additional documentation, we greatly value and appreciate your efforts to improve this project.
cjrolo marked this conversation as resolved.
Show resolved Hide resolved

Below are the guidelines for contributing to the BRRO Compressor. Please take a moment to review them before submitting your contributions.
Below are the guidelines for contributing to the ATSC Compressor. Please take a moment to review them before submitting your contributions.

## Table of Contents
- [Code of Conduct](#code-of-conduct)
Expand Down Expand Up @@ -89,7 +89,7 @@ Good documentation is crucial for the usability and maintainability of the proje

## Roadmap

We have a long-term vision for the BRRO Compressor project, and we encourage contributors to get involved with features that are planned for future releases. Below is a brief overview of our current roadmap:
We have a long-term vision for the ATSC Compressor project, and we encourage contributors to get involved with features that are planned for future releases. Below is a brief overview of our current roadmap:

- Implement streaming compression/decompression.
- Expand frames to allow new data to be appended to existing frames.
Expand All @@ -98,7 +98,7 @@ Feel free to contribute to these ongoing efforts or propose your own enhancement

## Feedback and Suggestions

We value your feedback and suggestions! If you have any ideas on how to improve the BRRO Compressor, please don't hesitate to share them. You can do so by:
We value your feedback and suggestions! If you have any ideas on how to improve the ATSC Compressor, please don't hesitate to share them. You can do so by:

- Opening a new issue labeled as a `suggestion` in our [GitHub repository](https://github.com/instaclustr/atsc).

Expand Down