First off, thank you for considering contributing to OrdinalTeamWeb! It's people like you that make this project possible.
If you find a bug, please open an issue and provide detailed information about how to reproduce it. Include:
- A clear and descriptive title
- A detailed description of the problem
- Steps to reproduce the issue
- Any relevant code snippets or error messages
- Your environment (OS, browser, etc.)
We welcome suggestions for new features or improvements to existing ones. To propose an enhancement, open an issue and include:
- A clear and descriptive title
- A detailed description of the proposed enhancement
- Any relevant examples, screenshots, or mockups
If you would like to contribute code, please follow these steps:
- Fork the repository
- Clone your forked repository
git clone https://github.com/Ordinal-Team/OrdinalTeamWeb.git
- Create a new branch for your feature or bugfix
git checkout -b feature/your-feature-name
- Make your changes
- Commit your changes with a clear and descriptive commit message
git commit -m "Add feature X" -m "Detailed explanation of feature X"
- Push your branch to your forked repository
git push origin feature/your-feature-name
- Open a pull request in the original repository
If you need help, feel free to open an issue or contact the project maintainers.
Thank you for your interest in contributing to OrdinalTeamWeb!