Skip to content

Latest commit

 

History

History
54 lines (40 loc) · 1.6 KB

File metadata and controls

54 lines (40 loc) · 1.6 KB

Contributing to OrdinalTeamWeb

First off, thank you for considering contributing to OrdinalTeamWeb! It's people like you that make this project possible.

How Can I Contribute?

Reporting Bugs

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.)

Suggesting Enhancements

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

Pull Requests

If you would like to contribute code, please follow these steps:

  1. Fork the repository
  2. Clone your forked repository
    git clone https://github.com/Ordinal-Team/OrdinalTeamWeb.git
  3. Create a new branch for your feature or bugfix
    git checkout -b feature/your-feature-name
  4. Make your changes
  5. Commit your changes with a clear and descriptive commit message
    git commit -m "Add feature X" -m "Detailed explanation of feature X"
  6. Push your branch to your forked repository
    git push origin feature/your-feature-name
  7. Open a pull request in the original repository

Getting Help

If you need help, feel free to open an issue or contact the project maintainers.


Thank you for your interest in contributing to OrdinalTeamWeb!