Thank you for considering contributing to BriefOps Slack Summarisation App! We welcome contributions of all kinds, including code improvements, documentation updates, bug reports, feature requests, and more. This guide outlines the best practices for contributing effectively to this project.
If you encounter any bugs, performance issues, or have suggestions for enhancements, please submit an issue:
- Search Existing Issues: Before opening a new issue, please check the existing issues to avoid duplicates.
- Create a New Issue: Use the Issues Template and provide detailed information, including:
- Steps to reproduce (for bugs)
- Expected and actual results
- Screenshots or logs, if applicable
- Environment details (e.g., OS, browser, or relevant software versions)
We are always open to new ideas! If you want to propose a new feature:
- Open a Discussion: Start a conversation in the Discussions tab to get feedback from the community and maintainers.
- Submit a Feature Request: Create an issue with the label
enhancement
and detail your proposed feature, including:- The problem it solves
- How it fits with the project's vision
- Possible implementation details
Contributing code involves a few key steps:
- Fork the repository to your GitHub account.
- Clone your fork to your local machine:
git clone https://github.com/jpantsjoha/briefops-public.git cd briefops-public