Thank you for considering contributing to StandOut Platform! We're excited to collaborate with you. This document outlines the process and guidelines for contributing to our project.
If you find a bug, please:
- Search existing issues to ensure the bug hasn’t been reported.
- If not found, create a new issue with the following details:
- A descriptive title.
- Steps to reproduce the bug.
- Expected and actual behavior.
If you have ideas for improvements:
- Search existing issues to avoid duplicates.
- If not found, open a new issue with:
- A clear title.
- A detailed description of the feature/enhancement.
- Why it would be beneficial.
We welcome pull requests! Follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b branch-name
). - Make your changes.
- Test your changes.
- Commit with a descriptive message (
git commit -m "Add feature X"
). - Push to your forked repository (
git push origin branch-name
). - Open a pull request.
Documentation is just as important as code! You can help by:
- Improving existing documentation.
- Adding new documentation for features or changes.
- Commit Messages: Use clear and concise commit messages that describe the change.
- Branch Naming: Use a descriptive branch name, such as
fix/issue-123
orfeature/new-dashboard
.
If you have questions or need assistance, feel free to:
- Reach out to the maintainers via discord.
We appreciate your time and effort in contributing to this project. Happy coding! 🚀